File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ after_failure:
3737stages :
3838 - ' Lint markdown files'
3939 - ' Integration tests'
40+ - ' Full stack production tests'
4041 - ' Test'
4142 - ' Source Clear'
4243
5152 notifications :
5253 email : false
5354
54- - stage : ' Integration tests'
55+ - &integrationtest
56+ stage : ' Integration tests'
5557 merge_mode : replace
5658 env : SDK=java SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
5759 cache : false
6466 - $HOME/travisci-tools/trigger-script-with-status-update.sh
6567 after_success : travis_terminate 0
6668
69+ - << : *integrationtest
70+ stage : ' Full stack production tests'
71+ env :
72+ SDK=java
73+ SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
74+ FULLSTACK_TEST_REPO=ProdTesting
75+
6776 - stage : ' Source Clear'
6877 if : type = cron
6978 addons :
You can’t perform that action at this time.
0 commit comments