File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,13 @@ after_success: "coveralls"
22
22
# Integration tests need to run first to reset the PR build status to pending
23
23
stages :
24
24
- ' Integration tests'
25
+ - ' Benchmarking tests'
25
26
- ' Test'
26
27
27
28
jobs :
28
29
include :
29
- - stage : ' Integration tests'
30
+ - &integrationtest
31
+ stage : ' Integration tests'
30
32
merge_mode : replace
31
33
env : SDK=ruby
32
34
cache : false
36
38
before_script :
37
39
- mkdir $HOME/travisci-tools && pushd $HOME/travisci-tools && git init && git pull https://$CI_USER_TOKEN@github.com/optimizely/travisci-tools.git && popd
38
40
script :
39
- - " $HOME/travisci-tools/fsc- trigger/trigger_fullstack-sdk-compat .sh"
41
+ - $HOME/travisci-tools/trigger-script-with-status-update .sh
40
42
after_success : travis_terminate 0
43
+ - << : *integrationtest
44
+ stage : ' Benchmarking tests'
45
+ env : SDK=ruby FULLSTACK_TEST_REPO=Benchmarking
You can’t perform that action at this time.
0 commit comments