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 @@ -52,11 +52,13 @@ script:
5252# Integration tests need to run first to reset the PR build status to pending
5353stages :
5454 - ' Integration tests'
55+ - ' Benchmarking tests'
5556 - ' Test'
5657
5758jobs :
5859 include :
59- - stage : ' Integration tests'
60+ - &integrationtest
61+ stage : ' Integration tests'
6062 env :
6163 - SDK=android
6264 - BUILD_NUMBER=$TRAVIS_BUILD_NUMBER
6769 before_script :
6870 -
mkdir $HOME/travisci-tools && pushd $HOME/travisci-tools && git init && git pull https://[email protected] /optimizely/travisci-tools.git && popd 6971 script :
70- - " $HOME/travisci-tools/fsc- trigger/trigger_fullstack-sdk-compat .sh"
72+ - $HOME/travisci-tools/trigger-script-with-status-update .sh
7173 after_success : travis_terminate 0
74+ - << : *integrationtest
75+ stage : ' Benchmarking tests'
76+ env : SDK=android FULLSTACK_TEST_REPO=Benchmarking
You can’t perform that action at this time.
0 commit comments