Skip to content

Commit 262a477

Browse files
astefanuttiopenshift-merge-robot
authored andcommitted
Fix OLM upgrade workflow
1 parent 1e560d9 commit 262a477

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/olm_tests.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)