Skip to content

Commit

Permalink
Change tf-elax_ubuntu18-calico to manual job
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 changes the job to manual job to skip it on normal pipeline.
  • Loading branch information
Kenichi Omichi committed Jul 20, 2021
1 parent 0ef7af7 commit ea6bb5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ tf-elastx_cleanup:
tf-elastx_ubuntu18-calico:
extends: .terraform_apply
stage: deploy-part3
when: on_success
when: manual
variables:
<<: *elastx_variables
TF_VERSION: $TERRAFORM_14_VERSION
Expand Down

0 comments on commit ea6bb5b

Please sign in to comment.