Skip to content

ci(benchmarking): Added benchmarking stage #316

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Jul 29, 2019
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,13 @@ after_failure:
# Integration tests need to run first to reset the PR build status to pending
stages:
- 'Integration tests'
- 'Benchmarking tests'
- 'Test'

jobs:
include:
- stage: 'Integration tests'
- &integrationtest
stage: 'Integration tests'
merge_mode: replace
env: SDK=java
cache: false
Expand All @@ -52,5 +54,8 @@ jobs:
before_script:
- mkdir $HOME/travisci-tools && pushd $HOME/travisci-tools && git init && git pull https://$CI_USER_TOKEN@github.com/optimizely/travisci-tools.git && popd
script:
- "$HOME/travisci-tools/fsc-trigger/trigger_fullstack-sdk-compat.sh"
- $HOME/travisci-tools/trigger-script-with-status-update.sh
after_success: travis_terminate 0
- <<: *integrationtest
stage: 'Benchmarking tests'
env: SDK=java FULLSTACK_TEST_REPO=Benchmarking