Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test #231

Merged
merged 5 commits into from
Oct 9, 2023
Merged

test #231

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading