mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Buildbot: disable jobs that have moved to Taskcluster
This commit is contained in:
parent
72492b58db
commit
e6d6bd7d03
1 changed files with 7 additions and 69 deletions
|
@ -39,15 +39,6 @@ mac-rel-wpt4:
|
||||||
- ./mach test-wpt --release --pref dom.servoparser.async_html_tokenizer.enabled --processes=8 --log-raw test-async-parsing.log --log-errorsummary async-parsing-errorsummary.log --always-succeed domparsing html/syntax html/dom/documents html/dom/dynamic-markup-insertion
|
- ./mach test-wpt --release --pref dom.servoparser.async_html_tokenizer.enabled --processes=8 --log-raw test-async-parsing.log --log-errorsummary async-parsing-errorsummary.log --always-succeed domparsing html/syntax html/dom/documents html/dom/dynamic-markup-insertion
|
||||||
- ./mach filter-intermittents async-parsing-errorsummary.log --log-intermittents async-parsing-intermittents.log --log-filteredsummary filtered-async-parsing-errorsummary.log --tracker-api default --reporter-api default
|
- ./mach filter-intermittents async-parsing-errorsummary.log --log-intermittents async-parsing-intermittents.log --log-filteredsummary filtered-async-parsing-errorsummary.log --tracker-api default --reporter-api default
|
||||||
|
|
||||||
mac-dev-unit:
|
|
||||||
- ./mach clean-nightlies --keep 3 --force
|
|
||||||
- ./mach clean-cargo-cache --keep 3 --force
|
|
||||||
- env PKG_CONFIG_PATH=/usr/local/opt/zlib/lib/pkgconfig ./mach build --dev
|
|
||||||
- env PKG_CONFIG_PATH=/usr/local/opt/zlib/lib/pkgconfig ./mach test-unit
|
|
||||||
- python ./etc/memory_reports_over_time.py --test
|
|
||||||
- ./mach package --dev
|
|
||||||
- bash ./etc/ci/lockfile_changed.sh
|
|
||||||
|
|
||||||
mac-rel-css1:
|
mac-rel-css1:
|
||||||
- ./mach clean-nightlies --keep 3 --force
|
- ./mach clean-nightlies --keep 3 --force
|
||||||
- ./mach clean-cargo-cache --keep 3 --force
|
- ./mach clean-cargo-cache --keep 3 --force
|
||||||
|
@ -104,28 +95,6 @@ mac-rel-intermittent:
|
||||||
- env PKG_CONFIG_PATH=/usr/local/opt/zlib/lib/pkgconfig ./mach build --release
|
- env PKG_CONFIG_PATH=/usr/local/opt/zlib/lib/pkgconfig ./mach build --release
|
||||||
- ./etc/ci/check_intermittents.sh --log-raw intermittents.log
|
- ./etc/ci/check_intermittents.sh --log-raw intermittents.log
|
||||||
|
|
||||||
linux-dev:
|
|
||||||
env:
|
|
||||||
CCACHE: sccache
|
|
||||||
RUSTC_WRAPPER: sccache
|
|
||||||
CC: gcc-5
|
|
||||||
CXX: g++-5
|
|
||||||
commands:
|
|
||||||
- ./mach clean-nightlies --keep 3 --force
|
|
||||||
- ./mach clean-cargo-cache --keep 3 --force
|
|
||||||
- ./etc/ci/clean_build_artifacts.sh
|
|
||||||
- ./mach test-tidy --no-progress --all
|
|
||||||
- ./mach test-tidy --no-progress --self-test
|
|
||||||
- ./mach build --dev -p servo
|
|
||||||
- ./mach test-unit
|
|
||||||
- python ./etc/memory_reports_over_time.py --test
|
|
||||||
- ./mach package --dev
|
|
||||||
- ./mach build --libsimpleservo
|
|
||||||
- ./mach build --dev --no-default-features --features default-except-unstable -p servo
|
|
||||||
- bash ./etc/ci/lockfile_changed.sh
|
|
||||||
- bash ./etc/ci/check_no_panic.sh
|
|
||||||
- ./etc/ci/clean_build_artifacts.sh
|
|
||||||
|
|
||||||
linux-rel-wpt:
|
linux-rel-wpt:
|
||||||
env:
|
env:
|
||||||
CCACHE: sccache
|
CCACHE: sccache
|
||||||
|
@ -176,21 +145,6 @@ linux-nightly:
|
||||||
- rm -rf ./python/_virtualenv
|
- rm -rf ./python/_virtualenv
|
||||||
- ./etc/ci/clean_build_artifacts.sh
|
- ./etc/ci/clean_build_artifacts.sh
|
||||||
|
|
||||||
android:
|
|
||||||
env:
|
|
||||||
HOST_CC: gcc-5
|
|
||||||
HOST_CXX: g++-5
|
|
||||||
commands:
|
|
||||||
- ./mach clean-nightlies --keep 3 --force
|
|
||||||
- ./mach clean-cargo-cache --keep 3 --force
|
|
||||||
- ./etc/ci/clean_build_artifacts.sh
|
|
||||||
- ./mach bootstrap-android --accept-all-licences --build
|
|
||||||
- env --unset ANDROID_NDK --unset ANDROID_SDK ./mach build --android --dev
|
|
||||||
- env --unset ANDROID_NDK --unset ANDROID_SDK ./mach package --android --dev
|
|
||||||
- bash ./etc/ci/lockfile_changed.sh
|
|
||||||
- python ./etc/ci/check_dynamic_symbols.py
|
|
||||||
- ./etc/ci/clean_build_artifacts.sh
|
|
||||||
|
|
||||||
android-mac:
|
android-mac:
|
||||||
commands:
|
commands:
|
||||||
- ./mach clean-nightlies --keep 3 --force
|
- ./mach clean-nightlies --keep 3 --force
|
||||||
|
@ -201,19 +155,6 @@ android-mac:
|
||||||
- bash ./etc/ci/lockfile_changed.sh
|
- bash ./etc/ci/lockfile_changed.sh
|
||||||
- ./etc/ci/clean_build_artifacts.sh
|
- ./etc/ci/clean_build_artifacts.sh
|
||||||
|
|
||||||
android-x86:
|
|
||||||
env:
|
|
||||||
HOST_CC: gcc-5
|
|
||||||
HOST_CXX: g++-5
|
|
||||||
commands:
|
|
||||||
- ./mach clean-nightlies --keep 3 --force
|
|
||||||
- ./mach clean-cargo-cache --keep 3 --force
|
|
||||||
- ./etc/ci/clean_build_artifacts.sh
|
|
||||||
- ./mach bootstrap-android --accept-all-licences --build --emulator-x86
|
|
||||||
- env --unset ANDROID_NDK --unset ANDROID_SDK ./mach build --target i686-linux-android --release
|
|
||||||
- bash ./etc/ci/lockfile_changed.sh
|
|
||||||
- ./etc/ci/clean_build_artifacts.sh
|
|
||||||
|
|
||||||
android-nightly:
|
android-nightly:
|
||||||
env:
|
env:
|
||||||
HOST_CC: gcc-5
|
HOST_CC: gcc-5
|
||||||
|
@ -318,16 +259,6 @@ arm64:
|
||||||
- bash ./etc/ci/lockfile_changed.sh
|
- bash ./etc/ci/lockfile_changed.sh
|
||||||
- ./etc/ci/clean_build_artifacts.sh
|
- ./etc/ci/clean_build_artifacts.sh
|
||||||
|
|
||||||
windows-msvc-dev:
|
|
||||||
env:
|
|
||||||
CARGO_HOME: C:\buildbot\.cargo
|
|
||||||
commands:
|
|
||||||
- mach.bat clean-cargo-cache --keep 3 --force
|
|
||||||
- mach.bat clean-nightlies --keep 3 --force
|
|
||||||
- mach.bat build --dev
|
|
||||||
- mach.bat test-unit
|
|
||||||
- mach.bat package --dev
|
|
||||||
|
|
||||||
windows-msvc-nightly:
|
windows-msvc-nightly:
|
||||||
env:
|
env:
|
||||||
CARGO_HOME: C:\buildbot\.cargo
|
CARGO_HOME: C:\buildbot\.cargo
|
||||||
|
@ -337,3 +268,10 @@ windows-msvc-nightly:
|
||||||
- mach.bat build --release
|
- mach.bat build --release
|
||||||
- mach.bat package --release
|
- mach.bat package --release
|
||||||
- mach.bat upload-nightly windows-msvc
|
- mach.bat upload-nightly windows-msvc
|
||||||
|
|
||||||
|
# Moved to Taskcluster
|
||||||
|
linux-dev: []
|
||||||
|
mac-dev-unit: []
|
||||||
|
windows-msvc-dev: []
|
||||||
|
android: []
|
||||||
|
android-x86: []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue