File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -38,19 +38,24 @@ after_failure:
3838# Integration tests need to run first to reset the PR build status to pending
3939stages :
4040 - ' Integration tests'
41+ - ' Benchmarking tests'
4142 - ' Test'
4243
4344jobs :
4445 include :
45- - stage : ' Integration tests'
46+ - &integrationtest
47+ stage : ' Integration tests'
4648 merge_mode : replace
47- env : SDK=java
49+ env : SDK=java SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
4850 cache : false
4951 language : minimal
5052 before_install : skip
5153 install : skip
5254 before_script :
5355 -
mkdir $HOME/travisci-tools && pushd $HOME/travisci-tools && git init && git pull https://[email protected] /optimizely/travisci-tools.git && popd 5456 script :
55- - " $HOME/travisci-tools/fsc- trigger/trigger_fullstack-sdk-compat .sh"
57+ - $HOME/travisci-tools/trigger-script-with-status-update .sh
5658 after_success : travis_terminate 0
59+ - << : *integrationtest
60+ stage : ' Benchmarking tests'
61+ env : SDK=java FULLSTACK_TEST_REPO=Benchmarking SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
You can’t perform that action at this time.
0 commit comments