mirror of https://github.com/knative/client.git
TMP: Run in presubmits
This commit is contained in:
parent
7b888925d1
commit
d050971465
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue