From 13f86e7d560fa3f94f5063a27fae396de44319fd Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Tue, 26 Apr 2022 09:27:55 +0800 Subject: [PATCH] print mac agent info (#11338) --- .../android-x86_64-crosscompile-ci-pipeline.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/tools/ci_build/github/azure-pipelines/android-x86_64-crosscompile-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/android-x86_64-crosscompile-ci-pipeline.yml index 59e91800ae..f1f684157a 100644 --- a/tools/ci_build/github/azure-pipelines/android-x86_64-crosscompile-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/android-x86_64-crosscompile-ci-pipeline.yml @@ -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: