Skip to content

Commit

Permalink
Use a shorter name for the upgrade test namespace (#2442)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcobebway authored Jun 9, 2020
1 parent 0a48e55 commit d1fe462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prow/scripts/cluster-integration/kyma-gke-upgrade-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export KYMA_UPDATE_TIMEOUT="25m"
export E2E_UPGRADE_TEST_PATH="${KYMA_SOURCES_DIR}/tests/end-to-end/external-solution-integration/chart/external-solution"
export E2E_UPGRADE_TEST_HELM_TIMEOUT_SEC=10000 # timeout in sec for helm operation install/test
export E2E_UPGRADE_TEST_TIMEOUT_SEC=600 # timeout in sec for e2e upgrade test pods until they reach the terminating state
export E2E_UPGRADE_TEST_NAMESPACE="external-solution-upgrade-e2e-test"
export E2E_UPGRADE_TEST_NAMESPACE="upgrade-e2e-test"
export E2E_UPGRADE_TEST_RELEASE_NAME="${E2E_UPGRADE_TEST_NAMESPACE}"
export E2E_UPGRADE_TEST_RESOURCE_LABEL="kyma-project.io/external-solution-e2e-test"
export E2E_UPGRADE_TEST_LABEL_VALUE_PREPARE="prepareData"
Expand Down

0 comments on commit d1fe462

Please sign in to comment.