TMP: Test Tekton in presubmits

This commit is contained in:
Martin Gencur 2021-08-30 14:32:39 +02:00
parent 644ed1def5
commit 8996ac7692
1 changed files with 2 additions and 1 deletions

View File

@ -51,7 +51,8 @@ run() {
integration_test() {
header "Running tests for Knative Serving $KNATIVE_SERVING_VERSION and Eventing $KNATIVE_EVENTING_VERSION"
go_test_e2e -timeout=45m ./test/e2e || fail_test
bash ./test/tekton-tests.sh
#go_test_e2e -timeout=45m ./test/e2e || fail_test
}
smoke_test_clean_up(){