From 631b5b33f2d450347967ad9ca4c81dd2406671e2 Mon Sep 17 00:00:00 2001 From: mancini <mancini@astron.nl> Date: Sat, 14 Dec 2024 12:55:04 +0100 Subject: [PATCH] Allow failure --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 11fa739..42f5bb2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -76,6 +76,7 @@ performance: # This job runs in the test stage. expire_in: 1 days performance-jetson: # This job runs in the test stage. + allow_failure: true tags: - das6-gpu stage: benchmark # It only starts when the job in the build stage completes successfully. -- GitLab