We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ded58d commit b553e92Copy full SHA for b553e92
.github/workflows/e2e_tests.yaml
@@ -82,16 +82,14 @@ jobs:
82
id: deploy
83
run: |
84
cd codeflare-operator
85
+ echo Setting up CodeFlare stack
86
+ make setup-e2e
87
echo Deploying CodeFlare operator
88
IMG="${REGISTRY_ADDRESS}"/codeflare-operator
89
sed -i 's/RayDashboardOAuthEnabled: pointer.Bool(true)/RayDashboardOAuthEnabled: pointer.Bool(false)/' main.go
90
make image-push -e IMG="${IMG}"
91
make deploy -e IMG="${IMG}" -e ENV="e2e"
92
kubectl wait --timeout=120s --for=condition=Available=true deployment -n openshift-operators codeflare-operator-manager
-
- echo Setting up CodeFlare stack
93
- make setup-e2e
94
95
cd ..
96
97
- name: Add user to KinD
0 commit comments