Skip to content
Snippets Groups Projects
Commit 42c8cf24 authored by Benjamin Berg's avatar Benjamin Berg Committed by Benjamin Berg
Browse files

ci: Only run on "crun" tagged runners for now

The others are not erroring out correctly for close_range syscalls,
causing issues when spawning. So use the "crun" runners and disable
"asan" as there is no overlap.
parent e081e72f
Branches
Tags
No related merge requests found
......@@ -103,6 +103,7 @@ stages:
##
build:
<<: *save_untracked_files
tags: ['crun']
stage: build
script:
......@@ -129,6 +130,7 @@ build:
##
test:
<<: *save_build_logs
tags: ['crun']
stage: test
dependencies:
......@@ -156,6 +158,7 @@ test:
# Runs the coverage test.
coverage:
<<: *save_build_logs
tags: ['crun']
stage: test
# Appears to be broken on Fedora Rawhide as of 2018-02-05
allow_failure: true
......@@ -203,6 +206,7 @@ pages:
##
.sanitizer: &sanitizer
<<: *save_build_logs
tags: ['crun']
stage: manual
when: manual
script:
......@@ -215,12 +219,12 @@ pages:
- $CI_PIPELINE_SOURCE == "schedule"
- $CI_COMMIT_TITLE =~ /^Update.*translation$/
asan:
<<: *sanitizer
# ASAN requires debugging capabilities
tags: [ asan ]
variables:
BUILD_OPTS: "-Db_sanitize=address"
#asan:
# <<: *sanitizer
# # ASAN requires debugging capabilities
# tags: [ asan ]
# variables:
# BUILD_OPTS: "-Db_sanitize=address"
tsan:
<<: *sanitizer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment