Skip to content

Commit 5191aea

Browse files
committed
Revert "Try passing the variables all the way through."
This reverts commit b17de2a.
1 parent d486667 commit 5191aea

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

eng/performance/benchmark_jobs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ 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
1413

1514
jobs:
1615
- template: ../common/templates/jobs/jobs.yml
@@ -23,7 +22,6 @@ jobs:
2322
displayName: '${{ parameters.osName }} ${{ parameters.osVersion }} ${{ parameters.architecture }} ${{ parameters.kind }} ${{ parameters.machinePool }}'
2423
timeoutInMinutes: 320
2524
variables:
26-
- ${{ parameters.variables }}
2725
- ${{ if eq(parameters.osName, 'windows') }}:
2826
- name: CliArguments
2927
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)