diff options
author | bors-servo <infra@servo.org> | 2023-04-13 07:56:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-13 07:56:05 +0200 |
commit | 7ab48556b04e327939df8a066de10de68cdd4bd5 (patch) | |
tree | dcc6b302314dcaf43f8a6251875bb3282ebb4924 /etc/ci | |
parent | 4a9b80382c387e9ca099b669827de09e21cd61b3 (diff) | |
parent | 728021d69eab55d4eb04dee4f4b4b37de14601e6 (diff) | |
download | servo-7ab48556b04e327939df8a066de10de68cdd4bd5.tar.gz servo-7ab48556b04e327939df8a066de10de68cdd4bd5.zip |
Auto merge of #29623 - mrobinson:wpt-import-one-week, r=mukilan
Import WPT tests every week instead of every day
We often have multiple imports stacked up which makes it more confusing to land each one. In addition, giving a week to do the import will give us more margin to triage failing tests and hopefully to be able to use intermittent expectations for flaky tests.
<!-- Please describe your changes on the following line: -->
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes do not require tests because this just change the frequency of a scheduled action.
<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
Diffstat (limited to 'etc/ci')
-rwxr-xr-x | etc/ci/wpt-scheduled-update.sh (renamed from etc/ci/wpt-nightly-update.sh) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/etc/ci/wpt-nightly-update.sh b/etc/ci/wpt-scheduled-update.sh index 2b75869f5c1..2b75869f5c1 100755 --- a/etc/ci/wpt-nightly-update.sh +++ b/etc/ci/wpt-scheduled-update.sh |