QA/Automation/Projects/TPS: Difference between revisions

From MozillaWiki
< QA‎ | Automation‎ | Projects
Jump to navigation Jump to search
Line 48: Line 48:
| style="background:#EFEFEF; width:20%" | '''Status'''
| style="background:#EFEFEF; width:20%" | '''Status'''
|- valign="top"
|- valign="top"
| Auto-connect Jenkins slaves to the master during start-up ({{Bug|1007106}})
| Request necessary VMs: win 8.1, 2 Linux, OSX 10.9 mini Mac
|  
| Henrik
| Not Started
| Not Started
|- valign="top"
|- valign="top"
| Support proxies on Ubuntu and OS X ({{Bug|997721}})
| Try running tps testrun via mozmill-ci
| Henrik
| Cosmin
| Not started
| In progress
|}
|}

Revision as of 12:54, 9 May 2014

Overview

Our goal is to setup a CI system for TPS, which allows to run tests for each daily build of Firefox across all platforms. At the current when developers push a change to mozilla central it will ran only a testrun. we download the build and run the tests, it rans two tests one in desktop mode and one for mobile. We want to cover all branches and all platforms(OSX Windows and Linux) the current CI is only a python script which listens for the pulse and runs a testrun, we want to use Jenkins so we would have an interface for management and queuing jobs

Name: TPS CI
Leads: Henrik Skupin, Cosmin Malutan
Contributors: n/a
Tracking Bug: https://github.com/jonallengriffin/coversheet/issues/3
Repository: https://github.com/jonallengriffin/coversheet/
Etherpad: https://etherpad.mozilla.org/automation-tps

Roadmap

Date Version Details
June 30th, 2014 - CI system which can run tests for all versions of Firefox on all supported platforms

List of Tasks

In the following table you can find all the tasks, which have to be done before we can sign-off from the next goal on the road map. The entries are sorted by action to be taken, so we have to take them mostly from top to down. Some parallelism should be possible.

Task Owner Status
Request necessary VMs: win 8.1, 2 Linux, OSX 10.9 mini Mac Henrik Not Started
Try running tps testrun via mozmill-ci Cosmin In progress