Skip to content

Commit a3b097c

Browse files
yasirfolio3Michael Ng
authored andcommitted
ci(benchmarking): Added benchmarking stage (#311)
1 parent f650aaa commit a3b097c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,14 @@ after_success: npm run coveralls
2424
# Integration tests need to run first to reset the PR build status to pending
2525
stages:
2626
- 'Integration tests'
27+
- 'Benchmarking tests'
2728
- 'Cross-browser and umd unit tests'
2829
- 'Test'
2930

3031
jobs:
3132
include:
32-
- stage: 'Integration tests'
33+
- &integrationtest
34+
stage: 'Integration tests'
3335
merge_mode: replace
3436
env: SDK=javascript
3537
cache: false
@@ -39,8 +41,11 @@ jobs:
3941
before_script:
4042
- mkdir $HOME/travisci-tools && pushd $HOME/travisci-tools && git init && git pull https://$CI_USER_TOKEN@github.com/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=javascript FULLSTACK_TEST_REPO=Benchmarking
4449
- stage: Cross-browser and umd unit tests
4550
node_js: '8'
4651
script: npm run test-ci

0 commit comments

Comments
 (0)