summaryrefslogtreecommitdiff
path: root/t/helper
diff options
context:
space:
mode:
authorPhilippe Blain <levraiphilippeblain@gmail.com>2021-01-28 04:06:08 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-01-28 06:09:42 (GMT)
commit2b0e14f64025a858f7d7542b117c799d2c76c392 (patch)
tree3acd6fba87793aae08ff57c2f7fcfa771086060a /t/helper
parent71ca53e8125e36efbda17293c50027d31681a41f (diff)
downloadgit-2b0e14f64025a858f7d7542b117c799d2c76c392.zip
git-2b0e14f64025a858f7d7542b117c799d2c76c392.tar.gz
git-2b0e14f64025a858f7d7542b117c799d2c76c392.tar.bz2
ci: do not cancel all jobs of a matrix if one fails
The CI/PR GitHub Actions workflow uses the 'matrix' strategy for the "windows-test", "vs-test", "regular" and "dockerized" jobs. The default behaviour of GitHub Actions is to cancel all in-progress jobs in a matrix if one of the job of the matrix fails [1]. This is not ideal as a failure early in a job, like during installation of the build/test dependencies on a specific platform, leads to the cancellation of all other jobs in the matrix. Set the 'fail-fast' variable to 'false' for all four matrix jobs in the workflow. [1] https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast Signed-off-by: Philippe Blain <levraiphilippeblain@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/helper')
0 files changed, 0 insertions, 0 deletions