Skip to content

Commit

Permalink
Allow to debug gov tests (#1704)
Browse files Browse the repository at this point in the history
  • Loading branch information
josvazg authored Jul 22, 2024
1 parent f86b8d7 commit c1c1b29
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/e2e_local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ fi

kubectl apply -f deploy/crds

export MCLI_OPS_MANAGER_URL="https://cloud-qa.mongodb.com/"
export MCLI_PUBLIC_API_KEY="${public_key}"
export MCLI_PRIVATE_API_KEY="${private_key}"
export MCLI_ORG_ID="${org_id}"
export MCLI_OPS_MANAGER_URL="${MCLI_OPS_MANAGER_URL:-https://cloud-qa.mongodb.com/}"
export MCLI_PUBLIC_API_KEY="${MCLI_PUBLIC_API_KEY:-$public_key}"
export MCLI_PRIVATE_API_KEY="${MCLI_PRIVATE_API_KEY:-$private_key}"
export MCLI_ORG_ID="${MCLI_ORG_ID:-$org_id}"
export IMAGE_URL="${image}" #for helm chart
AKO_E2E_TEST=1 ginkgo --race --label-filter="${focus_key}" --timeout 120m -vv test/e2e/

0 comments on commit c1c1b29

Please sign in to comment.