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 @@ -10,6 +10,7 @@ stages:
10
10
- ' Unit test'
11
11
- ' Benchmark test'
12
12
- ' Integration tests'
13
+ - ' Production tests'
13
14
- ' Source clear'
14
15
- ' Readme-sync'
15
16
jobs :
66
67
script :
67
68
- make benchmark
68
69
69
- - stage : ' Integration tests'
70
+ - &integrationtest
71
+ stage : ' Integration tests'
70
72
env : SDK=go SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
71
73
cache : false
72
74
language : minimal
76
78
script :
77
79
- $HOME/travisci-tools/trigger-script-with-status-update.sh
78
80
after_success : travis_terminate 0
81
+
82
+ - << : *integrationtest
83
+ stage : ' Production tests'
84
+ env :
85
+ SDK=go
86
+ SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
87
+ FULLSTACK_TEST_REPO=ProdTesting
79
88
80
89
- stage : ' Source clear'
81
90
env : GIMME_GO_VERSION=master GIMME_OS=linux GIMME_ARCH=amd64
You can’t perform that action at this time.
0 commit comments