diff options
author | Josh Matthews <josh@joshmatthews.net> | 2018-07-19 09:26:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-19 09:26:19 -0400 |
commit | 80423dbfb1cde7f3c45349cc847625ce57ff4388 (patch) | |
tree | 5da097c2117103d10f79ac9d1a9db301bc94c41f | |
parent | aab335e543f52211b2c44f6ed2ebf0cba98ddf97 (diff) | |
download | servo-80423dbfb1cde7f3c45349cc847625ce57ff4388.tar.gz servo-80423dbfb1cde7f3c45349cc847625ce57ff4388.zip |
Resume WPT syncing on mac builders.
-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 12d5a318d0a..d53a76a8e27 100644 --- a/etc/ci/buildbot_steps.yml +++ b/etc/ci/buildbot_steps.yml @@ -68,6 +68,9 @@ 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 @@ -148,9 +151,6 @@ linux-nightly: - python3 ./etc/ci/performance/download_buildbot_timings.py --verbose - aws s3 sync --size-only --acl public-read ./etc/ci/performance/output s3://servo-perf - rm -rf ./python/_virtualenv - - ./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 |