mirror of
https://github.com/servo/servo.git
synced 2025-10-03 18:19:14 +01:00
Now that our Buildbot configuration is successfully able to read the steps configuration from the main servo repo and run builds, sync the steps in the servo tree to match the latest steps.yml from the saltfs repo.
118 lines
3.6 KiB
YAML
118 lines
3.6 KiB
YAML
mac-rel-wpt1:
|
|
- ./mach build --release
|
|
- ./mach test-wpt-failure
|
|
- ./mach test-wpt --release --processes 8 --total-chunks 2 --this-chunk 1 --log-raw test-wpt.log --log-errorsummary wpt-errorsummary.log
|
|
- ./mach test-wpt --release --binary-arg=--multiprocess --processes 8 --log-raw test-wpt-mp.log --log-errorsummary wpt-mp-errorsummary.log eventsource
|
|
- ./mach build-cef --release
|
|
- bash ./etc/ci/lockfile_changed.sh
|
|
- bash ./etc/ci/manifest_changed.sh
|
|
|
|
mac-rel-wpt2:
|
|
- ./mach build --release
|
|
- ./mach test-wpt --release --processes 8 --total-chunks 2 --this-chunk 2 --log-raw test-wpt.log --log-errorsummary wpt-errorsummary.log
|
|
|
|
mac-dev-unit:
|
|
- ./mach build --dev
|
|
- ./mach test-unit
|
|
- ./mach build-cef
|
|
- ./mach build-geckolib
|
|
- bash ./etc/ci/lockfile_changed.sh
|
|
- bash ./etc/ci/manifest_changed.sh
|
|
|
|
mac-rel-css:
|
|
- ./mach build --release
|
|
- ./mach test-css --release --processes 4 --log-raw test-css.log --log-errorsummary css-errorsummary.log
|
|
- ./mach build-geckolib --release
|
|
- bash ./etc/ci/lockfile_changed.sh
|
|
- bash ./etc/ci/manifest_changed.sh
|
|
|
|
mac-nightly:
|
|
- ./mach build --release
|
|
- ./mach package --release
|
|
- ./etc/ci/upload_nightly.sh mac
|
|
- ./etc/ci/upload_nightly.sh macbrew
|
|
- ./etc/ci/update_brew.sh
|
|
|
|
linux-rel-intermittent:
|
|
- ./mach build --release
|
|
- ./etc/ci/check_intermittents.sh --log-raw intermittents.log
|
|
|
|
mac-rel-intermittent:
|
|
- ./mach build --release
|
|
- ./etc/ci/check_intermittents.sh --log-raw intermittents.log
|
|
|
|
linux-dev:
|
|
- ./mach test-tidy --no-progress --all
|
|
- ./mach test-tidy --no-progress --self-test
|
|
- ./mach build --dev
|
|
- ./mach test-compiletest
|
|
- ./mach test-unit
|
|
- ./mach build-cef
|
|
- ./mach build-geckolib
|
|
- ./mach test-stylo
|
|
- bash ./etc/ci/lockfile_changed.sh
|
|
- bash ./etc/ci/manifest_changed.sh
|
|
- bash ./etc/ci/check_no_unwrap.sh
|
|
|
|
linux-dev-yaml:
|
|
- ./mach test-tidy --no-progress --all
|
|
- ./mach test-tidy --no-progress --self-test
|
|
- ./mach build --dev
|
|
- ./mach test-compiletest
|
|
- ./mach test-unit
|
|
- ./mach build-cef
|
|
- ./mach build-geckolib
|
|
- bash ./etc/ci/lockfile_changed.sh
|
|
- bash ./etc/ci/manifest_changed.sh
|
|
- bash ./etc/ci/check_no_unwrap.sh
|
|
|
|
linux-rel-wpt:
|
|
- ./mach build --release
|
|
- ./mach test-wpt-failure
|
|
- ./mach test-wpt --release --processes 24 --log-raw test-wpt.log --log-errorsummary wpt-errorsummary.log
|
|
- ./mach test-wpt --release --binary-arg=--multiprocess --processes 24 --log-raw test-wpt-mp.log --log-errorsummary wpt-mp-errorsummary.log eventsource
|
|
|
|
linux-rel-css:
|
|
- ./mach build --release
|
|
- ./mach test-css --release --processes 16 --log-raw test-css.log --log-errorsummary css-errorsummary.log
|
|
- ./mach build-cef --release
|
|
- ./mach build-geckolib --release
|
|
- bash ./etc/ci/lockfile_changed.sh
|
|
- bash ./etc/ci/manifest_changed.sh
|
|
|
|
linux-nightly:
|
|
- ./mach build --release
|
|
- ./mach package --release
|
|
- ./etc/ci/upload_nightly.sh linux
|
|
|
|
android:
|
|
- ./mach build --android --dev
|
|
- ./mach package --android --dev
|
|
- bash ./etc/ci/lockfile_changed.sh
|
|
- bash ./etc/ci/manifest_changed.sh
|
|
- python ./etc/ci/check_dynamic_symbols.py
|
|
|
|
android-nightly:
|
|
- ./mach build --android --release
|
|
- ./mach package --android --release
|
|
- ./etc/ci/upload_nightly.sh android
|
|
|
|
arm32:
|
|
- ./mach build --rel --target=arm-unknown-linux-gnueabihf
|
|
- bash ./etc/ci/lockfile_changed.sh
|
|
- bash ./etc/ci/manifest_changed.sh
|
|
|
|
arm64:
|
|
- ./mach build --rel --target=aarch64-unknown-linux-gnu
|
|
- bash ./etc/ci/lockfile_changed.sh
|
|
- bash ./etc/ci/manifest_changed.sh
|
|
|
|
windows-dev:
|
|
- ./mach build --dev
|
|
- ./mach test-unit
|
|
- ./mach build-geckolib
|
|
|
|
windows-nightly:
|
|
- ./mach build --release
|
|
- ./mach package --release
|
|
- ./etc/ci/upload_nightly.sh windows
|