Skip to content

Commit

Permalink
Merge pull request #5941 from rvykydal/kickstart-test-workflow-retry-…
Browse files Browse the repository at this point in the history
…by-default

workflows: Retry failed test by default in kickstart test GH workflow
  • Loading branch information
rvykydal authored Oct 17, 2024
2 parents fea233c + b597a48 commit 7b21249
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/kickstart-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ jobs:
run: |
cat <<EOF > settings.ini
[kickstart_test]
retry_on_failure=True
kstest_local_repo=${{ github.workspace }}/kickstart-tests
[library]
directPath=${{ github.workspace }}/kickstart-tests/testlib
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/kickstart-tests.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ jobs:
run: |
cat <<EOF > settings.ini
[kickstart_test]
retry_on_failure=True
kstest_local_repo=${{ github.workspace }}/kickstart-tests
[library]
directPath=${{ github.workspace }}/kickstart-tests/testlib
Expand Down

0 comments on commit 7b21249

Please sign in to comment.