Skip to content

Commit 968a54e

Browse files
msohailhussainMichael Ng
authored and
Michael Ng
committed
ci(benchmarking): Added benchmarking stage (#187)
1 parent 7973aa8 commit 968a54e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Diff for: .travis.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ after_success:
1818
stages:
1919
- 'Linting'
2020
- 'Integration tests'
21+
- 'Benchmarking tests'
2122
- 'Test'
2223

2324
jobs:
@@ -30,7 +31,8 @@ jobs:
3031
install: "pip install flake8==3.6.0"
3132
script: "flake8"
3233
after_success: travis_terminate 0
33-
- stage: 'Integration Tests'
34+
- &integrationtest
35+
stage: 'Integration tests'
3436
merge_mode: replace
3537
env: SDK=python
3638
cache: false
@@ -39,8 +41,11 @@ jobs:
3941
before_script:
4042
- mkdir $HOME/travisci-tools && pushd $HOME/travisci-tools && git init && git pull https://[email protected]/optimizely/travisci-tools.git && popd
4143
script:
42-
- "$HOME/travisci-tools/fsc-trigger/trigger_fullstack-sdk-compat.sh"
44+
- $HOME/travisci-tools/trigger-script-with-status-update.sh
4345
after_success: travis_terminate 0
46+
- <<: *integrationtest
47+
stage: 'Benchmarking tests'
48+
env: SDK=python FULLSTACK_TEST_REPO=Benchmarking
4449
- stage: 'Test'
4550
dist: xenial
4651
python: "3.7"

0 commit comments

Comments
 (0)