Skip to content

Commit

Permalink
This time, we should really keep the cluster around
Browse files Browse the repository at this point in the history
  • Loading branch information
mrWinston committed Jan 17, 2025
1 parent 31dcc81 commit 8dbf7ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pipelines/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ jobs:
export ARO_ADOPT_BY_HIVE="true"
export HIVE_KUBE_CONFIG_PATH="$(realpath ./aks.kubeconfig)"
# TODO: Remove this when debugging is done
export E2E_DELETE_CLUSTER=false
. ./env
. secrets/env
. ./hack/e2e/run-rp-and-e2e.sh
Expand Down Expand Up @@ -127,6 +125,8 @@ jobs:
register_sub
# TODO: Remove this when debugging is done
export E2E_DELETE_CLUSTER=false
make test-e2e -o e2e.test
displayName: Execute Tests
target: container
Expand Down

0 comments on commit 8dbf7ba

Please sign in to comment.