From 79a51c5703dc5d031bf80c84c602cefdf433e78a Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Wed, 10 Jun 2020 14:16:45 +0800 Subject: [PATCH] change cron task to run smoke as regression test need too long time. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a7c94eeea1..54a7856f7b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,7 +49,7 @@ matrix: pip3 install --user ${TRAVIS_BUILD_DIR}/src/connector/python/linux/python3/ cd ${TRAVIS_BUILD_DIR}/tests - ./test-all.sh $TRAVIS_EVENT_TYPE || travis_terminate $? + ./test-all.sh smoke || travis_terminate $? cd ${TRAVIS_BUILD_DIR}/tests/pytest ./valgrind-test.sh 2>&1 > mem-error-out.log @@ -169,7 +169,7 @@ matrix: cd ${TRAVIS_BUILD_DIR}/tests - ./test-all.sh $TRAVIS_EVENT_TYPE COVER + ./test-all.sh smoke COVER TEST_RESULT=$? -- GitLab