EngineeringProductivity/Meetings/2011-03-07: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
 
(13 intermediate revisions by 7 users not shown)
Line 1: Line 1:
= The Boulders =
= The Boulders =
* '''Supporting Releng with Android Automation Rollout''' - ''ctalbert, bmoss, jmaher''
* '''Supporting Releng with Android Automation Rollout''' - ''ctalbert, bmoss, jmaher''
** worked on getting reftest green on android
** lots of random oranges for reftest on fennec
** about 3400 out of the 5300 total are green reliably.
** Fix remote reftest python script for jsreftest is next
** Using skip if android on reftest include to factor out the random oranges for android.


* '''War on Orange''' - ''jgriffin, mcote, jmaher, harth''
* '''War on Orange''' - ''jgriffin, mcote, jmaher, harth''
** Couple more UI improvements but not much going on.


* '''Bugzilla Improvements''' - ''dkl, glob''
* '''Bugzilla Improvements''' - ''dkl, glob''
** Working on testcases against customizations for BMO
** Taking on ownership of despot and bonzai tinderbox.


* '''User Responsiveness Measurement''' - ''ted, ahal''
* '''User Responsiveness Measurement''' - ''ted, ahal''
** No updates, should update patches on bug and figure out a timeline for landing


* '''Abstraction Interface for Buildbot''' - ''ted, jhammel''
* '''Abstraction Interface for Buildbot''' - ''ted, jhammel''
** No update on buildbot abstraction stuff.


= The Gravel =
= The Gravel =


* '''Firebug Test Automation''' - ''ahal''
* '''Firebug Test Automation''' - ''ahal''
** Code checked into M-C
** Waiting for build slaves to get setup with apache/php so the tests can be run locally.  Have a feeling this won't be done before Fx4 is released.


* '''Bug Hunter''' - ''bc''
* '''Bug Hunter''' - ''bc''
** Found a crash bug in firefox 4 this morning
** Changed configuration to spider multiple pages from each page
** We'll see if it blocks RC1 or not
** Working on setting up fastcgi/nginx on fedora - looks  a lot cleaner than what we've gone through on centos w/brasstacks.
** Trying to setup the django web app to run as a service. -- jgriffin will help


* '''Jetpack Hang tests''' - ''ctalbert''
* '''Jetpack Hang tests''' - ''ctalbert''
** Working through jetpack hang tests with lsblakk
** Figured out that the difference is due to a jetpack test failure that only happens in the buildbot framework
** Working on that today


* '''Mozmill 2.0/1.5.x''' - ''harth, jhammel, ahal, ctalbert''
* '''Mozmill 2.0/1.5.x''' - ''harth, jhammel, ahal, ctalbert''
 
** specced out module -> atomic unit for mozmill 2.0
* '''Profile Manager''' - ''jgriffin''
** Need to meet with geo re controller api merge/elements lib refactor
** No Updates


* '''Manifest for the manifest-less''' - ''jmaher, jhammel''
* '''Manifest for the manifest-less''' - ''jmaher, jhammel''
** waiting for feedback on manifest format


* '''Bug-stats Websites''' - ''mcote''
* '''Bug-stats Websites''' - ''mcote''
** No updates.  I'd move this to backburner except hopefully we'll get back to it in a couple weeks after FF4.
** No updates.  I'd move this to backburner except hopefully we'll get back to it in a couple weeks after FF4.
** Did another big screen hardblocker graph.


* '''Helping JS team with JIT crashes''' - ''ted''
* '''Helping JS team with JIT crashes''' - ''ted''
Line 32: Line 53:


* '''GrafxBot''' - ''jgriffin''
* '''GrafxBot''' - ''jgriffin''
** Completed the additions to enable it to run mochitests for webgl
** Will let QA know so it can run with the rc's


* '''AutoLog''' - ''jgriffin, mcote, jmaher''
* '''AutoLog''' - ''jgriffin, mcote, jmaher''
** hg repo created.
** Some discussion last week about data formats, UI, and caching.
** Notes up on https://wiki.mozilla.org/Auto-tools/Projects/Autolog
** Hope to start on some coding this week.


* '''Addon Testing Service''' - ''ctalbert, anode''
* '''Addon Testing Service''' - ''ctalbert, anode''
Line 40: Line 67:
submitted results to the production DB.
submitted results to the production DB.
* He's resetting the crontab today and ensuring we get some tests run for the top 100 addons.
* He's resetting the crontab today and ensuring we get some tests run for the top 100 addons.


* '''Socorro work''' - ''ted''
* '''Socorro work''' - ''ted''
** Socorro releases on hold to avoid conflicts with Firefox 4 release, no timeline set for next release currently


* '''SpeedTestsJS''' - ''mcote''
* '''SpeedTestsJS''' - ''mcote''
Line 53: Line 80:
* '''E10S Automation support''' - ''jmaher, ctalbert''
* '''E10S Automation support''' - ''jmaher, ctalbert''
** Need to try to talk with jst this week re: moving tests to use special powers
** Need to try to talk with jst this week re: moving tests to use special powers
* '''Profile Manager''' - ''jgriffin''
** Waiting until after FF4 is released
= Roundtable =
= Roundtable =


Line 60: Line 91:
** [http://www.youtube.com/watch?v=ne3T7Svf5i4 Rodrigo y Gabriella]
** [http://www.youtube.com/watch?v=ne3T7Svf5i4 Rodrigo y Gabriella]
** [http://www.youtube.com/watch?v=AGeDMw2Hi1Y Slash]
** [http://www.youtube.com/watch?v=AGeDMw2Hi1Y Slash]
** [http://www.youtube.com/watch?v=aZpD0btOZx8 Zackkim] (and [http://www.youtube.com/watch?v=crfrKqFp0Zg&feature=related a tangent])


= The Pulverized =
= The Pulverized =

Latest revision as of 00:46, 28 August 2015

The Boulders

  • Supporting Releng with Android Automation Rollout - ctalbert, bmoss, jmaher
    • worked on getting reftest green on android
    • lots of random oranges for reftest on fennec
    • about 3400 out of the 5300 total are green reliably.
    • Fix remote reftest python script for jsreftest is next
    • Using skip if android on reftest include to factor out the random oranges for android.
  • War on Orange - jgriffin, mcote, jmaher, harth
    • Couple more UI improvements but not much going on.
  • Bugzilla Improvements - dkl, glob
    • Working on testcases against customizations for BMO
    • Taking on ownership of despot and bonzai tinderbox.
  • User Responsiveness Measurement - ted, ahal
    • No updates, should update patches on bug and figure out a timeline for landing
  • Abstraction Interface for Buildbot - ted, jhammel
    • No update on buildbot abstraction stuff.

The Gravel

  • Firebug Test Automation - ahal
    • Code checked into M-C
    • Waiting for build slaves to get setup with apache/php so the tests can be run locally. Have a feeling this won't be done before Fx4 is released.
  • Bug Hunter - bc
    • Found a crash bug in firefox 4 this morning
    • Changed configuration to spider multiple pages from each page
    • We'll see if it blocks RC1 or not
    • Working on setting up fastcgi/nginx on fedora - looks a lot cleaner than what we've gone through on centos w/brasstacks.
    • Trying to setup the django web app to run as a service. -- jgriffin will help
  • Jetpack Hang tests - ctalbert
    • Working through jetpack hang tests with lsblakk
    • Figured out that the difference is due to a jetpack test failure that only happens in the buildbot framework
    • Working on that today
  • Mozmill 2.0/1.5.x - harth, jhammel, ahal, ctalbert
    • specced out module -> atomic unit for mozmill 2.0
    • Need to meet with geo re controller api merge/elements lib refactor
  • Manifest for the manifest-less - jmaher, jhammel
    • waiting for feedback on manifest format
  • Bug-stats Websites - mcote
    • No updates. I'd move this to backburner except hopefully we'll get back to it in a couple weeks after FF4.
    • Did another big screen hardblocker graph.
  • Helping JS team with JIT crashes - ted
    • On hold pending JS team feedback
  • GrafxBot - jgriffin
    • Completed the additions to enable it to run mochitests for webgl
    • Will let QA know so it can run with the rc's
  • Addon Testing Service - ctalbert, anode
    • Bhearsum is handling this now, his status from bug 599169:
    • Buildbot and Talos patches have been landed, and the Talos ZIp has been updated. I've triggered a few test addon runs, which have successfully

submitted results to the production DB.

  • He's resetting the crontab today and ensuring we get some tests run for the top 100 addons.
  • Socorro work - ted
    • Socorro releases on hold to avoid conflicts with Firefox 4 release, no timeline set for next release currently

Backburner

  • E10S Automation support - jmaher, ctalbert
    • Need to try to talk with jst this week re: moving tests to use special powers
  • Profile Manager - jgriffin
    • Waiting until after FF4 is released

Roundtable

The Misc

The Pulverized

  • Fennec Profile Manager Tool
  • Productize Pulse
  • Profile Manager v1
  • Breakpad for Android
  • Crossweave
  • Grafx Bot
  • Firebug Test Support
  • Mozmill 1.4.2 aka 1.5 Released
  • Bugzilla Review & REST API Improvements (2010 Q2)
  • Implement AddOns Performance prototype system
  • Initial Landing of E10s Enabled Mochitest
  • Websockets Test Infrastructure Support