Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit209f0f0

Browse files
committed
ci: freebsd: stop postgres instance on failure, to prevent log upload failures
Discussion:https://postgr.es/m/20230205233057.e2243nl44agf7c3i@alap3.anarazel.deDiscussion:https://postgr.es/m/20230206221422.ykidlne7pmywu4ay@awork3.anarazel.de
1 parent6c14fb1 commit209f0f0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎.cirrus.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,12 @@ task:
211211
EOF
212212
213213
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
214220
<<:*on_failure_meson
215221
cores_script:src/tools/ci/cores_backtrace.sh freebsd /tmp/cores
216222

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp