Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
increase the default apply timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
FoSix committed Oct 26, 2023
1 parent f4efa9c commit 3d5ded7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/apply-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
contents: read
pull-requests: write
id-token: write
uses: PaloAltoNetworks/terraform-modules-vmseries-ci-workflows/.github/workflows/test_command.yml@v2.2
uses: PaloAltoNetworks/terraform-modules-vmseries-ci-workflows/.github/workflows/test_command.yml@vchatops-timeout
secrets: inherit
with:
cloud: azure
Expand All @@ -50,3 +50,4 @@ jobs:
comment-id: ${{ inputs.comment-id }}
branch: ${{ inputs.branch }}
terratest_action: Apply
apply_timeout: 60
3 changes: 2 additions & 1 deletion .github/workflows/idempotence-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
contents: read
pull-requests: write
id-token: write
uses: PaloAltoNetworks/terraform-modules-vmseries-ci-workflows/.github/workflows/test_command.yml@v2.2
uses: PaloAltoNetworks/terraform-modules-vmseries-ci-workflows/.github/workflows/test_command.yml@chatops-timeout
secrets: inherit
with:
cloud: azure
Expand All @@ -50,3 +50,4 @@ jobs:
comment-id: ${{ inputs.comment-id }}
branch: ${{ inputs.branch }}
terratest_action: Idempotence
apply_timeout: 60
1 change: 1 addition & 0 deletions .github/workflows/pr_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ jobs:
validate_max_parallel: 20
test_max_parallel: 10
terratest_action: Plan # keep in mind that this has to start with capital letter
apply_timeout: 60
3 changes: 2 additions & 1 deletion .github/workflows/release_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ jobs:
cloud: azure
validate_max_parallel: 20
test_max_parallel: 5
terratest_action: Idempotence # keep in mind that this has to start with capital letter
terratest_action: Idempotence # keep in mind that this has to start with capital letter
apply_timeout: 60

0 comments on commit 3d5ded7

Please sign in to comment.