File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ stages:
1818 - ' Lint markdown files'
1919 - ' Linting'
2020 - ' Integration tests'
21- - ' Benchmarking tests'
2221 - ' Test'
2322
2423jobs :
5251 install : " pip install flake8==3.6.0"
5352 script : " flake8"
5453 after_success : travis_terminate 0
55- - &integrationtest
56- stage : ' Integration tests'
54+ - stage : ' Integration tests'
5755 merge_mode : replace
5856 env : SDK=python SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
5957 cache : false
6462 script :
6563 - $HOME/travisci-tools/trigger-script-with-status-update.sh
6664 after_success : travis_terminate 0
67- - << : *integrationtest
68- stage : ' Benchmarking tests'
69- env : SDK=python FULLSTACK_TEST_REPO=Benchmarking SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
7065 - stage : ' Test'
7166 addons :
7267 srcclr : true
You can’t perform that action at this time.
0 commit comments