From dff9b15a5cddab8325f7995f1bc2dec6674e6558 Mon Sep 17 00:00:00 2001 From: Ricardo Signes Date: Fri, 10 Jan 2025 11:15:55 -0500 Subject: [PATCH] GitHub Actions: use "cyd test" for rerun step --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 41352b3a34..77c38e9aee 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -55,8 +55,7 @@ jobs: run: cyd test "!Test::Core" - name: rerun cassandane failures noisily if: ${{ steps.cass1.outcome == 'failure' }} - working-directory: cassandane - run: setpriv --reuid=cyrus --regid=mail --clear-groups --inh-caps='-chown,-dac_override,-dac_read_search,-fowner,-fsetid,-kill,-setgid,-setuid,-setpcap,-linux_immutable,-net_bind_service,-net_broadcast,-net_admin,-net_raw,-ipc_lock,-ipc_owner,-sys_module,-sys_rawio,-sys_chroot,-sys_ptrace,-sys_pacct,-sys_admin,-sys_boot,-sys_nice,-sys_resource,-sys_time,-sys_tty_config,-mknod,-lease,-audit_write,-audit_control,-setfcap,-mac_override,-mac_admin,-syslog,-wake_alarm,-block_suspend,-audit_read,-cap_38,-cap_39,-cap_40' ./testrunner.pl -f pretty -j 8 --rerun + run: cyd test --no-slow -f pretty --rerun - name: collect logs if: always() run: cat /tmp/cass/*/conf/log/syslog