Make WordPress Core

Changeset 57052


Ignore:
Timestamp:
11/01/2023 07:29:53 PM (14 months ago)
Author:
desrosj
Message:

Build/Test Tools: Increase the number of retries when restarting a workflow.

This increases the number of times to retry restarting a workflow from 10 to 15, and the timeout-minutes value to 30.

For workflows with complex strategy matrix, the exponential backoff of 10 retries is still not enough to account for the GitHub Actions UI taking a long time to catch up.

Follow up to [56829] and [56830].
See #58867.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/failed-workflow.yml

    r56830 r57052  
    2727    permissions:
    2828      actions: write
    29     timeout-minutes: 20
     29    timeout-minutes: 30
    3030
    3131    steps:
     
    3333        uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
    3434        with:
    35           retries: 10
     35          retries: 15
    3636          retry-exempt-status-codes: 418
    3737          script: |
Note: See TracChangeset for help on using the changeset viewer.