Skip to content

Commit

Permalink
Use VM GitLab runner
Browse files Browse the repository at this point in the history
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]: moby/moby#33099
  • Loading branch information
DemiMarie committed Apr 18, 2024
1 parent d31c4b2 commit 09d079b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 09d079b

Please sign in to comment.