We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3511d18 commit 84f3055Copy full SHA for 84f3055
.github/workflows/e2e_tests.yaml
@@ -97,12 +97,6 @@ jobs:
97
echo "Printing CodeFlare operator logs"
98
kubectl logs -n openshift-operators --tail -1 -l app.kubernetes.io/name=codeflare-operator | tee ${CODEFLARE_TEST_OUTPUT_DIR}/codeflare-operator.log
99
100
- - name: Print MCAD controller logs
101
- if: always() && steps.deploy.outcome == 'success'
102
- run: |
103
- echo "Printing MCAD controller logs"
104
- kubectl logs -n codeflare-system --tail -1 -l component=multi-cluster-application-dispatcher | tee ${CODEFLARE_TEST_OUTPUT_DIR}/mcad.log
105
-
106
- name: Print KubeRay operator logs
107
if: always() && steps.deploy.outcome == 'success'
108
run: |
0 commit comments