diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2018-07-09 19:14:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-09 19:14:52 -0400 |
commit | 934848c1a1cfed33c38e015a01e485a566add3e7 (patch) | |
tree | 41a0745e2ead048c6da56e74aeebea645c53559b | |
parent | 493bb05ed0945ea1193836d55627fde88a34a501 (diff) | |
parent | 55a8de5d6be34ea679b809b045937edbc6fad9b8 (diff) | |
download | servo-934848c1a1cfed33c38e015a01e485a566add3e7.tar.gz servo-934848c1a1cfed33c38e015a01e485a566add3e7.zip |
Auto merge of #21148 - servo:jdm-patch-10, r=SimonSapin
Run WPT sync on a machine with a case-sensitive filesystem.
This works around #21145.
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21148)
<!-- Reviewable:end -->
-rw-r--r-- | etc/ci/buildbot_steps.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/ci/buildbot_steps.yml b/etc/ci/buildbot_steps.yml index 980fa59cac3..20f493e2abb 100644 --- a/etc/ci/buildbot_steps.yml +++ b/etc/ci/buildbot_steps.yml @@ -68,9 +68,6 @@ mac-nightly: - env PKG_CONFIG_PATH=/usr/local/opt/zlib/lib/pkgconfig ./mach build --release - ./mach package --release - ./mach upload-nightly mac - - ./etc/ci/update-wpt-checkout fetch-and-update-expectations - - ./etc/ci/update-wpt-checkout open-pr - - ./etc/ci/update-wpt-checkout cleanup linux-rel-intermittent: - ./mach clean-nightlies --keep 3 --force @@ -150,6 +147,9 @@ linux-nightly: - ./mach test-perf - python3 ./etc/ci/performance/download_buildbot_timings.py --verbose - aws s3 sync --size-only --acl public-read ./etc/ci/performance/output s3://servo-perf + - ./etc/ci/update-wpt-checkout fetch-and-update-expectations + - ./etc/ci/update-wpt-checkout open-pr + - ./etc/ci/update-wpt-checkout cleanup android: - ./mach clean-nightlies --keep 3 --force |