Disable fail fast, allowing tests to run despite failures on a particular distro - it is easier to retry failed tests these day

pull/4837/head
Adam Warner 2 years ago
parent c7108a632c
commit 2bd3366bb1
No known key found for this signature in database
GPG Key ID: 872950F3ECF2B173

@ -41,6 +41,7 @@ jobs:
runs-on: ubuntu-latest
needs: smoke-tests
strategy:
fail-fast: false
matrix:
distro: [debian_10, debian_11, ubuntu_18, ubuntu_20, ubuntu_21, ubuntu_22, centos_7, centos_8, fedora_34]
env:

Loading…
Cancel
Save