Skip to content

Commit b17de2a

Browse files
LoopedBard3danmoseley
authored andcommitted
Try passing the variables all the way through.
1 parent 33f5452 commit b17de2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eng/performance/benchmark_jobs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ parameters:
1010
channels: [] # required -- list of channels to download .NET from
1111
runCategories: '' # required -- string of space separated categories supplied to benchmark dotnet
1212
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
1314

1415
jobs:
1516
- template: ../common/templates/jobs/jobs.yml
@@ -22,6 +23,7 @@ jobs:
2223
displayName: '${{ parameters.osName }} ${{ parameters.osVersion }} ${{ parameters.architecture }} ${{ parameters.kind }} ${{ parameters.machinePool }}'
2324
timeoutInMinutes: 320
2425
variables:
26+
- ${{ parameters.variables }}
2527
- ${{ if eq(parameters.osName, 'windows') }}:
2628
- name: CliArguments
2729
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%'

0 commit comments

Comments
 (0)