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:
115
115
CSV_VERSION=$(kubectl get ClusterServiceVersion -l operators.coreos.com/codeflare-operator.openshift-operators='' -n openshift-operators -o json | jq -r .items[].spec.version)
116
116
echo "PREVIOUS_VERSION=v$CSV_VERSION" >> $GITHUB_ENV
117
117
118
- - name : Deploy CodeFlare stack (MCAD, KubeRay)
118
+ - name : Deploy CodeFlare stack
119
119
run : |
120
+ # FIXME
121
+ kubectl apply -n openshift-operators -f config/default/instascale-configmap.yaml
122
+
120
123
make setup-e2e
121
124
122
125
- name : Build operator and catalog image
@@ -177,12 +180,6 @@ jobs:
177
180
echo "Printing CodeFlare operator logs"
178
181
kubectl logs -n openshift-operators --tail -1 -l app.kubernetes.io/name=codeflare-operator | tee ${CODEFLARE_TEST_OUTPUT_DIR}/codeflare-operator.log
179
182
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
-
186
183
- name : Print KubeRay operator logs
187
184
if : always() && steps.deploy.outcome == 'success'
188
185
run : |
You can’t perform that action at this time.
0 commit comments