We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b0902e commit c37c4b2Copy full SHA for c37c4b2
.github/workflows/e2e_tests.yaml
@@ -58,15 +58,15 @@ jobs:
58
- name: Deploy CodeFlare stack
59
id: deploy
60
run: |
61
+ echo Setting up CodeFlare stack
62
+ make setup-e2e
63
+
64
echo Deploying CodeFlare operator
65
IMG="${REGISTRY_ADDRESS}"/codeflare-operator
66
make image-push -e IMG="${IMG}"
67
make deploy -e IMG="${IMG}" -e ENV="e2e"
68
kubectl wait --timeout=120s --for=condition=Available=true deployment -n openshift-operators codeflare-operator-manager
69
- echo Setting up CodeFlare stack
- make setup-e2e
-
70
- name: Run e2e tests
71
72
export CODEFLARE_TEST_TIMEOUT_SHORT=1m
0 commit comments