Skip to content

Commit

Permalink
ci: Temporarely use public runners on ubuntu:24.04 jobs
Browse files Browse the repository at this point in the history
Ticket: QA-866

Signed-off-by: Lluis Campos <[email protected]>
  • Loading branch information
lluiscampos committed Jan 31, 2025
1 parent f2acb52 commit c41a8eb
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 c41a8eb

Please sign in to comment.