From 9b3ad26256fc186661fa4ae09868456c6b09c90a Mon Sep 17 00:00:00 2001 From: Aneesh Agrawal Date: Sun, 3 Jul 2016 15:32:19 +0000 Subject: [PATCH 1/2] Sync steps.yml from saltfs and update Servo copy --- etc/ci/buildbot_steps.yml | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/etc/ci/buildbot_steps.yml b/etc/ci/buildbot_steps.yml index 887a1e589ed..ff911f33e39 100644 --- a/etc/ci/buildbot_steps.yml +++ b/etc/ci/buildbot_steps.yml @@ -1,8 +1,8 @@ mac-rel-wpt: - ./mach build --release - ./mach test-wpt-failure - - ./mach test-wpt --release --processes 4 --log-raw test-wpt.log --log-errorsummary wpt-errorsummary.log - - ./mach test-wpt --release --binary-arg=--multiprocess --processes 4 --log-raw test-wpt-mp.log --log-errorsummary wpt-mp-errorsummary.log eventsource + - ./mach test-wpt --release --processes 8 --log-raw test-wpt.log --log-errorsummary wpt-errorsummary.log + - ./mach test-wpt --release --binary-arg=--multiprocess --processes 8 --log-raw test-wpt-mp.log --log-errorsummary wpt-mp-errorsummary.log eventsource - ./mach build-cef --release - bash ./etc/ci/lockfile_changed.sh - bash ./etc/ci/manifest_changed.sh @@ -22,6 +22,11 @@ mac-rel-css: - bash ./etc/ci/lockfile_changed.sh - bash ./etc/ci/manifest_changed.sh +mac-nightly: + - ./mach build --release + - ./mach package --release + - ./etc/ci/upload_nightly.sh mac + linux-dev: - ./mach test-tidy --no-progress --all - ./mach test-tidy --no-progress --self-test @@ -45,16 +50,22 @@ linux-rel: - bash ./etc/ci/lockfile_changed.sh - bash ./etc/ci/manifest_changed.sh +linux-nightly: + - ./mach build --release + - ./mach package --release + - ./etc/ci/upload_nightly.sh linux + android: - ./mach build --android --dev + - ./mach package --android --dev - bash ./etc/ci/lockfile_changed.sh - bash ./etc/ci/manifest_changed.sh - python ./etc/ci/check_dynamic_symbols.py android-nightly: - ./mach build --android --release - - ./mach package -r - - s3cmd put target/arm-linux-androideabi/release/servo.apk s3://servo-rust/nightly/servo.apk + - ./mach package --android --release + - ./etc/ci/upload_nightly.sh android arm32: - ./mach build --rel --target=arm-unknown-linux-gnueabihf From d4c441218ae03ed958aa91ef6cfdcac9aa55c34e Mon Sep 17 00:00:00 2001 From: Aneesh Agrawal Date: Sun, 3 Jul 2016 15:32:58 +0000 Subject: [PATCH 2/2] Add linux-dev-yaml to buildbot_steps.yml The `linux-dev-yaml` builder is being used to test out the switchover of the steps.yml file from the saltfs repo to the servo repo. --- etc/ci/buildbot_steps.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/etc/ci/buildbot_steps.yml b/etc/ci/buildbot_steps.yml index ff911f33e39..473c6379d5a 100644 --- a/etc/ci/buildbot_steps.yml +++ b/etc/ci/buildbot_steps.yml @@ -39,6 +39,18 @@ linux-dev: - bash ./etc/ci/manifest_changed.sh - bash ./etc/ci/check_no_unwrap.sh +linux-dev-yaml: + - ./mach test-tidy --no-progress --all + - ./mach test-tidy --no-progress --self-test + - ./mach build --dev + - ./mach test-compiletest + - ./mach test-unit + - ./mach build-cef + - ./mach build-geckolib + - bash ./etc/ci/lockfile_changed.sh + - bash ./etc/ci/manifest_changed.sh + - bash ./etc/ci/check_no_unwrap.sh + linux-rel: - ./mach build --release - ./mach test-wpt-failure