diff options
author | Andres Freund <andres@anarazel.de> | 2022-03-04 21:58:57 -0800 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2022-03-04 22:00:09 -0800 |
commit | 770011e3f39f21f2095d3a044b72460c4efac345 (patch) | |
tree | f74725a035f012973a4f69f5637a849309cf9f83 | |
parent | 766075105c21442418359221e0a0da43040b273c (diff) | |
download | postgresql-770011e3f39f21f2095d3a044b72460c4efac345.tar.gz postgresql-770011e3f39f21f2095d3a044b72460c4efac345.zip |
ci: windows: Work around cirrus-ci bug causing test failures.
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
-rw-r--r-- | .cirrus.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index d10b0a82f9f..40854046d66 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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.*' |