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 @@ -22,11 +22,13 @@ after_success: "coveralls"
2222# Integration tests need to run first to reset the PR build status to pending
2323stages :
2424 - ' Integration tests'
25+ - ' Benchmarking tests'
2526 - ' Test'
2627
2728jobs :
2829 include :
29- - stage : ' Integration tests'
30+ - &integrationtest
31+ stage : ' Integration tests'
3032 merge_mode : replace
3133 env : SDK=ruby
3234 cache : false
3638 before_script :
3739 - mkdir $HOME/travisci-tools && pushd $HOME/travisci-tools && git init && git pull https://$CI_USER_TOKEN@github.com/optimizely/travisci-tools.git && popd
3840 script :
39- - " $HOME/travisci-tools/fsc- trigger/trigger_fullstack-sdk-compat .sh"
41+ - $HOME/travisci-tools/trigger-script-with-status-update .sh
4042 after_success : travis_terminate 0
43+ - << : *integrationtest
44+ stage : ' Benchmarking tests'
45+ env : SDK=ruby FULLSTACK_TEST_REPO=Benchmarking
You can’t perform that action at this time.
0 commit comments