mirror of
https://github.com/servo/servo.git
synced 2025-09-10 15:08:21 +01:00
Move windows and mac nightly builds to taskcluster.
This commit is contained in:
parent
6ded5c9707
commit
e0e8f64f54
4 changed files with 55 additions and 27 deletions
|
@ -43,16 +43,6 @@ mac-rel-css2:
|
|||
- ./mach test-wpt --release --processes 4 --total-chunks 6 --this-chunk 6 --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
|
||||
|
||||
mac-nightly:
|
||||
- ./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 --release
|
||||
- ./mach package --release
|
||||
- ./mach upload-nightly mac
|
||||
- ./etc/ci/update-wpt-checkout fetch-and-update-expectations
|
||||
- ./etc/ci/update-wpt-checkout open-pr
|
||||
- ./etc/ci/update-wpt-checkout cleanup
|
||||
|
||||
linux-rel-intermittent:
|
||||
env:
|
||||
CC: gcc-5
|
||||
|
@ -231,16 +221,6 @@ arm64:
|
|||
- bash ./etc/ci/lockfile_changed.sh
|
||||
- ./etc/ci/clean_build_artifacts.sh
|
||||
|
||||
windows-msvc-nightly:
|
||||
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 --release
|
||||
- mach.bat package --release
|
||||
- mach.bat upload-nightly windows-msvc
|
||||
|
||||
# Moved to Taskcluster
|
||||
linux-dev: []
|
||||
mac-dev-unit: []
|
||||
|
@ -249,3 +229,5 @@ android: []
|
|||
android-x86: []
|
||||
mac-rel-wpt1: []
|
||||
android-nightly: []
|
||||
windows-msvc-nightly: []
|
||||
mac-nightly: []
|
||||
|
|
|
@ -85,6 +85,7 @@ function unsafe_update_metadata() {
|
|||
# against servo/servo.
|
||||
function unsafe_open_pull_request() {
|
||||
WPT_SYNC_USER=servo-wpt-sync
|
||||
WPT_SYNC_TOKEN=`cat .wpt-token`
|
||||
|
||||
# If the branch doesn't exist, we'll silently exit. This deals with the
|
||||
# case where an earlier step either failed or discovered that syncing
|
||||
|
@ -92,7 +93,7 @@ function unsafe_open_pull_request() {
|
|||
git checkout "${BRANCH_NAME}" || return 0
|
||||
|
||||
if [[ -z "${WPT_SYNC_TOKEN+set}" ]]; then
|
||||
echo "Github auth token missing from WPT_SYNC_TOKEN."
|
||||
echo "Github auth token missing from .wpt-token file."
|
||||
return 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue