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 @@ -3,7 +3,8 @@ os: linux
33
44# Integration tests need to run first to reset the PR build status to pending
55stages :
6- - name : ' Trigger Integration Tests'
6+ - name : ' Integration tests'
7+ - name : ' Benchmarking tests'
78 - name : ' SourceClear and Lint'
89 - name : ' Unit Tests'
910 - name : ' Prepare for release'
@@ -13,7 +14,8 @@ stages:
1314
1415jobs :
1516 include :
16- - stage : ' Trigger Integration Tests'
17+ - &integrationtest
18+ stage : ' Integration tests'
1719 language : minimal
1820 os : linux
1921 env :
2628 before_script :
2729 - mkdir $HOME/travisci-tools && pushd $HOME/travisci-tools && git init && git pull https://$CI_USER_TOKEN@github.com/optimizely/travisci-tools.git && popd
2830 script :
29- - " $HOME/travisci-tools/fsc- trigger/trigger_fullstack-sdk-compat .sh"
31+ - $HOME/travisci-tools/trigger-script-with-status-update .sh
3032 after_success : travis_terminate 0
33+ - << : *integrationtest
34+ stage : ' Benchmarking tests'
35+ env : SDK=objective-c FULLSTACK_TEST_REPO=Benchmarking
3136
3237 - stage : ' SourceClear and Lint'
3338 language : objective-c
You can’t perform that action at this time.
0 commit comments