Skip to content

Commit

Permalink
download specific artifacts
Browse files Browse the repository at this point in the history
to squash:
  • Loading branch information
kunalspathak committed Nov 17, 2021
1 parent b1de5c4 commit db3de57
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions eng/pipelines/common/download-specific-artifact-step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ steps:
inputs:
buildType: specific
project: 'public' # 'internal' or 'public'
pipeline: 'Antigen'
pipeline: 'runtime-coreclr superpmi-asmdiffs'
buildVersionToDownload: specific
branchName: 'refs/pull/59376/head'
buildId: '1387378'
branchName: 'refs/pull/61700/head'
buildId: '1472902'
downloadType: single
downloadPath: '$(Build.SourcesDirectory)/__download__'
artifactName: '${{ parameters.artifactName }}'
Expand Down
20 changes: 10 additions & 10 deletions eng/pipelines/coreclr/superpmi-asmdiffs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@ pr:

jobs:

- template: /eng/pipelines/common/platform-matrix.yml
parameters:
jobTemplate: /eng/pipelines/coreclr/templates/build-jit-job.yml
buildConfig: checked
platforms:
- windows_x64
- windows_x86
jobParameters:
uploadAs: 'pipelineArtifacts'
# - template: /eng/pipelines/common/platform-matrix.yml
# parameters:
# jobTemplate: /eng/pipelines/coreclr/templates/build-jit-job.yml
# buildConfig: checked
# platforms:
# - windows_x64
# - windows_x86
# jobParameters:
# uploadAs: 'pipelineArtifacts'

- template: /eng/pipelines/common/platform-matrix.yml
parameters:
jobTemplate: /eng/pipelines/coreclr/templates/superpmi-asmdiffs-job.yml
buildConfig: checked
platforms:
- windows_x64
- windows_x86
# - windows_x86
helixQueueGroup: ci
helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml
6 changes: 3 additions & 3 deletions eng/pipelines/coreclr/templates/superpmi-asmdiffs-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ jobs:
dependOnEvaluatePaths: ${{ parameters.dependOnEvaluatePaths }}
timeoutInMinutes: ${{ parameters.timeoutInMinutes }}
helixQueues: ${{ parameters.helixQueues }}
dependsOn:
- ${{ format('coreclr_jit_build_{0}{1}_{2}_{3}', parameters.osGroup, parameters.osSubgroup, parameters.archType, parameters.buildConfig) }}
# dependsOn:
# - ${{ format('coreclr_jit_build_{0}{1}_{2}_{3}', parameters.osGroup, parameters.osSubgroup, parameters.archType, parameters.buildConfig) }}

variables: ${{ parameters.variables }}

steps:

# Download jit builds
- template: /eng/pipelines/common/download-artifact-step.yml
- template: /eng/pipelines/common/download-specific-artifact-step.yml
parameters:
unpackFolder: $(buildProductRootFolderPath)
artifactFileName: '$(buildProductArtifactName)$(archiveExtension)'
Expand Down
8 changes: 4 additions & 4 deletions src/coreclr/scripts/superpmi-asmdiffs.proj
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@

<ItemGroup Condition="'$(Architecture)' == 'x64'">
<SPMI_Partition Include="win-x64" Platform="windows" Architecture="x64" />
<SPMI_Partition Include="win-arm64" Platform="windows" Architecture="arm64" />
<!-- <SPMI_Partition Include="win-arm64" Platform="windows" Architecture="arm64" />
<SPMI_Partition Include="unix-x64" Platform="Linux" Architecture="x64" />
<SPMI_Partition Include="unix-arm64" Platform="Linux" Architecture="arm64" />
<SPMI_Partition Include="unix-arm64" Platform="Linux" Architecture="arm64" /> -->
</ItemGroup>

<ItemGroup Condition="'$(Architecture)' == 'x86'">
<!-- <ItemGroup Condition="'$(Architecture)' == 'x86'">
<SPMI_Partition Include="win-x86" Platform="windows" Architecture="x86" />
<SPMI_Partition Include="unix-arm" Platform="Linux" Architecture="arm" />
</ItemGroup>
</ItemGroup> -->

<ItemGroup>
<HelixWorkItem Include="@(SPMI_Partition)">
Expand Down

0 comments on commit db3de57

Please sign in to comment.