From 09d079b3050de2e3aa0383b1ff9061173268b790 Mon Sep 17 00:00:00 2001 From: Demi Marie Obenour Date: Fri, 12 Apr 2024 13:26:11 -0400 Subject: [PATCH] Use VM GitLab runner MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Docker-based runners do not support IPv6 due to a bug in Docker [1]. Future changes will require IPv6 support to run the unit tests, so use the VM-based runners instead. As per Frédéric Pierre, this will not slow down CI. [1]: https://github.com/moby/moby/issues/33099 --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 49e94bdc..5e8658d2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,8 +9,7 @@ include: .qrexec_checks: stage: checks tags: - - short-living-job - - docker + - vm before_script: &before-script - "PATH=$PATH:$HOME/.local/bin" - sudo dnf install -y python3-pip python3-gobject gtk3 python3-pytest