aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2019-06-25 21:37:30 +0200
committerSimon Sapin <simon.sapin@exyr.org>2019-06-25 21:37:30 +0200
commit91da718253af3b483d3bac85668e492733035d2d (patch)
tree4689acac71373d945f559572d24838b2743d2b18
parent251315dbaf221e87ba25534fc2dfb7dea85c18a6 (diff)
downloadservo-91da718253af3b483d3bac85668e492733035d2d.tar.gz
servo-91da718253af3b483d3bac85668e492733035d2d.zip
Also remove linux-rel-intermittent
Judged unnecessary: https://github.com/servo/servo/pull/23633#issuecomment-505576450
-rw-r--r--etc/ci/buildbot_steps.yml13
-rwxr-xr-xetc/ci/check_intermittents.sh22
-rw-r--r--etc/ci/former_intermittents_css.txt4
-rw-r--r--etc/ci/former_intermittents_wpt.txt2
4 files changed, 1 insertions, 40 deletions
diff --git a/etc/ci/buildbot_steps.yml b/etc/ci/buildbot_steps.yml
index 94f4453bb9c..92739095684 100644
--- a/etc/ci/buildbot_steps.yml
+++ b/etc/ci/buildbot_steps.yml
@@ -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: []
diff --git a/etc/ci/check_intermittents.sh b/etc/ci/check_intermittents.sh
deleted file mode 100755
index 486584e4cfe..00000000000
--- a/etc/ci/check_intermittents.sh
+++ /dev/null
@@ -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"
-
diff --git a/etc/ci/former_intermittents_css.txt b/etc/ci/former_intermittents_css.txt
deleted file mode 100644
index e380032bfa4..00000000000
--- a/etc/ci/former_intermittents_css.txt
+++ /dev/null
@@ -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
diff --git a/etc/ci/former_intermittents_wpt.txt b/etc/ci/former_intermittents_wpt.txt
deleted file mode 100644
index 4533d226d41..00000000000
--- a/etc/ci/former_intermittents_wpt.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-/_mozilla/css/canvas_over_area.html
-/_mozilla/css/iframe/hide_layers2.html