From d1d21114134dcb678fd8f76f242e683f240bfdf4 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Wed, 21 Aug 2024 17:04:03 +0300 Subject: [PATCH] ci: Pin the windows jobs to gstreamer runners for now There seem to be some seemingly random failures if the jobs get scheduled on the hyper-v isolation runners, and they need to be debugged further. Part-of: --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5a27240f2..de3af9589 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -519,6 +519,7 @@ pages: - 'windows' - 'shell' - '2022' + - "gstreamer-windows" script: # We need to pass an array and to resolve the env vars, so we can't use a variable: - $DOCKER_BUILD_ARGS = @("--build-arg", "DEFAULT_BRANCH=$GST_UPSTREAM_BRANCH", "--build-arg", "RUST_VERSION=$RUST_VERSION") @@ -550,6 +551,7 @@ windows rust docker msrv: - 'docker' - 'windows' - '2022' + - "gstreamer-windows" script: # Skip -sys tests as they don't work # https://github.com/gtk-rs/gtk3-rs/issues/54