ci: windows: Work around cirrus-ci bug causing test failures.
authorAndres Freund <andres@anarazel.de>
Sat, 5 Mar 2022 05:58:57 +0000 (21:58 -0800)
committerAndres Freund <andres@anarazel.de>
Sat, 5 Mar 2022 06:00:09 +0000 (22:00 -0800)
Will be reverted once fixed on cirrus's side.

See also https://github.com/cirruslabs/cirrus-ci-agent/issues/218

Discussion: https://postgr.es/m/CA+hUKGKx7k14n2nAALSvv6M_AB6oHasNBA65X6Dvo8hwfi9y0A@mail.gmail.com

.cirrus.yml

index d10b0a82f9fc621faa91193b5bdac131f5d8578f..40854046d66dd5c1234eda4605b591feb7b37c33 100644 (file)
@@ -370,6 +370,11 @@ task:
     # "suites".
     T_C: "\"C:/Program Files/Git/usr/bin/timeout.exe\" -v -k60s 15m"
 
+    # Temporarily work around cirrus-ci bug causing processes started from a
+    # script to be killed, even if intentionally running in background. See
+    # https://github.com/cirruslabs/cirrus-ci-agent/issues/218
+    # https://postgr.es/m/CA%2BhUKGKx7k14n2nAALSvv6M_AB6oHasNBA65X6Dvo8hwfi9y0A%40mail.gmail.com
+    CIRRUS_AGENT_VERSION: 1.73.2
 
   only_if: $CIRRUS_CHANGE_MESSAGE !=~ '.*\nci-os-only:.*' || $CIRRUS_CHANGE_MESSAGE =~ '.*\nci-os-only:[^\n]*windows.*'