File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106106 shell : bash
107107 - name : Install the operator
108108 run : |
109- /tmp/operator-sdk run bundle --skip-tls localhost:5001/pulp-operator-bundle:testing --timeout 300s
109+ /tmp/operator-sdk run bundle --skip-tls localhost:5001/pulp-operator-bundle:testing
110110 shell : bash
111111 - name : Deploy example-pulp and test-pulp
112112 run : |
@@ -206,6 +206,15 @@ jobs:
206206 - name : Logs
207207 if : always()
208208 run : .github/workflows/scripts/show_logs.sh
209+ - name : OLM Logs
210+ if : always()
211+ run : |
212+ kubectl get sub -oyaml -A
213+ kubectl get ip -A -oyaml
214+ kubectl -nolm get pods
215+ kubectl -nolm logs deployment/catalog-operator
216+ kubectl -nolm logs deployment/olm-operator
217+ shell : bash
209218
210219 components :
211220 uses : " ./.github/workflows/components.yml"
You can’t perform that action at this time.
0 commit comments