We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e27863 commit 38f3daaCopy full SHA for 38f3daa
.github/workflows/e2e_tests.yaml
@@ -24,6 +24,9 @@ concurrency:
24
group: ${{ github.head_ref }}-${{ github.workflow }}
25
cancel-in-progress: true
26
27
+env:
28
+ CODEFLARE_OPERATOR_IMG: "quay.io/project-codeflare/codeflare-operator:dev"
29
+
30
jobs:
31
kubernetes:
32
@@ -81,9 +84,7 @@ jobs:
81
84
echo Setting up CodeFlare stack
82
85
make setup-e2e
83
86
echo Deploying CodeFlare operator
- IMG="${REGISTRY_ADDRESS}"/codeflare-operator
- make image-push -e IMG="${IMG}"
- make deploy -e IMG="${IMG}" -e ENV="e2e"
87
+ make deploy -e IMG="${CODEFLARE_OPERATOR_IMG}" -e ENV="e2e"
88
kubectl wait --timeout=120s --for=condition=Available=true deployment -n openshift-operators codeflare-operator-manager
89
cd ..
90
0 commit comments