mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Also remove linux-rel-intermittent
Judged unnecessary: https://github.com/servo/servo/pull/23633#issuecomment-505576450
This commit is contained in:
parent
251315dbaf
commit
91da718253
4 changed files with 1 additions and 40 deletions
|
@ -5,18 +5,6 @@ env:
|
|||
SCCACHE_IDLE_TIMEOUT: "1200"
|
||||
GST_DEBUG: '3'
|
||||
|
||||
linux-rel-intermittent:
|
||||
env:
|
||||
CC: clang-4.0
|
||||
CXX: clang++-4.0
|
||||
commands:
|
||||
- ./mach clean-nightlies --keep 3 --force
|
||||
- ./mach clean-cargo-cache --keep 3 --force
|
||||
- ./etc/ci/clean_build_artifacts.sh
|
||||
- ./mach build --release -p servo
|
||||
- ./etc/ci/check_intermittents.sh --log-raw intermittents.log
|
||||
- ./etc/ci/clean_build_artifacts.sh
|
||||
|
||||
linux-rel-nogate:
|
||||
env:
|
||||
CC: clang-4.0
|
||||
|
@ -91,3 +79,4 @@ linux-nightly: []
|
|||
arm32: []
|
||||
arm64: []
|
||||
mac-rel-intermittent: []
|
||||
linux-rel-intermittent: []
|
||||
|
|
|
@ -1,22 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
|
||||
set -o errexit
|
||||
set -o nounset
|
||||
set -o pipefail
|
||||
REPEAT_COUNT=100
|
||||
|
||||
while read test_name; do
|
||||
echo " - Checking ${test_name}"
|
||||
./mach test-wpt \
|
||||
--release \
|
||||
--log-raw - \
|
||||
--repeat "${REPEAT_COUNT}" \
|
||||
"${test_name}" \
|
||||
> intermittents.log \
|
||||
< /dev/null
|
||||
done < "etc/ci/former_intermittents_wpt.txt"
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
/css-flexbox-1_dev/html/flexbox-basic-iframe-vert-001.htm
|
||||
/css-transforms-1_dev/html/transform-table-007.htm
|
||||
/css-transforms-1_dev/html/transform-abspos-002.htm
|
||||
/css-transforms-1_dev/html/transform-abspos-007.htm
|
|
@ -1,2 +0,0 @@
|
|||
/_mozilla/css/canvas_over_area.html
|
||||
/_mozilla/css/iframe/hide_layers2.html
|
Loading…
Add table
Add a link
Reference in a new issue