We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7660751 commit 770011eCopy full SHA for 770011e
.cirrus.yml
@@ -370,6 +370,11 @@ task:
370
# "suites".
371
T_C: "\"C:/Program Files/Git/usr/bin/timeout.exe\" -v -k60s 15m"
372
373
+ # Temporarily work around cirrus-ci bug causing processes started from a
374
+ # script to be killed, even if intentionally running in background. See
375
+ # https://github.com/cirruslabs/cirrus-ci-agent/issues/218
376
+ # https://postgr.es/m/CA%2BhUKGKx7k14n2nAALSvv6M_AB6oHasNBA65X6Dvo8hwfi9y0A%40mail.gmail.com
377
+ CIRRUS_AGENT_VERSION: 1.73.2
378
379
only_if: $CIRRUS_CHANGE_MESSAGE !=~ '.*\nci-os-only:.*' || $CIRRUS_CHANGE_MESSAGE =~ '.*\nci-os-only:[^\n]*windows.*'
380
0 commit comments