Skip to content

Commit

Permalink
Add debugging statement to CI to determine status
Browse files Browse the repository at this point in the history
  • Loading branch information
rooftopcellist committed Feb 7, 2024
1 parent 53a0662 commit d44619a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ jobs:
- name: Deploy galaxy-operator to K8s
run: sudo -E CI_TEST=galaxy ./up.sh
shell: bash
- name: Print Pulp CR
run: kubectl get pulp --all-namespaces -o yaml
- name: Print Pulp CR Status
run: kubectl get pulp example-pulp -o jsonpath={.status} | jq
- name: Check and wait pulp-operator deploy
run: sudo -E time kubectl wait --for condition=Pulp-Operator-Finished-Execution pulp/example-pulp --timeout=-1s
shell: bash
Expand Down

0 comments on commit d44619a

Please sign in to comment.