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:
18
18
- ' Lint markdown files'
19
19
- ' Linting'
20
20
- ' Integration tests'
21
+ - ' Full stack production tests'
21
22
- ' Test'
22
23
- ' Source Clear'
23
24
40
41
install : " pip install flake8==3.6.0"
41
42
script : " flake8"
42
43
after_success : travis_terminate 0
43
- - stage : ' Integration tests'
44
+
45
+ - &integrationtest
46
+ stage : ' Integration tests'
44
47
merge_mode : replace
45
48
env : SDK=python SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
46
49
cache : false
51
54
script :
52
55
- $HOME/travisci-tools/trigger-script-with-status-update.sh
53
56
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
+
54
65
- stage : ' Test'
55
66
dist : xenial
56
67
python : " 3.7"
You can’t perform that action at this time.
0 commit comments