Skip to content

Commit c37c4b2

Browse files
sutaakaropenshift-merge-bot[bot]
authored andcommitted
E2E tests: Deploy Kuberay before starting CodeFlare operator
1 parent 8b0902e commit c37c4b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/e2e_tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ jobs:
5858
- name: Deploy CodeFlare stack
5959
id: deploy
6060
run: |
61+
echo Setting up CodeFlare stack
62+
make setup-e2e
63+
6164
echo Deploying CodeFlare operator
6265
IMG="${REGISTRY_ADDRESS}"/codeflare-operator
6366
make image-push -e IMG="${IMG}"
6467
make deploy -e IMG="${IMG}" -e ENV="e2e"
6568
kubectl wait --timeout=120s --for=condition=Available=true deployment -n openshift-operators codeflare-operator-manager
6669
67-
echo Setting up CodeFlare stack
68-
make setup-e2e
69-
7070
- name: Run e2e tests
7171
run: |
7272
export CODEFLARE_TEST_TIMEOUT_SHORT=1m

0 commit comments

Comments
 (0)