This commit is contained in:
Syd Polk 2014-09-18 16:48:55 -05:00
Родитель d531ba2122
Коммит 84accb845e
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -43,7 +43,7 @@
<triggers>
<jenkins.triggers.ReverseBuildTrigger>
<spec></spec>
<upstreamProjects>expand-firefox-nightly-linux32,expand-tests-nightly-linux64,expand-firefox-nightly-win32</upstreamProjects>
<upstreamProjects>expand-firefox-aurora-linux32,expand-tests-aurora-linux64,expand-firefox-aurora-win32</upstreamProjects>
<threshold>
<name>SUCCESS</name>
<ordinal>0</ordinal>
@ -60,7 +60,7 @@
<builders>
<hudson.tasks.Shell>
<command>mkdir -p `pwd`/logs
python `pwd`/steeplechase/steeplechase/runsteeplechase.py --binary /home/mozilla/firefoxes/nightly/win32/firefox/firefox.exe --binary2 /home/mozilla/firefoxes/nightly/linux32/firefox/firefox --save-logs-to `pwd`/logs --specialpowers-path /home/mozilla/firefoxes/nightly/linux64/tests/steeplechase/specialpowers --prefs-file /home/mozilla/firefoxes/nightly/linux64/tests/steeplechase/prefs_general.js --signalling-server $SIGNALLING_SERVER --html-manifest /home/mozilla/firefoxes/nightly/linux64/tests/steeplechase/tests/steeplechase.ini --host1 $WIN81_64_1:20701 --host2 $UBUNTU14_32_1:20701</command>
python `pwd`/steeplechase/steeplechase/runsteeplechase.py --binary /home/mozilla/firefoxes/aurora/win32/firefox/firefox.exe --binary2 /home/mozilla/firefoxes/aurora/linux32/firefox/firefox --save-logs-to `pwd`/logs --specialpowers-path /home/mozilla/firefoxes/aurora/linux64/tests/steeplechase/specialpowers --prefs-file /home/mozilla/firefoxes/aurora/linux64/tests/steeplechase/prefs_general.js --signalling-server $SIGNALLING_SERVER --html-manifest /home/mozilla/firefoxes/aurora/linux64/tests/steeplechase/tests/steeplechase.ini --host1 $WIN81_64_1:20701 --host2 $UBUNTU14_32_1:20701</command>
</hudson.tasks.Shell>
</builders>
<publishers>