Skip to content

Commit e730761

Browse files
committed
run action-k8s-namespace-report on circleci failure
1 parent 74ad183 commit e730761

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.circleci/config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,17 @@ jobs:
7373
pytest --verbose --color=yes ./tests -m 'not netpol'
7474
name: Run tests
7575

76+
- run:
77+
name: k8s namespace report
78+
when: on_fail
79+
command: |
80+
wget https://raw.githubusercontent.com/jupyterhub/action-k8s-namespace-report/v1.1.0/k8s-namespace-report
81+
bash k8s-namespace-report
82+
environment:
83+
NAMESPACE: ""
84+
POD_SELECTOR: ""
85+
IMPORTANT_WORKLOADS: ""
86+
7687
workflows:
7788
main:
7889
jobs:

0 commit comments

Comments
 (0)