Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

retry intermittent CI fails #279

Open
r-leyshon opened this issue May 21, 2024 · 1 comment
Open

retry intermittent CI fails #279

r-leyshon opened this issue May 21, 2024 · 1 comment

Comments

@r-leyshon
Copy link
Contributor

Description of the Feature to be Added

Known issue that intermittent CI fails are experienced on runners. The idea is to implement an automatic retry on steps prone to java fails.

(OPTIONAL) Suggested Implementations

Additional context

As suggested here - SO thread

uses: nick-fields/retry@v2
with:
  timeout_minutes: 10
  max_attempts: 3
  command: |
    git clone https://github.com/{owner}/{repo}.git
    cd {repo}

@r-leyshon r-leyshon added this to the Version 1 Release milestone May 21, 2024
@r-leyshon
Copy link
Contributor Author

/home/runner/work/_temp/15f0232e-ebc1-4ac4-a8b0-58a650ba8b1e.sh: line 1:  2655 Segmentation fault      (core dumped) pytest
Error: Process completed with exit code 139.

on test with pytest step, full test suite, ubuntu runner.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant