File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -38,19 +38,24 @@ after_failure:
38
38
# Integration tests need to run first to reset the PR build status to pending
39
39
stages :
40
40
- ' Integration tests'
41
+ - ' Benchmarking tests'
41
42
- ' Test'
42
43
43
44
jobs :
44
45
include :
45
- - stage : ' Integration tests'
46
+ - &integrationtest
47
+ stage : ' Integration tests'
46
48
merge_mode : replace
47
- env : SDK=java
49
+ env : SDK=java SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
48
50
cache : false
49
51
language : minimal
50
52
before_install : skip
51
53
install : skip
52
54
before_script :
53
55
- mkdir $HOME/travisci-tools && pushd $HOME/travisci-tools && git init && git pull https://$CI_USER_TOKEN@github.com/optimizely/travisci-tools.git && popd
54
56
script :
55
- - " $HOME/travisci-tools/fsc- trigger/trigger_fullstack-sdk-compat .sh"
57
+ - $HOME/travisci-tools/trigger-script-with-status-update .sh
56
58
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
You can’t perform that action at this time.
0 commit comments