Skip to content

Commit 3445ea5

Browse files
committed
Merge branch 'lukas/gh/maint-26' into maint-26
* lukas/gh/maint-26: gh: Don't fail if we cannot stop apport
2 parents b9f46c4 + 7fddba8 commit 3445ea5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/main.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ jobs:
496496
## Remove systemd-coredump
497497
! sudo apt remove systemd-coredump
498498
## Removing systemd-coredump, caused apport to be installed instead, so we disable it
499-
sudo service apport stop
499+
! sudo service apport stop
500500
sudo bash -c "echo 'core.%p' > /proc/sys/kernel/core_pattern"
501501
docker run --ulimit core=-1 --ulimit nofile=5000:5000 --pids-limit 1024 \
502502
-e CTRUN_TIMEOUT=90 -e SPEC_POSTFIX=gh \
@@ -545,6 +545,11 @@ jobs:
545545
"ct_run -refresh_logs /buildroot/otp/erts/make_test_dir"
546546
- name: Run system tests
547547
run: |
548+
## Remove systemd-coredump
549+
! sudo apt remove systemd-coredump
550+
## Removing systemd-coredump, caused apport to be installed instead, so we disable it
551+
! sudo service apport stop
552+
sudo bash -c "echo 'core.%p' > /proc/sys/kernel/core_pattern"
548553
docker run --ulimit core=-1 --ulimit nofile=5000:5000 --pids-limit 512 \
549554
-e CTRUN_TIMEOUT=90 -e SPEC_POSTFIX=gh \
550555
-e EXTRA_ARGS="-ct_hooks cth_surefire [{path,\"/buildroot/otp/erts/make_test_dir/system_junit.xml\"}]" \

0 commit comments

Comments
 (0)