Skip to content

Commit a4e3ba2

Browse files
mnoman09Michael Ng
authored andcommitted
ci(benchmarking): Added benchmarking stage (#316)
1 parent 88d0e6a commit a4e3ba2

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
@@ -38,19 +38,24 @@ after_failure:
3838
# Integration tests need to run first to reset the PR build status to pending
3939
stages:
4040
- 'Integration tests'
41+
- 'Benchmarking tests'
4142
- 'Test'
4243

4344
jobs:
4445
include:
45-
- stage: 'Integration tests'
46+
- &integrationtest
47+
stage: 'Integration tests'
4648
merge_mode: replace
47-
env: SDK=java
49+
env: SDK=java SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
4850
cache: false
4951
language: minimal
5052
before_install: skip
5153
install: skip
5254
before_script:
5355
- mkdir $HOME/travisci-tools && pushd $HOME/travisci-tools && git init && git pull https://$CI_USER_TOKEN@github.com/optimizely/travisci-tools.git && popd
5456
script:
55-
- "$HOME/travisci-tools/fsc-trigger/trigger_fullstack-sdk-compat.sh"
57+
- $HOME/travisci-tools/trigger-script-with-status-update.sh
5658
after_success: travis_terminate 0
59+
- <<: *integrationtest
60+
stage: 'Benchmarking tests'
61+
env: SDK=java FULLSTACK_TEST_REPO=Benchmarking SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH

0 commit comments

Comments
 (0)