File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ after_success:
18
18
stages :
19
19
- ' Linting'
20
20
- ' Integration tests'
21
+ - ' Benchmarking tests'
21
22
- ' Test'
22
23
23
24
jobs :
30
31
install : " pip install flake8==3.6.0"
31
32
script : " flake8"
32
33
after_success : travis_terminate 0
33
- - stage : ' Integration Tests'
34
+ - &integrationtest
35
+ stage : ' Integration tests'
34
36
merge_mode : replace
35
37
env : SDK=python
36
38
cache : false
39
41
before_script :
40
42
-
mkdir $HOME/travisci-tools && pushd $HOME/travisci-tools && git init && git pull https://[email protected] /optimizely/travisci-tools.git && popd
41
43
script :
42
- - " $HOME/travisci-tools/fsc- trigger/trigger_fullstack-sdk-compat .sh"
44
+ - $HOME/travisci-tools/trigger-script-with-status-update .sh
43
45
after_success : travis_terminate 0
46
+ - << : *integrationtest
47
+ stage : ' Benchmarking tests'
48
+ env : SDK=python FULLSTACK_TEST_REPO=Benchmarking
44
49
- stage : ' Test'
45
50
dist : xenial
46
51
python : " 3.7"
You can’t perform that action at this time.
0 commit comments