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:
37
37
stages :
38
38
- ' Lint markdown files'
39
39
- ' Integration tests'
40
+ - ' Full stack production tests'
40
41
- ' Test'
41
42
- ' Source Clear'
42
43
51
52
notifications :
52
53
email : false
53
54
54
- - stage : ' Integration tests'
55
+ - &integrationtest
56
+ stage : ' Integration tests'
55
57
merge_mode : replace
56
58
env : SDK=java SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
57
59
cache : false
64
66
- $HOME/travisci-tools/trigger-script-with-status-update.sh
65
67
after_success : travis_terminate 0
66
68
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
+
67
76
- stage : ' Source Clear'
68
77
if : type = cron
69
78
addons :
You can’t perform that action at this time.
0 commit comments