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 @@ -18,6 +18,7 @@ after_success:
1818stages :
1919 - ' Linting'
2020 - ' Integration tests'
21+ - ' Benchmarking tests'
2122 - ' Test'
2223
2324jobs :
3031 install : " pip install flake8==3.6.0"
3132 script : " flake8"
3233 after_success : travis_terminate 0
33- - stage : ' Integration Tests'
34+ - &integrationtest
35+ stage : ' Integration tests'
3436 merge_mode : replace
3537 env : SDK=python
3638 cache : false
3941 before_script :
4042 - mkdir $HOME/travisci-tools && pushd $HOME/travisci-tools && git init && git pull https://$CI_USER_TOKEN@github.com/optimizely/travisci-tools.git && popd
4143 script :
42- - " $HOME/travisci-tools/fsc- trigger/trigger_fullstack-sdk-compat .sh"
44+ - $HOME/travisci-tools/trigger-script-with-status-update .sh
4345 after_success : travis_terminate 0
46+ - << : *integrationtest
47+ stage : ' Benchmarking tests'
48+ env : SDK=python FULLSTACK_TEST_REPO=Benchmarking
4449 - stage : ' Test'
4550 dist : xenial
4651 python : " 3.7"
You can’t perform that action at this time.
0 commit comments