mirror of https://github.com/knative/client.git
TMP: Test Tekton in presubmits
This commit is contained in:
parent
644ed1def5
commit
8996ac7692
|
|
@ -51,7 +51,8 @@ run() {
|
||||||
integration_test() {
|
integration_test() {
|
||||||
header "Running tests for Knative Serving $KNATIVE_SERVING_VERSION and Eventing $KNATIVE_EVENTING_VERSION"
|
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(){
|
smoke_test_clean_up(){
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue