Skip to content

Commit

Permalink
Add logs for gs nessie failures (#990)
Browse files Browse the repository at this point in the history
  • Loading branch information
itaiad200 authored Dec 2, 2020
1 parent 83478b7 commit 18bf790
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/nessie.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
run: |
FILES_COUNT=`aws s3 ls s3://nessie-system-testing/${{ github.run_number }} --recursive | wc -l`
[ $FILES_COUNT -gt 5 ]
- name: lakeFS Logs
- name: lakeFS Logs on s3 failure
if: ${{ failure() }}
continue-on-error: true
run: docker-compose -f nessie/ops/docker-compose.yaml logs --tail=1000 lakefs
Expand Down Expand Up @@ -176,3 +176,7 @@ jobs:
env:
NESSIE_STORAGE_NAMESPACE: gs://nessie-system-testing/${{ github.run_number }}
run: go test -v ./nessie --system-tests
- name: lakeFS Logs on GS failure
if: ${{ failure() }}
continue-on-error: true
run: docker-compose -f nessie/ops/docker-compose.yaml logs --tail=1000 lakefs

0 comments on commit 18bf790

Please sign in to comment.