Skip to content

Commit 98f640f

Browse files
yasirfolio3Michael Ng
authored andcommitted
ci(benchmarking): Added benchmarking stage (#430)
1 parent 73a427f commit 98f640f

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.travis.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ os: linux
33

44
# Integration tests need to run first to reset the PR build status to pending
55
stages:
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

1415
jobs:
1516
include:
16-
- stage: 'Trigger Integration Tests'
17+
- &integrationtest
18+
stage: 'Integration tests'
1719
language: minimal
1820
os: linux
1921
env:
@@ -26,8 +28,11 @@ jobs:
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

0 commit comments

Comments
 (0)