mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Use CI script instead of ./mach clean
The script is more thorough that the mach command, which only wraps `cargo clean`.
This commit is contained in:
parent
0896fca5f0
commit
878bf4ee6f
1 changed files with 6 additions and 6 deletions
|
@ -79,14 +79,14 @@ mac-nightly:
|
|||
linux-rel-intermittent:
|
||||
- ./mach clean-nightlies --keep 3 --force
|
||||
- ./mach clean-cargo-cache --keep 3 --force
|
||||
- ./mach clean
|
||||
- ./etc/ci/clean_build_artifacts.sh
|
||||
- ./mach build --release
|
||||
- ./etc/ci/check_intermittents.sh --log-raw intermittents.log
|
||||
|
||||
linux-rel-nogate:
|
||||
- ./mach clean-nightlies --keep 3 --force
|
||||
- ./mach clean-cargo-cache --keep 3 --force
|
||||
- ./mach clean
|
||||
- ./etc/ci/clean_build_artifacts.sh
|
||||
- ./mach build --release
|
||||
- python ./etc/ci/chaos_monkey_test.py
|
||||
- env RUSTFLAGS= bash ./etc/ci/mutation_test.sh
|
||||
|
@ -104,7 +104,7 @@ linux-dev:
|
|||
commands:
|
||||
- ./mach clean-nightlies --keep 3 --force
|
||||
- ./mach clean-cargo-cache --keep 3 --force
|
||||
- ./mach clean
|
||||
- ./etc/ci/clean_build_artifacts.sh
|
||||
- ./mach test-tidy --no-progress --all
|
||||
- ./mach test-tidy --no-progress --self-test
|
||||
- ./mach build --dev
|
||||
|
@ -124,7 +124,7 @@ linux-rel-wpt:
|
|||
commands:
|
||||
- ./mach clean-nightlies --keep 3 --force
|
||||
- ./mach clean-cargo-cache --keep 3 --force
|
||||
- ./mach clean
|
||||
- ./etc/ci/clean_build_artifacts.sh
|
||||
- ./mach build --release --with-debug-assertions
|
||||
- ./mach test-wpt-failure
|
||||
- ./mach test-wpt --release --processes 24 --total-chunks 2 --this-chunk 1 --log-raw test-wpt.log --log-errorsummary wpt-errorsummary.log --always-succeed
|
||||
|
@ -138,7 +138,7 @@ linux-rel-css:
|
|||
commands:
|
||||
- ./mach clean-nightlies --keep 3 --force
|
||||
- ./mach clean-cargo-cache --keep 3 --force
|
||||
- ./mach clean
|
||||
- ./etc/ci/clean_build_artifacts.sh
|
||||
- ./mach build --release --with-debug-assertions
|
||||
- ./mach test-wpt --release --processes 24 --total-chunks 2 --this-chunk 2 --log-raw test-wpt.log --log-errorsummary wpt-errorsummary.log --always-succeed
|
||||
- ./mach filter-intermittents wpt-errorsummary.log --log-intermittents intermittents.log --log-filteredsummary filtered-wpt-errorsummary.log --tracker-api default --reporter-api default
|
||||
|
@ -150,7 +150,7 @@ linux-rel-css:
|
|||
linux-nightly:
|
||||
- ./mach clean-nightlies --keep 3 --force
|
||||
- ./mach clean-cargo-cache --keep 3 --force
|
||||
- ./mach clean
|
||||
- ./etc/ci/clean_build_artifacts.sh
|
||||
- ./mach build --release
|
||||
- ./mach package --release
|
||||
- ./mach upload-nightly linux
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue