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 @@ -52,11 +52,13 @@ script:
52
52
# Integration tests need to run first to reset the PR build status to pending
53
53
stages :
54
54
- ' Integration tests'
55
+ - ' Benchmarking tests'
55
56
- ' Test'
56
57
57
58
jobs :
58
59
include :
59
- - stage : ' Integration tests'
60
+ - &integrationtest
61
+ stage : ' Integration tests'
60
62
env :
61
63
- SDK=android
62
64
- BUILD_NUMBER=$TRAVIS_BUILD_NUMBER
67
69
before_script :
68
70
-
mkdir $HOME/travisci-tools && pushd $HOME/travisci-tools && git init && git pull https://[email protected] /optimizely/travisci-tools.git && popd
69
71
script :
70
- - " $HOME/travisci-tools/fsc- trigger/trigger_fullstack-sdk-compat .sh"
72
+ - $HOME/travisci-tools/trigger-script-with-status-update .sh
71
73
after_success : travis_terminate 0
74
+ - << : *integrationtest
75
+ stage : ' Benchmarking tests'
76
+ env : SDK=android FULLSTACK_TEST_REPO=Benchmarking
You can’t perform that action at this time.
0 commit comments