Auto-tools/Projects/Platform Quality/External Media Tests: Difference between revisions

m
(→‎Where to file bugs: add infra bugs)
 
Line 97: Line 97:
* <code>pip install python-jenkins</code>
* <code>pip install python-jenkins</code>
* Run the following command to save off current job configurations on your hard drive. While there is no restore script right now, it would not be hard to cobble one together from the existing files:
* Run the following command to save off current job configurations on your hard drive. While there is no restore script right now, it would not be hard to cobble one together from the existing files:
<code>mkdir jobs; python save_jobs.py --regexp "^mn-.*$" --host http://pf-jenkins.qa.mtv2.mozilla.com:8080</code>
<code>mkdir jobs; python save_jobs.py --regexp "^mn-.*$" --jenkins-host http://pf-jenkins.qa.mtv2.mozilla.com:8080</code>
* Run the following command to copy all of the nightly jobs to aurora. Existing aurora jobs will be modified.
* Run the following command to copy all of the nightly jobs to aurora. Existing aurora jobs will be modified.
<code> python copy_jobs_to_new_release.py --project-regexp "^mn-.*nightly.*$" --jenkins-host http://192.168.0.7:8080 --src-release nightly --dest-release aurora</code>
<code> python copy_jobs_to_new_release.py --project-regexp "^mn-.*nightly.*$" --jenkins-host http://192.168.0.7:8080 --src-release nightly --dest-release aurora</code>
Confirmed users
378

edits