File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff 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
2525stages :
2626 - ' Integration tests'
27+ - ' Benchmarking tests'
2728 - ' Cross-browser and umd unit tests'
2829 - ' Test'
2930
3031jobs :
3132 include :
32- - stage : ' Integration tests'
33+ - &integrationtest
34+ stage : ' Integration tests'
3335 merge_mode : replace
3436 env : SDK=javascript
3537 cache : false
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
You can’t perform that action at this time.
0 commit comments