Skip to content

Commit

Permalink
TMP: Run tekton tests in pre-submit
Browse files Browse the repository at this point in the history
* remove this when the tekton tests pass
  • Loading branch information
mgencur committed May 10, 2021
1 parent a540348 commit 62d9c55
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions test/e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,15 @@ source $(dirname $0)/common.sh
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
./tekton-tests.sh
# # Create cluster
# initialize $@ --skip-istio-addon
#
# # Smoke test
# eval smoke_test || fail_test
#
# # Integration test
# eval integration_test || fail_test

success
}
Expand Down

0 comments on commit 62d9c55

Please sign in to comment.