mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-13 18:08:13 +00:00
print mac agent info (#11338)
This commit is contained in:
parent
aaa583e776
commit
13f86e7d56
1 changed files with 15 additions and 0 deletions
|
|
@ -103,6 +103,11 @@ jobs:
|
|||
clean: all
|
||||
condition: succeeded()
|
||||
steps:
|
||||
- script: |
|
||||
set -ex
|
||||
system_profiler SPSoftwareDataType SPHardwareDataType
|
||||
displayName: 'Mac Agent Info'
|
||||
|
||||
- task: DownloadPipelineArtifact@2
|
||||
inputs:
|
||||
source: 'current'
|
||||
|
|
@ -234,6 +239,11 @@ jobs:
|
|||
dependsOn: Build_NNAPI_EP
|
||||
condition: and(succeeded(), notIn(variables['Build.Reason'], 'IndividualCI', 'BatchedCI'))
|
||||
steps:
|
||||
- script: |
|
||||
set -ex
|
||||
system_profiler SPSoftwareDataType SPHardwareDataType
|
||||
displayName: 'Mac Agent Info'
|
||||
|
||||
- task: DownloadPipelineArtifact@2
|
||||
inputs:
|
||||
source: 'current'
|
||||
|
|
@ -312,6 +322,11 @@ jobs:
|
|||
clean: all
|
||||
condition: in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI')
|
||||
steps:
|
||||
- script: |
|
||||
set -ex
|
||||
system_profiler SPSoftwareDataType SPHardwareDataType
|
||||
displayName: 'Mac Agent Info'
|
||||
|
||||
- task: UsePythonVersion@0
|
||||
displayName: Use Python $(pythonVersion)
|
||||
inputs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue