Skip to content

Commit

Permalink
Allow failure on tf-elax_ubuntu18-calico (kubernetes-sigs#7814)
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
oomichi authored and sakuraiyuta committed Apr 16, 2022
1 parent 41eb474 commit cad307a
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 cad307a

Please sign in to comment.