Skip to content

Commit

Permalink
Remove extra debugging actions.
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Nelson <minelson@vmware.com>
  • Loading branch information
absoludity committed Jan 10, 2023
1 parent 2e3cf9b commit 87072d3
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/kubeapps-general.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -510,18 +510,6 @@ jobs:
run: kubectl --context kind-kubeapps-ci --kubeconfig ${HOME}/.kube/kind-config-kubeapps-ci logs -n kubeapps deploy/kubeapps-ci-internal-kubeappsapis
if: failure() && env.TEST_RESULT == 1
continue-on-error: true
- name: "Print flux pods if the tests fail"
run: kubectl --context kind-kubeapps-ci --kubeconfig ${HOME}/.kube/kind-config-kubeapps-ci get -n flux-system deployments
if: failure() && env.TEST_RESULT == 1
continue-on-error: true
- name: "Print flux logs if the tests fail"
run: kubectl --context kind-kubeapps-ci --kubeconfig ${HOME}/.kube/kind-config-kubeapps-ci logs -n flux-system deploy/helm-controller
if: failure() && env.TEST_RESULT == 1
continue-on-error: true
- name: "Print flux helm release"
run: kubectl --context kind-kubeapps-ci --kubeconfig ${HOME}/.kube/kind-config-kubeapps-ci get -n kubeapps-user-namespace helmrelease -o yaml
if: failure() && env.TEST_RESULT == 1
continue-on-error: true
- name: 'Upload Artifacts'
if: failure()
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 87072d3

Please sign in to comment.