[wp-trac] [WordPress Trac] #52612: Disable fast failing on GitHub Actions

WordPress Trac noreply at wordpress.org
Mon Feb 22 20:17:51 UTC 2021


#52612: Disable fast failing on GitHub Actions
------------------------------+--------------------------------------
 Reporter:  johnbillion       |      Owner:  (none)
     Type:  enhancement       |     Status:  new
 Priority:  normal            |  Milestone:  Awaiting Review
Component:  Build/Test Tools  |    Version:
 Severity:  normal            |   Keywords:  dev-feedback needs-patch
  Focuses:                    |
------------------------------+--------------------------------------
 The `fail-fast` option is enabled by default on GitHub Actions. This means
 if a job fails, all other jobs that have not yet run get automatically
 cancelled.

 This is good for being alerted sooner to a failure, but bad when you're
 trying to identify if a failure is specific to one job or all jobs because
 all other remaining jobs get cancelled.

 I propose setting `fail-fast` to `false` in our config.

 Ref: https://docs.github.com/en/actions/reference/workflow-syntax-for-
 github-actions#jobsjob_idstrategyfail-fast

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/52612>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list