summaryrefslogtreecommitdiff
path: root/.gitlab-ci/container
diff options
context:
space:
mode:
authorRob Clark <robdclark@chromium.org>2019-11-17 11:33:01 -0800
committerRob Clark <robdclark@chromium.org>2019-11-22 13:48:29 -0800
commitfdaf77707629ba218f15cc876cd414f718e5a4f4 (patch)
treec25601dbba284dc928a2d6ac25ad69740da22cd8 /.gitlab-ci/container
parentcc6484f1641ca905074ad48b7def844540075643 (diff)
downloadmesa-fdaf77707629ba218f15cc876cd414f718e5a4f4.tar.gz
gitlab-ci/deqp: detect and report flakes
If there are a small number of fails, re-run to determine if they are flakes, and optionally (if `$FLAKES_CHANNEL` configured) report the flakes. This way flakes don't interfere with developers working on other drivers, but get logged so that the developers working on the flaking driver can monitor the situation. Signed-off-by: Rob Clark <robdclark@chromium.org> Acked-by: Eric Engestrom <eric.engestrom@intel.com>
Diffstat (limited to '.gitlab-ci/container')
-rw-r--r--.gitlab-ci/container/arm_test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci/container/arm_test.sh b/.gitlab-ci/container/arm_test.sh
index 2ea6327cb84..16dc0ddca9a 100644
--- a/.gitlab-ci/container/arm_test.sh
+++ b/.gitlab-ci/container/arm_test.sh
@@ -26,6 +26,7 @@ apt-get -y install \
libvulkan-dev \
libvulkan1 \
meson \
+ netcat \
pkg-config \
procps \
python \