Skip to content

Commit 84f3055

Browse files
astefanuttiopenshift-merge-robot
authored andcommitted
Remove MCAD logs retrieval
1 parent 3511d18 commit 84f3055

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/e2e_tests.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,6 @@ jobs:
9797
echo "Printing CodeFlare operator logs"
9898
kubectl logs -n openshift-operators --tail -1 -l app.kubernetes.io/name=codeflare-operator | tee ${CODEFLARE_TEST_OUTPUT_DIR}/codeflare-operator.log
9999
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-
106100
- name: Print KubeRay operator logs
107101
if: always() && steps.deploy.outcome == 'success'
108102
run: |

0 commit comments

Comments
 (0)