From a7178e86f33ba94c782b572c1caa68ddd18bad7b Mon Sep 17 00:00:00 2001 From: "Oleksandr Kosse (EPAM)" <oleksandr_kosse@epam.com> Date: Wed, 29 Jun 2022 18:09:43 +0000 Subject: [PATCH] [GONRG-5252] Allow failure anthos integration tests for notification --- devops/gcp/pipeline/override-stages.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/devops/gcp/pipeline/override-stages.yml b/devops/gcp/pipeline/override-stages.yml index 26b117a9b..54259e112 100644 --- a/devops/gcp/pipeline/override-stages.yml +++ b/devops/gcp/pipeline/override-stages.yml @@ -11,3 +11,7 @@ osdu-gcp-dev2-test: variables: ENVIRONMENT: $OSDU_GCP_ENVIRONMENT REGISTER_BASE_URL: $OSDU_GCP_REGISTER_BASE_URL + +# FIXME when it is ready GONRG-5274 +osdu-gcp-anthos-test: + allow_failure: true -- GitLab