summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorPetri Latvala <petri.latvala@intel.com>2021-08-09 11:50:40 +0300
committerPetri Latvala <petri.latvala@intel.com>2021-08-11 12:59:22 +0300
commitd4ff2b4ab88d62a1888cb0316e70a1729fe4a685 (patch)
tree40140e02557d1c87970ce21c5496c41d912af96f /.gitlab-ci.yml
parent40554b1b9c3dedcd66995cacd77a4bc062cc09a9 (diff)
gitlab-ci: Try to avoid runners that jam
For a yet unknown reason, some gitlab runners leave qemu-user processes in 'D' state. Try to avoid those by using runners that are known to get through the testing fine. Currently that would be the "gstreamer"-tagged runners. Signed-off-by: Petri Latvala <petri.latvala@intel.com> Cc: Arkadiusz Hiler <arek@hiler.eu> Acked-by: Daniel Stone <daniels@collabora.com> #irc Acked-by: Benjamin Tissoires <benjamin.tissoires@gmail.com> #irc
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0de61828..fd0ca7cb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -164,6 +164,8 @@ build:tests-debian-meson-mips:
#################### TEST ##########################
test:ninja-test:
+ tags:
+ - gstreamer
retry: 2
dependencies:
- build:tests-fedora
@@ -171,6 +173,8 @@ test:ninja-test:
script: meson test -C build --num-processes ${FDO_CI_CONCURRENT:-4}
test:ninja-test-clang:
+ tags:
+ - gstreamer
retry: 2
dependencies:
- build:tests-fedora-clang
@@ -180,6 +184,8 @@ test:ninja-test-clang:
script: meson test -C build --num-processes ${FDO_CI_CONCURRENT:-4}
test:ninja-test-minimal:
+ tags:
+ - gstreamer
retry: 2
image: $CI_REGISTRY/$CI_PROJECT_PATH/build-debian-minimal:commit-$CI_COMMIT_SHA
dependencies:
@@ -188,6 +194,8 @@ test:ninja-test-minimal:
script: meson test -C build --num-processes ${FDO_CI_CONCURRENT:-4}
test:ninja-test-arm64:
+ tags:
+ - gstreamer
retry: 2
image: $CI_REGISTRY/$CI_PROJECT_PATH/build-debian-arm64:commit-$CI_COMMIT_SHA
dependencies:
@@ -203,6 +211,8 @@ test:ninja-test-arm64:
when: on_failure
test:ninja-test-armhf:
+ tags:
+ - gstreamer
retry: 2
image: $CI_REGISTRY/$CI_PROJECT_PATH/build-debian-armhf:commit-$CI_COMMIT_SHA
dependencies:
@@ -218,6 +228,8 @@ test:ninja-test-armhf:
when: on_failure
test:ninja-test-mips:
+ tags:
+ - gstreamer
retry: 2
image: $CI_REGISTRY/$CI_PROJECT_PATH/build-debian-mips:commit-$CI_COMMIT_SHA
dependencies: