Skip to content

Commit 770011e

Browse files
committed
ci: windows: Work around cirrus-ci bug causing test failures.
Will be reverted once fixed on cirrus's side. See also cirruslabs/cirrus-ci-agent#218 Discussion: https://postgr.es/m/CA+hUKGKx7k14n2nAALSvv6M_AB6oHasNBA65X6Dvo8hwfi9y0A@mail.gmail.com
1 parent 7660751 commit 770011e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.cirrus.yml

+5
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,11 @@ task:
370370
# "suites".
371371
T_C: "\"C:/Program Files/Git/usr/bin/timeout.exe\" -v -k60s 15m"
372372

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
373378

374379
only_if: $CIRRUS_CHANGE_MESSAGE !=~ '.*\nci-os-only:.*' || $CIRRUS_CHANGE_MESSAGE =~ '.*\nci-os-only:[^\n]*windows.*'
375380

0 commit comments

Comments
 (0)