Store test results as artifact on failure (#5207)

There are some libpq changes on postgres side that gives some extra
outputs on the pg13.4 and pg12.8. It is possible that we won't get these
outputs in our local and in those cases it is useful to download those
outputs from the CI.

In order to do that, we store the test results as an artifact in CI.
You can go to artifacts tab in CI to download them.
update/master_add_node
SaitTalhaNisanci 2021-08-25 17:18:03 +03:00 committed by GitHub
parent b923d51fc6
commit 51fa7a2208
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -312,6 +312,10 @@ jobs:
name: 'Save regressions'
path: src/test/regress/regression.diffs
when: on_fail
- store_artifacts:
name: 'Save results'
path: src/test/regress/results/
when: on_fail
- store_artifacts:
name: 'Save core dumps'
path: /tmp/core_dumps