Skip to content

Commit 130e003

Browse files
committed
Use existing CFO image with latest changes instead of building it
1 parent 5ce0b2c commit 130e003

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

@@ -92,9 +95,7 @@ jobs:
9295
echo Setting up CodeFlare stack
9396
make setup-e2e
9497
echo Deploying CodeFlare operator
95-
IMG="${REGISTRY_ADDRESS}"/codeflare-operator
96-
make image-push -e IMG="${IMG}"
97-
make deploy -e IMG="${IMG}" -e ENV="e2e"
98+
make deploy -e IMG="${CODEFLARE_OPERATOR_IMG}" -e ENV="e2e"
9899
kubectl wait --timeout=120s --for=condition=Available=true deployment -n openshift-operators codeflare-operator-manager
99100
cd ..
100101

0 commit comments

Comments
 (0)