TMP: Run in presubmits

This commit is contained in:
Martin Gencur 2021-07-08 11:38:59 +02:00
parent 7b888925d1
commit d050971465
1 changed files with 8 additions and 7 deletions

View File

@ -37,13 +37,14 @@ export PATH=$PATH:${REPO_ROOT_DIR}
run() {
# Create cluster
initialize $@ --skip-istio-addon
# Smoke test
eval smoke_test || fail_test
# Integration test
eval integration_test || fail_test
$(dirname $0)/tekton-tests.sh
# initialize $@ --skip-istio-addon
#
# # Smoke test
# eval smoke_test || fail_test
#
# # Integration test
# eval integration_test || fail_test
success
}