Skip to content

Commit

Permalink
Merge pull request #136 from lluiscampos/QA-866-gitlab-runner
Browse files Browse the repository at this point in the history
QA-866: Temporarely use public runners on ubuntu:24.04 jobs
  • Loading branch information
lluiscampos authored Jan 31, 2025
2 parents f2acb52 + c41a8eb commit 86f015d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@ test:unit:
- cmake -D CMAKE_BUILD_TYPE=${BUILD_TYPE} tests/unit
- make --jobs=$(nproc --all) --keep-going check
tags:
- hetzner-amd-beefy
# QA-866: Ubuntu 24.04 image cannot properly run on our private runners.
# Temporarily setting it to GitLab Hosted runners
- saas-linux-medium-amd64

test:static:asan:
extends: .test:static:template
Expand Down

0 comments on commit 86f015d

Please sign in to comment.