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
33# Integration tests need to run first to reset the PR build status to pending
44stages :
55 - name : ' Integration tests'
6+ - name : ' Benchmarking tests'
67 - name : ' Unit Tests'
78 - name : ' NetStandard16'
89
910jobs :
1011 include :
11- - stage : ' Integration tests'
12+ - &integrationtest
13+ stage : ' Integration tests'
1214 env : SDK=csharp
1315 cache : false
1416 language : minimal
1719 before_script :
1820 - mkdir $HOME/travisci-tools && pushd $HOME/travisci-tools && git init && git pull https://$CI_USER_TOKEN@github.com/optimizely/travisci-tools.git && popd
1921 script :
20- - " $HOME/travisci-tools/fsc- trigger/trigger_fullstack-sdk-compat .sh"
22+ - $HOME/travisci-tools/trigger-script-with-status-update .sh
2123 after_success : travis_terminate 0
24+ - << : *integrationtest
25+ stage : ' Benchmarking tests'
26+ env : SDK=csharp FULLSTACK_TEST_REPO=Benchmarking
2227
2328 - stage : ' Unit Tests'
2429 language : csharp
You can’t perform that action at this time.
0 commit comments