We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5559f9 commit a49d53bCopy full SHA for a49d53b
.github/workflows/e2e_tests.yaml
@@ -83,9 +83,7 @@ jobs:
83
run: |
84
cd codeflare-operator
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"
+ make deploy -e IMG="quay.io/rh_ee_czaccari/codeflare-operator:sdktest" -e ENV="e2e"
89
kubectl wait --timeout=120s --for=condition=Available=true deployment -n openshift-operators codeflare-operator-manager
90
91
echo Setting up CodeFlare stack
0 commit comments