File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ stages:
1818 - ' Lint markdown files'
1919 - ' Linting'
2020 - ' Integration tests'
21+ - ' Full stack production tests'
2122 - ' Test'
2223 - ' Source Clear'
2324
4041 install : " pip install flake8==3.6.0"
4142 script : " flake8"
4243 after_success : travis_terminate 0
43- - stage : ' Integration tests'
44+
45+ - &integrationtest
46+ stage : ' Integration tests'
4447 merge_mode : replace
4548 env : SDK=python SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
4649 cache : false
5154 script :
5255 - $HOME/travisci-tools/trigger-script-with-status-update.sh
5356 after_success : travis_terminate 0
57+
58+ - << : *integrationtest
59+ stage : ' Full stack production tests'
60+ env :
61+ SDK=python
62+ SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
63+ FULLSTACK_TEST_REPO=ProdTesting
64+
5465 - stage : ' Test'
5566 dist : xenial
5667 python : " 3.7"
You can’t perform that action at this time.
0 commit comments