Skip to content

Commit 21fe36b

Browse files
Merge branch 'master' into oakbani/run-srcclr-before-tests
2 parents f45cc83 + a601426 commit 21fe36b

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
@@ -19,6 +19,7 @@ stages:
1919
- 'Lint markdown files'
2020
- 'Linting'
2121
- 'Integration tests'
22+
- 'Full stack production tests'
2223
- 'Test'
2324

2425
jobs:
@@ -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)