Skip to content

Commit

Permalink
Allow failure on tf-elax_ubuntu18-calico
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Kenichi Omichi committed Jul 21, 2021
1 parent 0ef7af7 commit af7a821
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af7a821

Please sign in to comment.