Skip to content

Commit af1a544

Browse files
yasirfolio3Michael Ng
authored andcommitted
ci(benchmarking): Added benchmarking stage (#182)
1 parent 19a3599 commit af1a544

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
@@ -22,11 +22,13 @@ after_success: "coveralls"
2222
# Integration tests need to run first to reset the PR build status to pending
2323
stages:
2424
- 'Integration tests'
25+
- 'Benchmarking tests'
2526
- 'Test'
2627

2728
jobs:
2829
include:
29-
- stage: 'Integration tests'
30+
- &integrationtest
31+
stage: 'Integration tests'
3032
merge_mode: replace
3133
env: SDK=ruby
3234
cache: false
@@ -36,5 +38,8 @@ jobs:
3638
before_script:
3739
- mkdir $HOME/travisci-tools && pushd $HOME/travisci-tools && git init && git pull https://$CI_USER_TOKEN@github.com/optimizely/travisci-tools.git && popd
3840
script:
39-
- "$HOME/travisci-tools/fsc-trigger/trigger_fullstack-sdk-compat.sh"
41+
- $HOME/travisci-tools/trigger-script-with-status-update.sh
4042
after_success: travis_terminate 0
43+
- <<: *integrationtest
44+
stage: 'Benchmarking tests'
45+
env: SDK=ruby FULLSTACK_TEST_REPO=Benchmarking

0 commit comments

Comments
 (0)