Skip to content

Commit a49d53b

Browse files
temp for testing e2e test
1 parent d5559f9 commit a49d53b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/e2e_tests.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,7 @@ jobs:
8383
run: |
8484
cd codeflare-operator
8585
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:sdktest" -e ENV="e2e"
8987
kubectl wait --timeout=120s --for=condition=Available=true deployment -n openshift-operators codeflare-operator-manager
9088
9189
echo Setting up CodeFlare stack

0 commit comments

Comments
 (0)