Skip to content

Commit 38f3daa

Browse files
committed
Use existing CFO image with latest changes instead of building it
1 parent 3e27863 commit 38f3daa

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/e2e_tests.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ concurrency:
2424
group: ${{ github.head_ref }}-${{ github.workflow }}
2525
cancel-in-progress: true
2626

27+
env:
28+
CODEFLARE_OPERATOR_IMG: "quay.io/project-codeflare/codeflare-operator:dev"
29+
2730
jobs:
2831
kubernetes:
2932

@@ -81,9 +84,7 @@ jobs:
8184
echo Setting up CodeFlare stack
8285
make setup-e2e
8386
echo Deploying CodeFlare operator
84-
IMG="${REGISTRY_ADDRESS}"/codeflare-operator
85-
make image-push -e IMG="${IMG}"
86-
make deploy -e IMG="${IMG}" -e ENV="e2e"
87+
make deploy -e IMG="${CODEFLARE_OPERATOR_IMG}" -e ENV="e2e"
8788
kubectl wait --timeout=120s --for=condition=Available=true deployment -n openshift-operators codeflare-operator-manager
8889
cd ..
8990

0 commit comments

Comments
 (0)