Skip to content

Commit

Permalink
Change nick-invision/retry to nick-fields/retry (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenaLee committed Nov 21, 2022
1 parent bc22201 commit eaf7b72
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/integrationTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -434,10 +434,10 @@ jobs:
- name: Verify Terraform version
run: terraform --version

# nick-invision/retry@v2 starts at base dir
# nick-fields/retry@v2 starts at base dir
- name: Terraform apply
if: ${{ matrix.arrays.family == 'linux' && steps.ec2-nvidia-integration-test.outputs.cache-hit != 'true' }}
uses: nick-invision/retry@v2
uses: nick-fields/retry@v2
with:
max_attempts: 3
timeout_minutes: 30
Expand Down Expand Up @@ -465,7 +465,7 @@ jobs:
- name: Terraform apply
if: ${{ matrix.arrays.family == 'window' && steps.ec2-nvidia-integration-test.outputs.cache-hit != 'true' }}
uses: nick-invision/retry@v2
uses: nick-fields/retry@v2
with:
max_attempts: 3
timeout_minutes: 30
Expand All @@ -487,7 +487,7 @@ jobs:
#This is here just in case workflow cancel
- name: Terraform destroy
if: ${{ cancelled() && steps.ec2-nvidia-integration-test.outputs.cache-hit != 'true' }}
uses: nick-invision/retry@v2
uses: nick-fields/retry@v2
with:
max_attempts: 3
timeout_minutes: 8
Expand Down Expand Up @@ -535,10 +535,10 @@ jobs:
- name: Verify Terraform version
run: terraform --version

# nick-invision/retry@v2 starts at base dir
# nick-fields/retry@v2 starts at base dir
- name: Terraform apply
if: steps.ec2-linux-integration-test.outputs.cache-hit != 'true'
uses: nick-invision/retry@v2
uses: nick-fields/retry@v2
with:
max_attempts: 3
timeout_minutes: 30
Expand Down Expand Up @@ -567,7 +567,7 @@ jobs:
#This is here just in case workflow cancel
- name: Terraform destroy
if: ${{ cancelled() && steps.ec2-linux-integration-test.outputs.cache-hit != 'true' }}
uses: nick-invision/retry@v2
uses: nick-fields/retry@v2
with:
max_attempts: 3
timeout_minutes: 8
Expand Down Expand Up @@ -608,10 +608,10 @@ jobs:
# - name: Verify Terraform version
# run: terraform --version
#
# # nick-invision/retry@v2 starts at base dir
# # nick-fields/retry@v2 starts at base dir
# - name: Terraform apply
# if: steps.ec2-win-integration-test.outputs.cache-hit != 'true'
# uses: nick-invision/retry@v2
# uses: nick-fields/retry@v2
# with:
# max_attempts: 3
# timeout_minutes: 15
Expand All @@ -633,7 +633,7 @@ jobs:
# #This is here just in case workflow cancel
# - name: Terraform destroy
# if: ${{ cancelled() && steps.ec2-win-integration-test.outputs.cache-hit != 'true' }}
# uses: nick-invision/retry@v2
# uses: nick-fields/retry@v2
# with:
# max_attempts: 3
# timeout_minutes: 8
Expand Down Expand Up @@ -715,7 +715,7 @@ jobs:

- name: Terraform apply
if: steps.ecs-fargate-integration-test.outputs.cache-hit != 'true'
uses: nick-invision/retry@v2
uses: nick-fields/retry@v2
with:
max_attempts: 3
timeout_minutes: 15
Expand All @@ -731,7 +731,7 @@ jobs:
- name: Terraform destroy
if: ${{ cancelled() && steps.ecs-fargate-integration-test.outputs.cache-hit != 'true' }}
uses: nick-invision/retry@v2
uses: nick-fields/retry@v2
with:
max_attempts: 3
timeout_minutes: 8
Expand Down Expand Up @@ -781,7 +781,7 @@ jobs:
# run: terraform --version
# - name: Terraform apply
# if: steps.performance-tracking.outputs.cache-hit != 'true'
# uses: nick-invision/retry@v2
# uses: nick-fields/retry@v2
# with:
# max_attempts: 1
# timeout_minutes: 30
Expand Down Expand Up @@ -811,7 +811,7 @@ jobs:
#This is here just in case workflow cancel
# - name: Terraform destroy
# if: ${{ cancelled() && steps.ec2-linux-integration-test.outputs.cache-hit != 'true' }}
# uses: nick-invision/retry@v2
# uses: nick-fields/retry@v2
# with:
# max_attempts: 3
# timeout_minutes: 8
Expand Down

0 comments on commit eaf7b72

Please sign in to comment.