From e5ee47408ed41db4df36f22936ca63d4fb83472f Mon Sep 17 00:00:00 2001
From: Kenichi Omichi <ken1ohmichi@gmail.com>
Date: Thu, 22 Jul 2021 23:47:52 +0900
Subject: [PATCH] Allow failure on tf-elax_ubuntu18-calico (#7814)

tf-elax_ubuntu18-calico is so flake today. The test job is failed
due to SSH connectivity check error after deploying virtual machines
which are used for Kubernetes nodes.
This allows failure on the job to see the test situation without
pull request merger failures.
---
 .gitlab-ci/terraform.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci/terraform.yml b/.gitlab-ci/terraform.yml
index 850e08fd3..68005d652 100644
--- a/.gitlab-ci/terraform.yml
+++ b/.gitlab-ci/terraform.yml
@@ -207,6 +207,7 @@ tf-elastx_ubuntu18-calico:
   extends: .terraform_apply
   stage: deploy-part3
   when: on_success
+  allow_failure: true
   variables:
     <<: *elastx_variables
     TF_VERSION: $TERRAFORM_14_VERSION
-- 
GitLab