File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 83
83
run : |
84
84
cd codeflare-operator
85
85
echo Deploying CodeFlare operator
86
- IMG="${REGISTRY_ADDRESS}"/codeflare-operator
87
- make image-push -e IMG="${IMG}"
88
- make deploy -e IMG="${IMG}" -e ENV="e2e"
86
+ make deploy -e IMG="quay.io/rh_ee_czaccari/codeflare-operator:oauthfalse" -e ENV="e2e"
89
87
kubectl wait --timeout=120s --for=condition=Available=true deployment -n openshift-operators codeflare-operator-manager
90
88
91
89
echo Setting up CodeFlare stack
@@ -122,6 +120,7 @@ jobs:
122
120
poetry run pytest -v -s ./tests/e2e -m kind > ${CODEFLARE_TEST_OUTPUT_DIR}/pytest_output.log 2>&1
123
121
124
122
- name : Switch to kind-cluster context to print logs
123
+ if : always() && steps.deploy.outcome == 'success'
125
124
run : kubectl config use-context kind-cluster
126
125
127
126
- name : Print CodeFlare operator logs
You can’t perform that action at this time.
0 commit comments