QA/Automation/Projects/TPS

From MozillaWiki
Jump to navigation Jump to search

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

System setup

Use jenkins, similar setup to mozmill-ci with XML configs 4 machines: 1 master + 3 slaves (1 win, 1 linux, 1 osx)