Skip to content

Commit

Permalink
remove HA e2e test against examples/simple
Browse files Browse the repository at this point in the history
Signed-off-by: Marques Johansson <mjohansson@equinix.com>
  • Loading branch information
displague committed Oct 19, 2022
1 parent 2ff5eee commit 96fc17e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,20 +61,6 @@ jobs:
id: destroy
if: ${{ always() }}
run: terraform destroy -input=false -auto-approve
- name: HA Terraform Plan
id: ha-plan
timeout-minutes: 45
env:
TF_VAR_control_plane_node_count: 1
run: terraform plan -out=tfplan -input=false
- name: HA Terraform Apply
id: ha-apply
timeout-minutes: 45
run: terraform apply -input=false tfplan
- name: HA Terraform Destroy
id: ha-destroy
if: ${{ always() }}
run: terraform destroy -input=false -auto-approve
- name: Project Delete
if: ${{ always() }}
uses: displague/metal-sweeper-action@v0.3.0
Expand Down

0 comments on commit 96fc17e

Please sign in to comment.