Buildbot steps: move geckolib from mac-rel-css to mac-rel-wpt2.

mac-rel-css is currently the job that takes the longest,
and its geckolib step is independent from other jobs.
Hopefully, this should reduce the overall CI cycle time.
This commit is contained in:
Simon Sapin 2017-02-17 21:25:04 +01:00
parent eb916f2903
commit 7b9ddab663

View file

@ -12,6 +12,7 @@ mac-rel-wpt2:
- ./mach build --release
- ./mach test-wpt --release --processes 8 --total-chunks 2 --this-chunk 2 --log-raw test-wpt.log --log-errorsummary wpt-errorsummary.log --always-succeed
- ./mach filter-intermittents wpt-errorsummary.log --log-intermittents intermittents.log --log-filteredsummary filtered-wpt-errorsummary.log --use-tracker
- ./mach build-geckolib --release
mac-dev-unit:
- env SERVO_RUSTC_LLVM_ASSERTIONS=1 ./mach build --dev
@ -25,7 +26,6 @@ mac-rel-css:
- ./mach build --release
- ./mach test-css --release --processes 4 --log-raw test-css.log --log-errorsummary css-errorsummary.log --always-succeed
- ./mach filter-intermittents css-errorsummary.log --log-intermittents intermittents.log --log-filteredsummary filtered-css-errorsummary.log --use-tracker
- ./mach build-geckolib --release
- bash ./etc/ci/lockfile_changed.sh
- bash ./etc/ci/manifest_changed.sh