diff options
author | Josh Matthews <josh@joshmatthews.net> | 2018-07-12 09:37:12 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-12 09:37:12 -0400 |
commit | 88e7cd34f0c2e62bf6d15a932e5e8ad1466c43e6 (patch) | |
tree | a2424982b150af57ee8871addf2766099d40e7e7 | |
parent | 4dfb41fdb3c085607a83d200d12cff72c1048128 (diff) | |
download | servo-jdm-patch-11.tar.gz servo-jdm-patch-11.zip |
Perform WPT sync before performance tests.jdm-patch-11
-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 cee66deafa1..4aa79810ff7 100644 --- a/etc/ci/buildbot_steps.yml +++ b/etc/ci/buildbot_steps.yml @@ -144,12 +144,12 @@ linux-nightly: - ./mach build --release - ./mach package --release - ./mach upload-nightly linux - - ./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 + - ./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 android: - ./mach clean-nightlies --keep 3 --force |