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

Add retry to Protocol Tests Prepare #10501

Closed
wants to merge 5 commits into from
Closed

Conversation

martinvol
Copy link
Contributor

@martinvol martinvol commented Aug 17, 2023

Avoid a flaky segfault that happens, for example here:
https://github.com/celo-org/celo-monorepo/actions/runs/5872083716/job/15923694402

If this works next step will be to add this as required for merge on GitHub

@martinvol martinvol requested a review from a team August 17, 2023 13:36
@martinvol martinvol enabled auto-merge (squash) August 17, 2023 16:09
@@ -251,6 +251,8 @@ jobs:
with:
node-version: 12.22.11
- name: Generate devchain of previous release
timeout_minutes: 30
Copy link
Contributor

@soloseng soloseng Sep 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't this be specifying using nick-fields/retry@v2

i'd expect something like this (?):

        uses: nick-fields/retry@v2
        with:
          timeout_minutes: 30
          max_attempts: 3

@mcortesi mcortesi closed this Nov 17, 2023
auto-merge was automatically disabled November 17, 2023 12:37

Pull request was closed

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

Successfully merging this pull request may close these issues.

4 participants