Use different filenames for BS and CS UBsan error logs
This commit is contained in:
parent
7975bdf25d
commit
145d6c8e8c
4
.github/workflows/ubsan-arm.yml
vendored
4
.github/workflows/ubsan-arm.yml
vendored
|
@ -179,11 +179,11 @@ jobs:
|
|||
run: raco test -l tests/db/all-tests | tee logs/db-all-tests.log
|
||||
- name: Gather runtime errors
|
||||
run: |
|
||||
grep 'runtime error' logs/*.log > runtime-errors-${{ matrix.arch }}_git${{ github.sha }}.log || true
|
||||
grep 'runtime error' logs/*.log > runtime-errors-${{ matrix.arch }}-cs_git${{ github.sha }}.log || true
|
||||
test ! -s runtime-errors-${{ matrix.arch }}_git${{ github.sha }}.log
|
||||
- uses: actions/upload-artifact@v2
|
||||
if: failure()
|
||||
with:
|
||||
name: runtime-errors-${{ matrix.arch }}-cs_git${{ github.sha }}
|
||||
path: runtime-errors-${{ matrix.arch }}_git${{ github.sha }}.log
|
||||
path: runtime-errors-${{ matrix.arch }}-cs_git${{ github.sha }}.log
|
||||
|
||||
|
|
4
.github/workflows/ubsan-x86.yml
vendored
4
.github/workflows/ubsan-x86.yml
vendored
|
@ -163,11 +163,11 @@ jobs:
|
|||
run: raco test -l tests/db/all-tests | tee logs/db-all-tests.log
|
||||
- name: Gather runtime errors
|
||||
run: |
|
||||
grep 'runtime error' logs/*.log > runtime-errors_git${{ github.sha }}.log || true
|
||||
grep 'runtime error' logs/*.log > runtime-errors-cs_git${{ github.sha }}.log || true
|
||||
test ! -s runtime-errors_git${{ github.sha }}.log
|
||||
- uses: actions/upload-artifact@v2
|
||||
if: failure()
|
||||
with:
|
||||
name: runtime-errors-cs_git${{ github.sha }}
|
||||
path: runtime-errors_git${{ github.sha }}.log
|
||||
path: runtime-errors-cs_git${{ github.sha }}.log
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user