Skip to content

Commit

Permalink
update e2e.test workflow` (#510)
Browse files Browse the repository at this point in the history
Co-authored-by: Shilpa Chugh <[email protected]>
  • Loading branch information
ChughShilpa and Shilpa Chugh authored Apr 15, 2024
1 parent 7ded58d commit b553e92
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/e2e_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,14 @@ jobs:
id: deploy
run: |
cd codeflare-operator
echo Setting up CodeFlare stack
make setup-e2e
echo Deploying CodeFlare operator
IMG="${REGISTRY_ADDRESS}"/codeflare-operator
sed -i 's/RayDashboardOAuthEnabled: pointer.Bool(true)/RayDashboardOAuthEnabled: pointer.Bool(false)/' main.go
make image-push -e IMG="${IMG}"
make deploy -e IMG="${IMG}" -e ENV="e2e"
kubectl wait --timeout=120s --for=condition=Available=true deployment -n openshift-operators codeflare-operator-manager
echo Setting up CodeFlare stack
make setup-e2e
cd ..
- name: Add user to KinD
Expand Down

0 comments on commit b553e92

Please sign in to comment.