Skip to content
Snippets Groups Projects
Unverified Commit e5ee4740 authored by Kenichi Omichi's avatar Kenichi Omichi Committed by GitHub
Browse files

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.
parent f21a707e
Branches
Tags
No related merge requests found
...@@ -207,6 +207,7 @@ tf-elastx_ubuntu18-calico: ...@@ -207,6 +207,7 @@ tf-elastx_ubuntu18-calico:
extends: .terraform_apply extends: .terraform_apply
stage: deploy-part3 stage: deploy-part3
when: on_success when: on_success
allow_failure: true
variables: variables:
<<: *elastx_variables <<: *elastx_variables
TF_VERSION: $TERRAFORM_14_VERSION TF_VERSION: $TERRAFORM_14_VERSION
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment