From e6c55564d4fafe2f82502bd124d575c54059e0f7 Mon Sep 17 00:00:00 2001 From: Jon Azpiazu <jon.azpiazu@tecnalia.com> Date: Tue, 19 Oct 2021 18:59:30 +0200 Subject: [PATCH] Try manual job not to block the pipeline --- ci-templates/auto-rules/no-default.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci-templates/auto-rules/no-default.yml b/ci-templates/auto-rules/no-default.yml index 8e352a0..fd70901 100644 --- a/ci-templates/auto-rules/no-default.yml +++ b/ci-templates/auto-rules/no-default.yml @@ -64,6 +64,7 @@ ddeploy_kinetic: exists: - ddeploy.yaml when: manual + allow_failure: true ddeploy_melodic: extends: .ddeploy @@ -75,6 +76,7 @@ ddeploy_melodic: exists: - ddeploy.yaml when: manual + allow_failure: true ddeploy_noetic: extends: .ddeploy @@ -86,3 +88,4 @@ ddeploy_noetic: exists: - ddeploy.yaml when: manual + allow_failure: true -- GitLab