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:
18
18
- ' Lint markdown files'
19
19
- ' Linting'
20
20
- ' Integration tests'
21
- - ' Benchmarking tests'
22
21
- ' Test'
23
22
24
23
jobs :
52
51
install : " pip install flake8==3.6.0"
53
52
script : " flake8"
54
53
after_success : travis_terminate 0
55
- - &integrationtest
56
- stage : ' Integration tests'
54
+ - stage : ' Integration tests'
57
55
merge_mode : replace
58
56
env : SDK=python SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
59
57
cache : false
64
62
script :
65
63
- $HOME/travisci-tools/trigger-script-with-status-update.sh
66
64
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
70
65
- stage : ' Test'
71
66
addons :
72
67
srcclr : true
You can’t perform that action at this time.
0 commit comments