File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ os: linux
5
5
stages :
6
6
- name : ' Trigger Integration Tests'
7
7
if : env(RUN_COMPAT_SUITE) = true
8
+ - name : ' Benchmarking tests'
8
9
- name : ' SourceClear and Lint'
9
10
- name : ' Unit Tests'
10
11
- name : ' Prepare for release'
@@ -14,18 +15,24 @@ stages:
14
15
15
16
jobs :
16
17
include :
17
- - stage : ' Trigger Integration Tests'
18
+ - &integrationtest
19
+ stage : ' Trigger Integration Tests'
18
20
language : minimal
19
21
os : linux
20
22
env :
21
23
- SDK=swift
22
- - BUILD_NUMBER=$TRAVIS_BUILD_NUMBER
24
+ - BUILD_NUMBER=${TRAVIS_JOB_NUMBER/.}
23
25
- TESTAPP_TAG=master
26
+ - SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
24
27
cache : false
25
28
install :
26
29
- mkdir $HOME/travisci-tools && pushd $HOME/travisci-tools && git init && git pull https://$CI_USER_TOKEN@github.com/optimizely/travisci-tools.git && popd
27
30
script :
28
- - " $HOME/travisci-tools/fsc-trigger/trigger_fullstack-sdk-compat.sh"
31
+ - $HOME/travisci-tools/trigger-script-with-status-update.sh
32
+
33
+ - << : *integrationtest
34
+ stage : ' Benchmarking tests'
35
+ env : SDK=swift FULLSTACK_TEST_REPO=Benchmarking BUILD_NUMBER=${TRAVIS_JOB_NUMBER/.} SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
29
36
30
37
- stage : ' SourceClear and Lint'
31
38
language : swift
You can’t perform that action at this time.
0 commit comments