Browse Source

[Test] Really fix saving test logs...

pull/4876/head
Andrew Lewis 1 month ago
parent
commit
1926464dba
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      .github/workflows/ci_rspamd.yml

+ 3
- 1
.github/workflows/ci_rspamd.yml View File

@@ -12,7 +12,6 @@ on:

env:
CTEST_OUTPUT_ON_FAILURE: 1
CONTAINER_WORKSPACE: ${GITHUB_WORKSPACE}
RSPAMD_LUA_EXPENSIVE_TESTS: 1

jobs:
@@ -73,6 +72,9 @@ jobs:
for core in $core_files; do exe=$(gdb --batch -ex 'info proc mappings' -c $core | tail -1 | awk '{print $5}'); gdb --batch -ex 'bt' -c $core $exe; echo '---'; done
exit $EXIT_CODE

- name: Save workspace directory
run: echo "CONTAINER_WORKSPACE=${GITHUB_WORKSPACE}" >> "$GITHUB_ENV"

# FIXME: upload test logs even on ARM
- name: Upload robot logs
if: runner.arch == 'X64' && (success() || failure())

Loading…
Cancel
Save