Skip to content

Commit cfb3183

Browse files
committed
draft
1 parent 2d0b8a9 commit cfb3183

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)