Skip to content

Commit b553e92

Browse files
ChughShilpaShilpa Chugh
and
Shilpa Chugh
authored
update e2e.test workflow` (#510)
Co-authored-by: Shilpa Chugh <shchugh@shchugh-thinkpadt14sgen1.remote.csb>
1 parent 7ded58d commit b553e92

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/e2e_tests.yaml

+2-4
Original file line numberDiff line numberDiff line change
@@ -82,16 +82,14 @@ jobs:
8282
id: deploy
8383
run: |
8484
cd codeflare-operator
85+
echo Setting up CodeFlare stack
86+
make setup-e2e
8587
echo Deploying CodeFlare operator
8688
IMG="${REGISTRY_ADDRESS}"/codeflare-operator
8789
sed -i 's/RayDashboardOAuthEnabled: pointer.Bool(true)/RayDashboardOAuthEnabled: pointer.Bool(false)/' main.go
8890
make image-push -e IMG="${IMG}"
8991
make deploy -e IMG="${IMG}" -e ENV="e2e"
9092
kubectl wait --timeout=120s --for=condition=Available=true deployment -n openshift-operators codeflare-operator-manager
91-
92-
echo Setting up CodeFlare stack
93-
make setup-e2e
94-
9593
cd ..
9694
9795
- name: Add user to KinD

0 commit comments

Comments
 (0)