summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDhanuka Warusadura <csx@tuta.io>2022-10-04 14:54:09 +0530
committerDhanuka Warusadura <csx@tuta.io>2022-10-22 16:42:52 +0530
commitb2fbbfcfeff9f350057301f8244153a6155db5bc (patch)
treed8c580f049d1b7e660eaeb7f28ba5e787c4ae9eb
parent921f5f0d2eda9f87c6a6af234d068addb5d749f1 (diff)
downloadlibsecret-b2fbbfcfeff9f350057301f8244153a6155db5bc.tar.gz
ci: A walkaround fix to solve the fedora:asan timeout error
These changes temporarily fix the fedora:asan timeout error caused by meson. With allow_failure keyword in place the pipeline will complete even there is a timeout error in fedora:asan
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f0e9887..e32b0c3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,7 +26,7 @@ fedora:Werror:
- _build/meson-logs/testlog.txt
fedora:asan:
- image: fedora:34
+ image: fedora:latest
stage: build
before_script:
- dnf upgrade -y
@@ -39,6 +39,7 @@ fedora:asan:
- meson compile -C _build
- eval `dbus-launch --sh-syntax`
- meson test -C _build
+ allow_failure: true
artifacts:
when: on_failure
paths: