File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ 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
14
13
15
14
jobs :
16
15
- template : ../common/templates/jobs/jobs.yml
23
22
displayName : ' ${{ parameters.osName }} ${{ parameters.osVersion }} ${{ parameters.architecture }} ${{ parameters.kind }} ${{ parameters.machinePool }}'
24
23
timeoutInMinutes : 320
25
24
variables :
26
- - ${{ parameters.variables }}
27
25
- ${{ if eq(parameters.osName, 'windows') }} :
28
26
- name : CliArguments
29
27
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