Skip to content

Commit b426ad8

Browse files
committed
convert to use the new publish-1es-artifact
1 parent 7bbb745 commit b426ad8

File tree

8 files changed

+14
-17
lines changed

8 files changed

+14
-17
lines changed

eng/pipelines/templates/jobs/build-conda-dependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
sdk_build_conda -c %arguments%
6363
displayName: Assemble Conda Packages
6464
65-
- template: /eng/common/pipelines/templates/steps/publish-artifact.yml
65+
- template: /eng/common/pipelines/templates/steps/publish-1es-artifact.yml
6666
parameters:
6767
ArtifactPath: '$(Build.SourcesDirectory)/conda/assembled'
6868
ArtifactName: 'windows_distributions'
@@ -74,7 +74,7 @@ jobs:
7474
inputs:
7575
BuildDropPath: '$(Build.SourcesDirectory)/conda/output'
7676

77-
- template: /eng/common/pipelines/templates/steps/publish-artifact.yml
77+
- template: /eng/common/pipelines/templates/steps/publish-1es-artifact.yml
7878
parameters:
7979
ArtifactPath: '$(Build.SourcesDirectory)/conda/output'
8080
ArtifactName: 'windows_conda'

eng/pipelines/templates/jobs/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
artifactName: 'packages_linux'
155155
targetPath: $(Build.ArtifactStagingDirectory)/packages
156156

157-
- template: /eng/common/pipelines/templates/steps/publish-artifact.yml
157+
- template: /eng/common/pipelines/templates/steps/publish-1es-artifact.yml
158158
parameters:
159159
ArtifactPath: '$(Build.ArtifactStagingDirectory)/packages'
160160
ArtifactName: 'packages'
@@ -227,7 +227,7 @@ jobs:
227227
ValidateFormatting: ${{ parameters.ValidateFormatting }}
228228
GenerateApiReviewForManualOnly: ${{ parameters.GenerateApiReviewForManualOnly }}
229229

230-
- template: /eng/common/pipelines/templates/jobs/archetype-sdk-tests-generate.yml
230+
- template: /eng/common/pipelines/templates/jobs/generate-job-matrix.yml
231231
parameters:
232232
JobTemplatePath: /eng/pipelines/templates/jobs/ci.tests.yml
233233
OsVmImage: azsdk-pool-mms-ubuntu-2004-1espt
@@ -254,7 +254,7 @@ jobs:
254254
UnsupportedToxEnvironments: ${{ parameters.UnsupportedToxEnvironments }}
255255
TestProxy: ${{ parameters.TestProxy }}
256256

257-
- template: /eng/common/pipelines/templates/jobs/archetype-sdk-tests-generate.yml
257+
- template: /eng/common/pipelines/templates/jobs/generate-job-matrix.yml
258258
parameters:
259259
JobTemplatePath: /eng/pipelines/templates/jobs/regression.yml
260260
OsVmImage: azsdk-pool-mms-ubuntu-2004-1espt

eng/pipelines/templates/stages/archetype-sdk-client.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,6 @@ extends:
9494
name: azsdk-pool-mms-win-2022-1es-pt
9595
image: azsdk-pool-mms-win-2022-1espt
9696
os: windows
97-
eslint:
98-
enabled: false
99-
justificationForDisabling: "ESLint injected task has failures because it uses an old version of mkdirp. We should not fail for tools not controlled by the repo. See: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=3499746&"
10097
codeql:
10198
compiled:
10299
enabled: false

eng/pipelines/templates/steps/analyze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ steps:
153153

154154
- template: /eng/common/pipelines/templates/steps/eng-common-workflow-enforcer.yml
155155

156-
- template: /eng/common/pipelines/templates/steps/publish-artifact.yml
156+
- template: /eng/common/pipelines/templates/steps/publish-1es-artifact.yml
157157
parameters:
158158
ArtifactPath: '$(Build.ArtifactStagingDirectory)/reports'
159159
ArtifactName: 'reports'

eng/pipelines/templates/steps/build-conda-artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ steps:
3232
sdk_build_conda -f "$argFile" ${{ parameters.Arguments }}
3333
displayName: Assemble Conda Packages
3434
35-
- template: /eng/common/pipelines/templates/steps/publish-artifact.yml
35+
- template: /eng/common/pipelines/templates/steps/publish-1es-artifact.yml
3636
parameters:
3737
ArtifactPath: '$(Build.SourcesDirectory)/conda/assembled'
3838
ArtifactName: '${{ parameters.ArtifactPrefix }}distributions'
@@ -44,7 +44,7 @@ steps:
4444
inputs:
4545
BuildDropPath: '$(Build.SourcesDirectory)/conda/output'
4646

47-
- template: /eng/common/pipelines/templates/steps/publish-artifact.yml
47+
- template: /eng/common/pipelines/templates/steps/publish-1es-artifact.yml
4848
parameters:
4949
ArtifactPath: '$(Build.SourcesDirectory)/conda/output'
5050
ArtifactName: '${{ parameters.ArtifactPrefix }}conda'

eng/pipelines/templates/steps/build-extended-artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ steps:
8181

8282
- ${{ parameters.BeforePublishSteps }}
8383

84-
- template: /eng/common/pipelines/templates/steps/publish-artifact.yml
84+
- template: /eng/common/pipelines/templates/steps/publish-1es-artifact.yml
8585
parameters:
8686
ArtifactPath: '$(Build.ArtifactStagingDirectory)'
8787
ArtifactName: 'packages_extended'
@@ -91,7 +91,7 @@ steps:
9191
Write-Output "##vso[task.setvariable variable=DirectoryExists]$directoryExists"
9292
displayName: Check if docs directory exists
9393
94-
- template: /eng/common/pipelines/templates/steps/publish-artifact.yml
94+
- template: /eng/common/pipelines/templates/steps/publish-1es-artifact.yml
9595
parameters:
9696
ArtifactPath: '$(Build.SourcesDirectory)/_docs'
9797
CustomCondition: and(${{ parameters.BuildDocs }}, eq(variables['DirectoryExists'], 'True'))

eng/pipelines/templates/steps/build-package-artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,13 @@ steps:
9494
- ${{ parameters.BeforePublishSteps }}
9595

9696
- ${{ if eq(parameters.ArtifactSuffix, '') }}:
97-
- template: /eng/common/pipelines/templates/steps/publish-artifact.yml@self
97+
- template: /eng/common/pipelines/templates/steps/publish-1es-artifact.yml
9898
parameters:
9999
ArtifactPath: '$(Build.ArtifactStagingDirectory)'
100100
ArtifactName: 'packages'
101101

102102
- ${{ if ne(parameters.ArtifactSuffix, '') }}:
103-
- template: /eng/common/pipelines/templates/steps/publish-artifact.yml@self
103+
- template: /eng/common/pipelines/templates/steps/publish-1es-artifact.yml
104104
parameters:
105105
ArtifactPath: '$(Build.ArtifactStagingDirectory)'
106106
ArtifactName: 'packages_${{ parameters.ArtifactSuffix }}'

eng/pipelines/templates/steps/build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ steps:
8989
9090
- ${{ parameters.AfterTestSteps }}
9191

92-
- template: /eng/common/pipelines/templates/steps/publish-artifact.yml
92+
- template: /eng/common/pipelines/templates/steps/publish-1es-artifact.yml
9393
parameters:
9494
ArtifactPath: '$(Build.SourcesDirectory)/_coverage'
9595
ArtifactName: '$(System.StageName)_$(Agent.JobName)_coverage'
@@ -112,7 +112,7 @@ steps:
112112
--toxenv="samples"
113113
env: ${{ parameters.EnvVars }}
114114

115-
- template: /eng/common/pipelines/templates/steps/publish-artifact.yml
115+
- template: /eng/common/pipelines/templates/steps/publish-1es-artifact.yml
116116
parameters:
117117
ArtifactPath: '$(Build.SourcesDirectory)/_tox_logs'
118118
ArtifactName: '$(System.StageName)_$(Agent.JobName)_tox_logs'

0 commit comments

Comments
 (0)