Skip to content

Commit

Permalink
do not execute fast-integration tests in upgrade tests
Browse files Browse the repository at this point in the history
  • Loading branch information
k15r committed Nov 29, 2023
1 parent 55a1c2c commit 52c4104
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,6 @@ kyma::deploy_kyma -s "$KYMA_SOURCE" -d "$KYMA_SOURCES_DIR" -u "true"
# generate pod-security-policy list in json
utils::save_psp_list "${ARTIFACTS}/kyma-psp.json"

# Pre-Upgrade Tests
gardener::pre_upgrade_test_fast_integration_kyma -d "${KYMA_SOURCES_DIR}/${KYMA_SOURCE}/tests/fast-integration"

# Upgrade kyma to main branch with latest cli released
kyma::install_cli

Expand All @@ -125,13 +122,5 @@ log::info "### Installing Kyma $KYMA_SOURCE"

kyma::deploy_kyma -s "$KYMA_SOURCE" -d "$KYMA_SOURCES_DIR" -u "true"

log::info "### Running post-upgrade Kyma Fast Integration tests"
pushd "${KYMA_SOURCES_DIR}/${KYMA_SOURCE}/tests/fast-integration"
make ci-post-upgrade
log::success "Tests completed"

log::info "### waiting some time to finish cleanups"
sleep 60

#!!! Must be at the end of the script !!!
ERROR_LOGGING_GUARD="false"

0 comments on commit 52c4104

Please sign in to comment.