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 @@ -3,12 +3,14 @@ language: minimal
3
3
# Integration tests need to run first to reset the PR build status to pending
4
4
stages :
5
5
- name : ' Integration tests'
6
+ - name : ' Benchmarking tests'
6
7
- name : ' Unit Tests'
7
8
- name : ' NetStandard16'
8
9
9
10
jobs :
10
11
include :
11
- - stage : ' Integration tests'
12
+ - &integrationtest
13
+ stage : ' Integration tests'
12
14
env : SDK=csharp
13
15
cache : false
14
16
language : minimal
17
19
before_script :
18
20
- mkdir $HOME/travisci-tools && pushd $HOME/travisci-tools && git init && git pull https://$CI_USER_TOKEN@github.com/optimizely/travisci-tools.git && popd
19
21
script :
20
- - " $HOME/travisci-tools/fsc- trigger/trigger_fullstack-sdk-compat .sh"
22
+ - $HOME/travisci-tools/trigger-script-with-status-update .sh
21
23
after_success : travis_terminate 0
24
+ - << : *integrationtest
25
+ stage : ' Benchmarking tests'
26
+ env : SDK=csharp FULLSTACK_TEST_REPO=Benchmarking
22
27
23
28
- stage : ' Unit Tests'
24
29
language : csharp
You can’t perform that action at this time.
0 commit comments