param
This commit is contained in:
parent
55922247b0
commit
0d4afa4dc4
2 changed files with 8 additions and 0 deletions
|
@ -26,6 +26,7 @@ jobs:
|
||||||
targetRid: centos.8-x64
|
targetRid: centos.8-x64
|
||||||
architecture: x64
|
architecture: x64
|
||||||
enablePoison: false
|
enablePoison: false
|
||||||
|
dotnetDotnetRunID: ${{ parameters.dotnetDotnetRunID }}
|
||||||
|
|
||||||
- template: templates/jobs/sdk-comparison-tests.yml
|
- template: templates/jobs/sdk-comparison-tests.yml
|
||||||
parameters:
|
parameters:
|
||||||
|
@ -33,6 +34,7 @@ jobs:
|
||||||
targetRid: centos.9-x64
|
targetRid: centos.9-x64
|
||||||
architecture: x64
|
architecture: x64
|
||||||
enablePoison: false
|
enablePoison: false
|
||||||
|
dotnetDotnetRunID: ${{ parameters.dotnetDotnetRunID }}
|
||||||
|
|
||||||
- template: templates/jobs/sdk-comparison-tests.yml
|
- template: templates/jobs/sdk-comparison-tests.yml
|
||||||
parameters:
|
parameters:
|
||||||
|
@ -40,6 +42,7 @@ jobs:
|
||||||
targetRid: fedora.36-x64
|
targetRid: fedora.36-x64
|
||||||
architecture: x64
|
architecture: x64
|
||||||
enablePoison: true
|
enablePoison: true
|
||||||
|
dotnetDotnetRunID: ${{ parameters.dotnetDotnetRunID }}
|
||||||
|
|
||||||
- template: templates/jobs/sdk-comparison-tests.yml
|
- template: templates/jobs/sdk-comparison-tests.yml
|
||||||
parameters:
|
parameters:
|
||||||
|
@ -47,6 +50,7 @@ jobs:
|
||||||
targetRid: ubuntu.2004-x64
|
targetRid: ubuntu.2004-x64
|
||||||
architecture: x64
|
architecture: x64
|
||||||
enablePoison: false
|
enablePoison: false
|
||||||
|
dotnetDotnetRunID: ${{ parameters.dotnetDotnetRunID }}
|
||||||
|
|
||||||
- template: templates/jobs/sdk-comparison-tests.yml
|
- template: templates/jobs/sdk-comparison-tests.yml
|
||||||
parameters:
|
parameters:
|
||||||
|
@ -54,3 +58,4 @@ jobs:
|
||||||
targetRid: debian.11-arm64
|
targetRid: debian.11-arm64
|
||||||
architecture: arm64
|
architecture: arm64
|
||||||
enablePoison: false
|
enablePoison: false
|
||||||
|
dotnetDotnetRunID: ${{ parameters.dotnetDotnetRunID }}
|
||||||
|
|
|
@ -11,6 +11,9 @@ parameters:
|
||||||
- name: enablePoison
|
- name: enablePoison
|
||||||
type: boolean
|
type: boolean
|
||||||
|
|
||||||
|
- name: dotnetDotnetRunID
|
||||||
|
type: string
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- job: ${{ parameters.buildName }}_${{ parameters.architecture }}
|
- job: ${{ parameters.buildName }}_${{ parameters.architecture }}
|
||||||
timeoutInMinutes: 150
|
timeoutInMinutes: 150
|
||||||
|
|
Loading…
Reference in a new issue