We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cbfc67 commit 9a12dbfCopy full SHA for 9a12dbf
.cirrus.yml
@@ -211,6 +211,12 @@ task:
211
EOF
212
213
on_failure:
214
+ # if the server continues running, it often causes cirrus-ci to fail
215
+ # during upload, as it doesn't expect artifacts to change size
216
+ stop_running_script: |
217
+ su postgres <<-EOF
218
+ build/tmp_install/usr/local/pgsql/bin/pg_ctl -D build/runningcheck stop || true
219
+ EOF
220
<<: *on_failure_meson
221
cores_script: src/tools/ci/cores_backtrace.sh freebsd /tmp/cores
222
0 commit comments