Skip to content

Commit 86ad400

Browse files
yasirfolio3Michael Ng
authored andcommitted
ci(benchmarking): Added benchmarking stage (#286)
1 parent a7265a7 commit 86ad400

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,13 @@ script:
5252
# Integration tests need to run first to reset the PR build status to pending
5353
stages:
5454
- 'Integration tests'
55+
- 'Benchmarking tests'
5556
- 'Test'
5657

5758
jobs:
5859
include:
59-
- stage: 'Integration tests'
60+
- &integrationtest
61+
stage: 'Integration tests'
6062
env:
6163
- SDK=android
6264
- BUILD_NUMBER=$TRAVIS_BUILD_NUMBER
@@ -67,5 +69,8 @@ jobs:
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

0 commit comments

Comments
 (0)