Auto-tools/Projeccts/Platform Quality/Platform Jenkins Notes: Difference between revisions

m (→‎MSE/EME jobs: formatting)
(→‎MSE/EME jobs: Updating)
Line 10: Line 10:
* As of Sept 30th 2015 only the following builders are configured to run basic video playback tests: pf-mac-10-10-2, pf-win7-64-2, pf-win-64-2 (windows 8.1)
* As of Sept 30th 2015 only the following builders are configured to run basic video playback tests: pf-mac-10-10-2, pf-win7-64-2, pf-win-64-2 (windows 8.1)
* Important [system] environment variables are described here: https://github.com/mjzffr/firefox-media-tests/blob/pf-jenkins/run_media_tests.py#L7-L22
* Important [system] environment variables are described here: https://github.com/mjzffr/firefox-media-tests/blob/pf-jenkins/run_media_tests.py#L7-L22
** On win builders, we also define MOZBUILDPATH because calling <code>c:\mozilla-build\msys\bin\bash</code> in a 'Windows batch command' Jenkins build step initializes bash with a PATH that is incomplete. To compensate, the build step looks something like <code>c:\mozilla-build\msys\bin\bash -c "export PATH=$MOZBUILDPATH; [more things here]</code>
** Relevant directories on mac builder(s): <code>/Users/mozilla/testing</code> and <code>/Users/mozilla/tools</code>
** Relevant directories on mac builder(s): <code>/Users/mozilla/testing</code> and <code>/Users/mozilla/tools</code>
** Relevant directories on win builders: <code>C:\tools\</code> and <code>C:\testing</code>
** Relevant directories on win builders: <code>C:\tools\</code> and <code>C:\testing</code>
Confirmed users
79

edits