Skip to content

Commit a601426

Browse files
authored
ci: hook fullstack-prod-suite on travis (#280)
1 parent 3417408 commit a601426

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.travis.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff 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

@@ -40,7 +41,9 @@ jobs:
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
@@ -51,6 +54,14 @@ jobs:
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"

0 commit comments

Comments
 (0)