Skip to content

chore(ci): switch off fail-fast for PHP unit workflow jobs#41695

Merged
DeepDiver1975 merged 1 commit into
masterfrom
fail-fast-false-php-unit
Jul 21, 2026
Merged

chore(ci): switch off fail-fast for PHP unit workflow jobs#41695
DeepDiver1975 merged 1 commit into
masterfrom
fail-fast-false-php-unit

Conversation

@phil-davis

Copy link
Copy Markdown
Contributor

The PHP unit test jobs all take about the same time. It seems unfortunate to cancel the other jobs when one of them has errors. Letting the other jobs finish will not take much extra CI time. And it is sometimes useful to have all the results:

  • if one of the jobs failed due to a CI infrastrucutre issue
  • if a database-related test fails, then see the result on other databases

Opinions welcome.

The PHP unit test jobs all take about the same time. It seems
unfortunate to cancel the other jobs when one of them has errors.
Letting the other jobs finish will not take much extra CI time.
And it is sometimes useful to have all the results:

- if one of the jobs failed due to a CI infrastrucutre issue
- if a database-related test fails, then see the result on other databases

Signed-off-by: Phillip Davis <phil@jankaritech.com>
@phil-davis
phil-davis requested a review from a team as a code owner July 17, 2026 09:43
@update-docs

This comment was marked as resolved.

@DeepDiver1975
DeepDiver1975 merged commit 63ae1e9 into master Jul 21, 2026
29 checks passed
@DeepDiver1975
DeepDiver1975 deleted the fail-fast-false-php-unit branch July 21, 2026 10:20
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.

2 participants