mirror of https://github.com/citusdata/citus.git
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
parent
b923d51fc6
commit
51fa7a2208
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue