From 7b9ddab663ec7bb0ad66008aa91c8051da6170cb Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Fri, 17 Feb 2017 21:25:04 +0100 Subject: [PATCH] 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. --- etc/ci/buildbot_steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/ci/buildbot_steps.yml b/etc/ci/buildbot_steps.yml index 81bd943c72e..93897283289 100644 --- a/etc/ci/buildbot_steps.yml +++ b/etc/ci/buildbot_steps.yml @@ -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