File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ parameters:
10
10
channels : [] # required -- list of channels to download .NET from
11
11
runCategories : ' ' # required -- string of space separated categories supplied to benchmark dotnet
12
12
machinePool : ' ' # required -- Name of perf machine pool (Tiger, Owl, etc)
13
+ variables : [] # optional -- List of variables that make it all the way through jobs.yml
13
14
14
15
jobs :
15
16
- template : ../common/templates/jobs/jobs.yml
22
23
displayName : ' ${{ parameters.osName }} ${{ parameters.osVersion }} ${{ parameters.architecture }} ${{ parameters.kind }} ${{ parameters.machinePool }}'
23
24
timeoutInMinutes : 320
24
25
variables :
26
+ - ${{ parameters.variables }}
25
27
- ${{ if eq(parameters.osName, 'windows') }} :
26
28
- name : CliArguments
27
29
value : ' --dotnet-versions %DOTNET_VERSION% --cli-source-info args --cli-branch %PERFLAB_BRANCH% --cli-commit-sha %PERFLAB_HASH% --cli-repository https://github.com/%PERFLAB_REPO% --cli-source-timestamp %PERFLAB_BUILDTIMESTAMP%'
You can’t perform that action at this time.
0 commit comments