Skip to content

Commit

Permalink
Merge pull request #444 from CrowdStrike/dependabot/github_actions/ni…
Browse files Browse the repository at this point in the history
…ck-fields/retry-3
  • Loading branch information
redhatrises authored Feb 2, 2024
2 parents e1b4b21 + d746b7d commit ca354bc
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/falcon_configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
pip install -r .devcontainer/requirements.txt
- name: Build/Install the collection
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
with:
timeout_minutes: 2
max_attempts: 3
Expand All @@ -132,7 +132,7 @@ jobs:
- name: Run role tests
id: molecule-role-test
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
env:
MOLECULE_INSTANCE_NAME: ${{ matrix.molecule.distro }}-${{ matrix.collection_role }}
MOLECULE_IMAGE_OWNER: ${{ matrix.molecule.image_owner }}
Expand All @@ -151,7 +151,7 @@ jobs:
continue-on-error: true

- name: Ensure instances are destroyed
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
env:
MOLECULE_INSTANCE_NAME: ${{ matrix.molecule.distro }}-${{ matrix.collection_role }}
MOLECULE_IMAGE_OWNER: ${{ matrix.molecule.image_owner }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/falcon_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
pip install -r .devcontainer/requirements.txt
- name: Build/Install the collection
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
with:
timeout_minutes: 2
max_attempts: 3
Expand All @@ -143,7 +143,7 @@ jobs:
- name: Run role tests
id: molecule-role-test
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
env:
MOLECULE_INSTANCE_NAME: ${{ matrix.molecule.distro }}-${{ matrix.collection_role }}
MOLECULE_IMAGE_OWNER: ${{ matrix.molecule.image_owner }}
Expand All @@ -162,7 +162,7 @@ jobs:
continue-on-error: true

- name: Ensure instances are destroyed
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
env:
MOLECULE_INSTANCE_NAME: ${{ matrix.molecule.distro }}-${{ matrix.collection_role }}
MOLECULE_IMAGE_OWNER: ${{ matrix.molecule.image_owner }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/falcon_uninstall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
pip install -r .devcontainer/requirements.txt
- name: Build/Install the collection
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
with:
timeout_minutes: 2
max_attempts: 3
Expand All @@ -132,7 +132,7 @@ jobs:
- name: Run role tests
id: molecule-role-test
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
env:
MOLECULE_INSTANCE_NAME: ${{ matrix.molecule.distro }}-${{ matrix.collection_role }}
MOLECULE_IMAGE_OWNER: ${{ matrix.molecule.image_owner }}
Expand All @@ -151,7 +151,7 @@ jobs:
continue-on-error: true

- name: Ensure instances are destroyed
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
env:
MOLECULE_INSTANCE_NAME: ${{ matrix.molecule.distro }}-${{ matrix.collection_role }}
MOLECULE_IMAGE_OWNER: ${{ matrix.molecule.image_owner }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/win_falcon_configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
pip install -r .devcontainer/requirements.txt pywinrm
- name: Build/Install the collection
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
with:
timeout_minutes: 2
max_attempts: 3
Expand All @@ -87,7 +87,7 @@ jobs:
- name: Run role tests
id: molecule-role-test
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
env:
MOLECULE_INSTANCE_NAME: ${{ matrix.molecule.distro }}-${{ matrix.collection_role }}
MOLECULE_IMAGE_OWNER: ${{ matrix.molecule.image_owner }}
Expand All @@ -106,7 +106,7 @@ jobs:
continue-on-error: true

- name: Ensure instances are destroyed
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
env:
MOLECULE_INSTANCE_NAME: ${{ matrix.molecule.distro }}-${{ matrix.collection_role }}
MOLECULE_IMAGE_OWNER: ${{ matrix.molecule.image_owner }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/win_falcon_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
pip install -r .devcontainer/requirements.txt pywinrm
- name: Build/Install the collection
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
with:
timeout_minutes: 2
max_attempts: 3
Expand All @@ -87,7 +87,7 @@ jobs:
- name: Run role tests
id: molecule-role-test
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
env:
MOLECULE_INSTANCE_NAME: ${{ matrix.molecule.distro }}-${{ matrix.collection_role }}
MOLECULE_IMAGE_OWNER: ${{ matrix.molecule.image_owner }}
Expand All @@ -106,7 +106,7 @@ jobs:
continue-on-error: true

- name: Ensure instances are destroyed
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
env:
MOLECULE_INSTANCE_NAME: ${{ matrix.molecule.distro }}-${{ matrix.collection_role }}
MOLECULE_IMAGE_OWNER: ${{ matrix.molecule.image_owner }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/win_falcon_uninstall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
pip install -r .devcontainer/requirements.txt pywinrm
- name: Build/Install the collection
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
with:
timeout_minutes: 2
max_attempts: 3
Expand All @@ -87,7 +87,7 @@ jobs:
- name: Run role tests
id: molecule-role-test
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
env:
MOLECULE_INSTANCE_NAME: ${{ matrix.molecule.distro }}-${{ matrix.collection_role }}
MOLECULE_IMAGE_OWNER: ${{ matrix.molecule.image_owner }}
Expand All @@ -106,7 +106,7 @@ jobs:
continue-on-error: true

- name: Ensure instances are destroyed
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
env:
MOLECULE_INSTANCE_NAME: ${{ matrix.molecule.distro }}-${{ matrix.collection_role }}
MOLECULE_IMAGE_OWNER: ${{ matrix.molecule.image_owner }}
Expand Down

0 comments on commit ca354bc

Please sign in to comment.