Skip to content

Commit 3c3d6c0

Browse files
yasirfolio3Michael Ng
authored andcommitted
ci(benchmarking): Added benchmarking stage (#175)
1 parent 8a710bf commit 3c3d6c0

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ language: minimal
33
# Integration tests need to run first to reset the PR build status to pending
44
stages:
55
- name: 'Integration tests'
6+
- name: 'Benchmarking tests'
67
- name: 'Unit Tests'
78
- name: 'NetStandard16'
89

910
jobs:
1011
include:
11-
- stage: 'Integration tests'
12+
- &integrationtest
13+
stage: 'Integration tests'
1214
env: SDK=csharp
1315
cache: false
1416
language: minimal
@@ -17,8 +19,11 @@ jobs:
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

0 commit comments

Comments
 (0)