Skip to content

Commit db3de57

Browse files
committed
download specific artifacts
to squash:
1 parent b1de5c4 commit db3de57

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

eng/pipelines/common/download-specific-artifact-step.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ steps:
1212
inputs:
1313
buildType: specific
1414
project: 'public' # 'internal' or 'public'
15-
pipeline: 'Antigen'
15+
pipeline: 'runtime-coreclr superpmi-asmdiffs'
1616
buildVersionToDownload: specific
17-
branchName: 'refs/pull/59376/head'
18-
buildId: '1387378'
17+
branchName: 'refs/pull/61700/head'
18+
buildId: '1472902'
1919
downloadType: single
2020
downloadPath: '$(Build.SourcesDirectory)/__download__'
2121
artifactName: '${{ parameters.artifactName }}'

eng/pipelines/coreclr/superpmi-asmdiffs.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,22 @@ pr:
1616

1717
jobs:
1818

19-
- template: /eng/pipelines/common/platform-matrix.yml
20-
parameters:
21-
jobTemplate: /eng/pipelines/coreclr/templates/build-jit-job.yml
22-
buildConfig: checked
23-
platforms:
24-
- windows_x64
25-
- windows_x86
26-
jobParameters:
27-
uploadAs: 'pipelineArtifacts'
19+
# - template: /eng/pipelines/common/platform-matrix.yml
20+
# parameters:
21+
# jobTemplate: /eng/pipelines/coreclr/templates/build-jit-job.yml
22+
# buildConfig: checked
23+
# platforms:
24+
# - windows_x64
25+
# - windows_x86
26+
# jobParameters:
27+
# uploadAs: 'pipelineArtifacts'
2828

2929
- template: /eng/pipelines/common/platform-matrix.yml
3030
parameters:
3131
jobTemplate: /eng/pipelines/coreclr/templates/superpmi-asmdiffs-job.yml
3232
buildConfig: checked
3333
platforms:
3434
- windows_x64
35-
- windows_x86
35+
# - windows_x86
3636
helixQueueGroup: ci
3737
helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml

eng/pipelines/coreclr/templates/superpmi-asmdiffs-job.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ jobs:
2323
dependOnEvaluatePaths: ${{ parameters.dependOnEvaluatePaths }}
2424
timeoutInMinutes: ${{ parameters.timeoutInMinutes }}
2525
helixQueues: ${{ parameters.helixQueues }}
26-
dependsOn:
27-
- ${{ format('coreclr_jit_build_{0}{1}_{2}_{3}', parameters.osGroup, parameters.osSubgroup, parameters.archType, parameters.buildConfig) }}
26+
# dependsOn:
27+
# - ${{ format('coreclr_jit_build_{0}{1}_{2}_{3}', parameters.osGroup, parameters.osSubgroup, parameters.archType, parameters.buildConfig) }}
2828

2929
variables: ${{ parameters.variables }}
3030

3131
steps:
3232

3333
# Download jit builds
34-
- template: /eng/pipelines/common/download-artifact-step.yml
34+
- template: /eng/pipelines/common/download-specific-artifact-step.yml
3535
parameters:
3636
unpackFolder: $(buildProductRootFolderPath)
3737
artifactFileName: '$(buildProductArtifactName)$(archiveExtension)'

src/coreclr/scripts/superpmi-asmdiffs.proj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@
5353

5454
<ItemGroup Condition="'$(Architecture)' == 'x64'">
5555
<SPMI_Partition Include="win-x64" Platform="windows" Architecture="x64" />
56-
<SPMI_Partition Include="win-arm64" Platform="windows" Architecture="arm64" />
56+
<!-- <SPMI_Partition Include="win-arm64" Platform="windows" Architecture="arm64" />
5757
<SPMI_Partition Include="unix-x64" Platform="Linux" Architecture="x64" />
58-
<SPMI_Partition Include="unix-arm64" Platform="Linux" Architecture="arm64" />
58+
<SPMI_Partition Include="unix-arm64" Platform="Linux" Architecture="arm64" /> -->
5959
</ItemGroup>
6060

61-
<ItemGroup Condition="'$(Architecture)' == 'x86'">
61+
<!-- <ItemGroup Condition="'$(Architecture)' == 'x86'">
6262
<SPMI_Partition Include="win-x86" Platform="windows" Architecture="x86" />
6363
<SPMI_Partition Include="unix-arm" Platform="Linux" Architecture="arm" />
64-
</ItemGroup>
64+
</ItemGroup> -->
6565

6666
<ItemGroup>
6767
<HelixWorkItem Include="@(SPMI_Partition)">

0 commit comments

Comments
 (0)