Skip to content

Commit

Permalink
Merge pull request #674 from sebrandon1/add_retries
Browse files Browse the repository at this point in the history
Add retries for 'make build-image-local'
  • Loading branch information
sebrandon1 authored Jan 18, 2024
2 parents 93d5361 + 33cb5dd commit bcc5e7e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/qe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,12 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Build the test image
run: make build-image-local # quay.io/testnetworkfunction/cnf-certification-test:localtest
working-directory: cnf-certification-test
- name: Build the `cnf-certification-test` image
uses: nick-fields/retry@v2
with:
timeout_minutes: 90
max_attempts: 3
command: cd cnf-certification-test; make build-image-local # quay.io/testnetworkfunction/cnf-certification-test:localtest

- name: Run the tests
uses: nick-fields/retry@v2
Expand Down

0 comments on commit bcc5e7e

Please sign in to comment.