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
3
3
4
4
# Integration tests need to run first to reset the PR build status to pending
5
5
stages :
6
- - name : ' Trigger Integration Tests'
6
+ - name : ' Integration tests'
7
+ - name : ' Benchmarking tests'
7
8
- name : ' SourceClear and Lint'
8
9
- name : ' Unit Tests'
9
10
- name : ' Prepare for release'
@@ -13,7 +14,8 @@ stages:
13
14
14
15
jobs :
15
16
include :
16
- - stage : ' Trigger Integration Tests'
17
+ - &integrationtest
18
+ stage : ' Integration tests'
17
19
language : minimal
18
20
os : linux
19
21
env :
26
28
before_script :
27
29
- mkdir $HOME/travisci-tools && pushd $HOME/travisci-tools && git init && git pull https://$CI_USER_TOKEN@github.com/optimizely/travisci-tools.git && popd
28
30
script :
29
- - " $HOME/travisci-tools/fsc- trigger/trigger_fullstack-sdk-compat .sh"
31
+ - $HOME/travisci-tools/trigger-script-with-status-update .sh
30
32
after_success : travis_terminate 0
33
+ - << : *integrationtest
34
+ stage : ' Benchmarking tests'
35
+ env : SDK=objective-c FULLSTACK_TEST_REPO=Benchmarking
31
36
32
37
- stage : ' SourceClear and Lint'
33
38
language : objective-c
You can’t perform that action at this time.
0 commit comments