Confirmed users
3,990
edits
(Added Security Assurance projects) |
(Add 3 more projects) |
||
Line 272: | Line 272: | ||
! Comments | ! Comments | ||
|- | |- | ||
| Schedule all Buildbot jobs through TaskCluster | |||
| All of our Firefox tests are being scheduled through Buildbot (old continuous integration), however, we can now schedule those jobs through TaskCluster (new and shiny continuous integration). Switching to scheduling through TaskCluster has various benefits: increase job reporting accuracy and it allows for creating better scheduling tools around those jobs (we currently have limitations). | |||
| Python | |||
| [https://mozillians.org/en-US/u/armenzg/ armenzg] | |||
| armenzg | |||
| | |||
|- | |||
| Release unified try parser python package | |||
| We currently have multiple parsers that analyze pushes sent to the Try repository. Since we have two different continous integration systems, it would be great to unify the various parsers and add tests to it. This will help to long term sustainability of the code base and allow for building other tools based on it. | |||
| Python | |||
| [https://mozillians.org/en-US/u/armenzg/ armenzg] | |||
| armenzg | |||
| | |||
|- | |||
| Redesign SETA and give it TaskCluster support | |||
| We currently have multiple continuous integration systems running Firefox tests. On the original CI (Buildbot), we use SETA (Search for Extraneous Test Automation) to help reduce the number of jobs that get scheduled on every push by doing analysis of previous test results. Unfortunately needs to be redesigned to be more reliable and to support our new CI (TaskCluster). This will help us migrate faster to the new CI which gives us much more flexibility. | |||
| Python | |||
| [https://mozillians.org/en-US/u/armenzg/ armenzg] | |||
| armenzg | |||
| {{bug|1243123}}, [http://alertmanager.allizom.org/seta.html SETA] & [https://github.com/dminor/ouija code] | |||
|} | |} | ||