Add operator logs to nightly tests (#1150)
This commit is contained in:
parent
68bc053ba0
commit
89e44e5cd6
8
.github/workflows/k3d-nightly-ci.yaml
vendored
8
.github/workflows/k3d-nightly-ci.yaml
vendored
@ -78,6 +78,10 @@ jobs:
|
||||
- name: Run Tests
|
||||
run: pytest -vv ./backend/test_nightly/*.py
|
||||
|
||||
- name: Print Backend Logs
|
||||
- name: Print Backend Logs (API)
|
||||
if: ${{ failure() }}
|
||||
run: kubectl logs svc/browsertrix-cloud-backend
|
||||
run: kubectl logs svc/browsertrix-cloud-backend -c api
|
||||
|
||||
- name: Print Backend Logs (Operator)
|
||||
if: ${{ failure() }}
|
||||
run: kubectl logs svc/browsertrix-cloud-backend -c op
|
||||
|
Loading…
Reference in New Issue
Block a user