[gnome-settings-daemon/jjardon/f36] ci: Only run on "crun" tagged runners for now
- From: Benjamin Berg <bberg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon/jjardon/f36] ci: Only run on "crun" tagged runners for now
- Date: Mon, 7 Feb 2022 13:32:20 +0000 (UTC)
commit 2e120357c2c32ef4264a716026fd1f54c138de9b
Author: Benjamin Berg <bberg redhat com>
Date: Mon Feb 7 14:30:33 2022 +0100
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.
.gitlab-ci.yml | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f176dd3b..dbec6071 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]