File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -115,8 +115,11 @@ jobs:
115115 CSV_VERSION=$(kubectl get ClusterServiceVersion -l operators.coreos.com/codeflare-operator.openshift-operators='' -n openshift-operators -o json | jq -r .items[].spec.version)
116116 echo "PREVIOUS_VERSION=v$CSV_VERSION" >> $GITHUB_ENV
117117
118- - name : Deploy CodeFlare stack (MCAD, KubeRay)
118+ - name : Deploy CodeFlare stack
119119 run : |
120+ # FIXME
121+ kubectl apply -n openshift-operators -f config/default/instascale-configmap.yaml
122+
120123 make setup-e2e
121124
122125 - name : Build operator and catalog image
@@ -177,12 +180,6 @@ jobs:
177180 echo "Printing CodeFlare operator logs"
178181 kubectl logs -n openshift-operators --tail -1 -l app.kubernetes.io/name=codeflare-operator | tee ${CODEFLARE_TEST_OUTPUT_DIR}/codeflare-operator.log
179182
180- - name : Print MCAD controller logs
181- if : always() && steps.deploy.outcome == 'success'
182- run : |
183- echo "Printing MCAD controller logs"
184- kubectl logs -n codeflare-system --tail -1 -l component=multi-cluster-application-dispatcher | tee ${CODEFLARE_TEST_OUTPUT_DIR}/mcad.log
185-
186183 - name : Print KubeRay operator logs
187184 if : always() && steps.deploy.outcome == 'success'
188185 run : |
You can’t perform that action at this time.
0 commit comments