Skip to content

Commit

Permalink
fix destroy var
Browse files Browse the repository at this point in the history
  • Loading branch information
anniehedgpeth committed Oct 9, 2023
1 parent 0e6d4f6 commit bd35347
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/handler-destroy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
with:
cloud: Azure
test_name: Public Active/Active (Replicated)
utility_test: true
utility_test: false
is_replicated_deployment: true
module_repository_id: hashicorp/terraform-azurerm-terraform-enterprise
pull_request_repo_name: ${{ github.event.client_payload.github.payload.repository.full_name }}
Expand All @@ -131,7 +131,7 @@ jobs:
with:
cloud: Azure
test_name: Private Active/Active (Replicated)
utility_test: true
utility_test: false
is_replicated_deployment: true
module_repository_id: hashicorp/terraform-azurerm-terraform-enterprise
pull_request_repo_name: ${{ github.event.client_payload.github.payload.repository.full_name }}
Expand All @@ -149,7 +149,7 @@ jobs:
with:
cloud: Azure
test_name: Private TCP Active/Active (Replicated)
utility_test: true
utility_test: false
is_replicated_deployment: true
module_repository_id: hashicorp/terraform-azurerm-terraform-enterprise
pull_request_repo_name: ${{ github.event.client_payload.github.payload.repository.full_name }}
Expand All @@ -167,7 +167,7 @@ jobs:
with:
cloud: Azure
test_name: Standalone External (Replicated)
utility_test: true
utility_test: false
is_replicated_deployment: true
module_repository_id: hashicorp/terraform-azurerm-terraform-enterprise
pull_request_repo_name: ${{ github.event.client_payload.github.payload.repository.full_name }}
Expand All @@ -191,7 +191,7 @@ jobs:
with:
cloud: Azure
test_name: Standalone Mounted Disk (Replicated)
utility_test: true
utility_test: false
is_replicated_deployment: true
module_repository_id: hashicorp/terraform-azurerm-terraform-enterprise
pull_request_repo_name: ${{ github.event.client_payload.github.payload.repository.full_name }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/handler-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
pull_request_ref: ${{ github.event.client_payload.pull_request.head.sha }}
pull_request_comment_id: ${{ github.event.client_payload.github.payload.comment.id }}
TFC_token_secret_name: PUBLIC_ACTIVE_ACTIVE_TFC_TOKEN

private_active_active:
uses: hashicorp/terraform-random-tfe-utility/.github/workflows/azure-tests.yml@main
secrets: inherit
Expand All @@ -79,10 +79,10 @@ jobs:
with:
test_name: Private Active/Active (FDO)
is_replicated_deployment: false
utility_test: false
module_repository_id: hashicorp/terraform-azurerm-terraform-enterprise
work_dir: ./tests/private-active-active
k6_work_dir: ./tests/tfe-load-test
utility_test: false
pull_request_repo_name: ${{ github.event.client_payload.github.payload.repository.full_name }}
pull_request_ref: ${{ github.event.client_payload.pull_request.head.sha }}
pull_request_comment_id: ${{ github.event.client_payload.github.payload.comment.id }}
Expand All @@ -97,10 +97,10 @@ jobs:
with:
test_name: Private TCP Active/Active (FDO)
is_replicated_deployment: false
utility_test: false
module_repository_id: hashicorp/terraform-azurerm-terraform-enterprise
work_dir: ./tests/private-tcp-active-active
k6_work_dir: ./tests/tfe-load-test
utility_test: false
pull_request_repo_name: ${{ github.event.client_payload.github.payload.repository.full_name }}
pull_request_ref: ${{ github.event.client_payload.pull_request.head.sha }}
pull_request_comment_id: ${{ github.event.client_payload.github.payload.comment.id }}
Expand Down Expand Up @@ -181,10 +181,10 @@ jobs:
with:
test_name: Private Active/Active
is_replicated_deployment: true
utility_test: false
module_repository_id: hashicorp/terraform-azurerm-terraform-enterprise
work_dir: ./tests/private-active-active
k6_work_dir: ./tests/tfe-load-test
utility_test: false
pull_request_repo_name: ${{ github.event.client_payload.github.payload.repository.full_name }}
pull_request_ref: ${{ github.event.client_payload.pull_request.head.sha }}
pull_request_comment_id: ${{ github.event.client_payload.github.payload.comment.id }}
Expand All @@ -200,10 +200,10 @@ jobs:
with:
test_name: Private TCP Active/Active
is_replicated_deployment: true
utility_test: false
module_repository_id: hashicorp/terraform-azurerm-terraform-enterprise
work_dir: ./tests/private-tcp-active-active
k6_work_dir: ./tests/tfe-load-test
utility_test: false
pull_request_repo_name: ${{ github.event.client_payload.github.payload.repository.full_name }}
pull_request_ref: ${{ github.event.client_payload.pull_request.head.sha }}
pull_request_comment_id: ${{ github.event.client_payload.github.payload.comment.id }}
Expand Down

0 comments on commit bd35347

Please sign in to comment.