Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions eng/pipelines/coreclr/hardware-intrinsics-arm64.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
trigger: none
pr:
branches:
include:
- main
paths:
include:
- eng/pipelines/coreclr/hardware-intrinsics-arm64.yml
- eng/pipelines/coreclr/templates/jit-hardware-intrinsics-common.yml
- src/coreclr/jit/*arm64*

variables:
- template: /eng/pipelines/common/variables.yml
- template: /eng/pipelines/helix-platforms.yml

extends:
template: /eng/pipelines/common/templates/pipeline-with-resources.yml
parameters:
isOfficialBuild: false
stages:
- stage: Build
jobs:
- template: /eng/pipelines/coreclr/templates/jit-hardware-intrinsics-common.yml
parameters:
platforms:
- linux_arm64
testBuildArgs: '-tree:JIT/HardwareIntrinsics'
113 changes: 4 additions & 109 deletions eng/pipelines/coreclr/hardware-intrinsics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,122 +21,17 @@ extends:
stages:
- stage: Build
jobs:
- template: /eng/pipelines/common/platform-matrix.yml
- template: /eng/pipelines/coreclr/templates/jit-hardware-intrinsics-common.yml
parameters:
jobTemplate: /eng/pipelines/common/global-build-job.yml
helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml
buildConfig: Release
platforms:
- windows_x86
- windows_x64
variables:
- name: timeoutPerTestInMinutes
value: 60
- name: timeoutPerTestCollectionInMinutes
value: 180
jobParameters:
testGroup: outerloop
nameSuffix: CoreCLR
buildArgs: -s clr+libs -c $(_BuildConfig)
timeoutInMinutes: 360
postBuildSteps:
- template: /eng/pipelines/common/templates/runtimes/build-runtime-tests-and-send-to-helix.yml
parameters:
creator: dotnet-bot
testBuildArgs: 'tree JIT/HardwareIntrinsics'
testRunNamePrefixSuffix: CoreCLR
extraVariablesTemplates:
- template: /eng/pipelines/common/templates/runtimes/test-variables.yml
parameters:
testGroup: outerloop
testBuildArgs: 'tree JIT/HardwareIntrinsics'

- template: /eng/pipelines/common/platform-matrix.yml
- template: /eng/pipelines/coreclr/templates/jit-hardware-intrinsics-common.yml
parameters:
jobTemplate: /eng/pipelines/common/global-build-job.yml
helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml
buildConfig: Release
platforms:
- linux_arm
- linux_x64
- osx_arm64
variables:
- name: timeoutPerTestInMinutes
value: 60
- name: timeoutPerTestCollectionInMinutes
value: 180
jobParameters:
testGroup: outerloop
nameSuffix: CoreCLR
buildArgs: -s clr+libs -c $(_BuildConfig)
timeoutInMinutes: 360
postBuildSteps:
- template: /eng/pipelines/common/templates/runtimes/build-runtime-tests-and-send-to-helix.yml
parameters:
creator: dotnet-bot
testBuildArgs: '-tree:JIT/HardwareIntrinsics'
testRunNamePrefixSuffix: CoreCLR
extraVariablesTemplates:
- template: /eng/pipelines/common/templates/runtimes/test-variables.yml
parameters:
testGroup: outerloop

- template: /eng/pipelines/common/platform-matrix.yml
parameters:
jobTemplate: /eng/pipelines/common/global-build-job.yml
helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml
buildConfig: Release
platforms:
- windows_x86
- windows_x64
variables:
- name: timeoutPerTestInMinutes
value: 60
- name: timeoutPerTestCollectionInMinutes
value: 180
jobParameters:
testGroup: outerloop
nameSuffix: NativeAOT
buildArgs: -s clr.aot+libs.native+libs.sfx -c $(_BuildConfig)
timeoutInMinutes: 360
postBuildSteps:
- template: /eng/pipelines/common/templates/runtimes/build-runtime-tests-and-send-to-helix.yml
parameters:
creator: dotnet-bot
testBuildArgs: 'nativeaot tree JIT/HardwareIntrinsics'
testRunNamePrefixSuffix: NativeAOT
nativeAotTest: true
extraVariablesTemplates:
- template: /eng/pipelines/common/templates/runtimes/test-variables.yml
parameters:
testGroup: outerloop

- template: /eng/pipelines/common/platform-matrix.yml
parameters:
jobTemplate: /eng/pipelines/common/global-build-job.yml
helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml
buildConfig: Release
platforms:
- linux_arm
- linux_x64
- osx_arm64
variables:
- name: timeoutPerTestInMinutes
value: 60
- name: timeoutPerTestCollectionInMinutes
value: 180
jobParameters:
testGroup: outerloop
nameSuffix: NativeAOT
buildArgs: -s clr.aot+libs.native+libs.sfx -c $(_BuildConfig)
timeoutInMinutes: 360
postBuildSteps:
- template: /eng/pipelines/common/templates/runtimes/build-runtime-tests-and-send-to-helix.yml
parameters:
creator: dotnet-bot
testBuildArgs: 'nativeaot -tree:JIT/HardwareIntrinsics'
testRunNamePrefixSuffix: NativeAOT
nativeAotTest: true
extraVariablesTemplates:
- template: /eng/pipelines/common/templates/runtimes/test-variables.yml
parameters:
testGroup: outerloop
testBuildArgs: '-tree:JIT/HardwareIntrinsics'
61 changes: 61 additions & 0 deletions eng/pipelines/coreclr/templates/jit-hardware-intrinsics-common.yml
Comment thread
dhartglassMSFT marked this conversation as resolved.
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
parameters:
- name: platforms
type: object
- name: testBuildArgs
type: string

jobs:
- template: /eng/pipelines/common/platform-matrix.yml
parameters:
jobTemplate: /eng/pipelines/common/global-build-job.yml
helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml
buildConfig: Release
platforms: ${{ parameters.platforms }}
variables:
- name: timeoutPerTestInMinutes
value: 60
- name: timeoutPerTestCollectionInMinutes
value: 180
jobParameters:
testGroup: outerloop
nameSuffix: CoreCLR
buildArgs: -s clr+libs -c $(_BuildConfig)
timeoutInMinutes: 360
postBuildSteps:
- template: /eng/pipelines/common/templates/runtimes/build-runtime-tests-and-send-to-helix.yml
parameters:
creator: dotnet-bot
testBuildArgs: ${{ parameters.testBuildArgs }}
testRunNamePrefixSuffix: CoreCLR
Comment thread
dhartglassMSFT marked this conversation as resolved.
extraVariablesTemplates:
- template: /eng/pipelines/common/templates/runtimes/test-variables.yml
parameters:
testGroup: outerloop

- template: /eng/pipelines/common/platform-matrix.yml
parameters:
jobTemplate: /eng/pipelines/common/global-build-job.yml
helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml
buildConfig: Release
platforms: ${{ parameters.platforms }}
variables:
- name: timeoutPerTestInMinutes
value: 60
- name: timeoutPerTestCollectionInMinutes
value: 180
jobParameters:
testGroup: outerloop
nameSuffix: NativeAOT
buildArgs: -s clr.aot+libs.native+libs.sfx -c $(_BuildConfig)
timeoutInMinutes: 360
postBuildSteps:
- template: /eng/pipelines/common/templates/runtimes/build-runtime-tests-and-send-to-helix.yml
parameters:
creator: dotnet-bot
testBuildArgs: nativeaot ${{ parameters.testBuildArgs }}
testRunNamePrefixSuffix: NativeAOT
Comment thread
dhartglassMSFT marked this conversation as resolved.
nativeAotTest: true
extraVariablesTemplates:
- template: /eng/pipelines/common/templates/runtimes/test-variables.yml
parameters:
testGroup: outerloop
Loading