Skip to content

Commit b27cad1

Browse files
temp for testing e2e test
1 parent d5559f9 commit b27cad1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/e2e_tests.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,7 @@ jobs:
8383
run: |
8484
cd codeflare-operator
8585
echo Deploying CodeFlare operator
86-
IMG="${REGISTRY_ADDRESS}"/codeflare-operator
87-
make image-push -e IMG="${IMG}"
88-
make deploy -e IMG="${IMG}" -e ENV="e2e"
86+
make deploy -e IMG="quay.io/rh_ee_czaccari/codeflare-operator:oauthfalse" -e ENV="e2e"
8987
kubectl wait --timeout=120s --for=condition=Available=true deployment -n openshift-operators codeflare-operator-manager
9088
9189
echo Setting up CodeFlare stack
@@ -122,6 +120,7 @@ jobs:
122120
poetry run pytest -v -s ./tests/e2e -m kind > ${CODEFLARE_TEST_OUTPUT_DIR}/pytest_output.log 2>&1
123121
124122
- name: Switch to kind-cluster context to print logs
123+
if: always() && steps.deploy.outcome == 'success'
125124
run: kubectl config use-context kind-cluster
126125

127126
- name: Print CodeFlare operator logs

0 commit comments

Comments
 (0)