File tree Expand file tree Collapse file tree 8 files changed +14
-17
lines changed Expand file tree Collapse file tree 8 files changed +14
-17
lines changed Original file line number Diff line number Diff line change 62
62
sdk_build_conda -c %arguments%
63
63
displayName: Assemble Conda Packages
64
64
65
- - template : /eng/common/pipelines/templates/steps/publish-artifact.yml
65
+ - template : /eng/common/pipelines/templates/steps/publish-1es- artifact.yml
66
66
parameters :
67
67
ArtifactPath : ' $(Build.SourcesDirectory)/conda/assembled'
68
68
ArtifactName : ' windows_distributions'
74
74
inputs :
75
75
BuildDropPath : ' $(Build.SourcesDirectory)/conda/output'
76
76
77
- - template : /eng/common/pipelines/templates/steps/publish-artifact.yml
77
+ - template : /eng/common/pipelines/templates/steps/publish-1es- artifact.yml
78
78
parameters :
79
79
ArtifactPath : ' $(Build.SourcesDirectory)/conda/output'
80
80
ArtifactName : ' windows_conda'
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ jobs:
154
154
artifactName : ' packages_linux'
155
155
targetPath : $(Build.ArtifactStagingDirectory)/packages
156
156
157
- - template : /eng/common/pipelines/templates/steps/publish-artifact.yml
157
+ - template : /eng/common/pipelines/templates/steps/publish-1es- artifact.yml
158
158
parameters :
159
159
ArtifactPath : ' $(Build.ArtifactStagingDirectory)/packages'
160
160
ArtifactName : ' packages'
@@ -227,7 +227,7 @@ jobs:
227
227
ValidateFormatting : ${{ parameters.ValidateFormatting }}
228
228
GenerateApiReviewForManualOnly : ${{ parameters.GenerateApiReviewForManualOnly }}
229
229
230
- - template : /eng/common/pipelines/templates/jobs/archetype-sdk-tests-generate .yml
230
+ - template : /eng/common/pipelines/templates/jobs/generate-job-matrix .yml
231
231
parameters :
232
232
JobTemplatePath : /eng/pipelines/templates/jobs/ci.tests.yml
233
233
OsVmImage : azsdk-pool-mms-ubuntu-2004-1espt
@@ -254,7 +254,7 @@ jobs:
254
254
UnsupportedToxEnvironments : ${{ parameters.UnsupportedToxEnvironments }}
255
255
TestProxy : ${{ parameters.TestProxy }}
256
256
257
- - template : /eng/common/pipelines/templates/jobs/archetype-sdk-tests-generate .yml
257
+ - template : /eng/common/pipelines/templates/jobs/generate-job-matrix .yml
258
258
parameters :
259
259
JobTemplatePath : /eng/pipelines/templates/jobs/regression.yml
260
260
OsVmImage : azsdk-pool-mms-ubuntu-2004-1espt
Original file line number Diff line number Diff line change @@ -94,9 +94,6 @@ extends:
94
94
name : azsdk-pool-mms-win-2022-1es-pt
95
95
image : azsdk-pool-mms-win-2022-1espt
96
96
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&"
100
97
codeql :
101
98
compiled :
102
99
enabled : false
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ steps:
153
153
154
154
- template : /eng/common/pipelines/templates/steps/eng-common-workflow-enforcer.yml
155
155
156
- - template : /eng/common/pipelines/templates/steps/publish-artifact.yml
156
+ - template : /eng/common/pipelines/templates/steps/publish-1es- artifact.yml
157
157
parameters :
158
158
ArtifactPath : ' $(Build.ArtifactStagingDirectory)/reports'
159
159
ArtifactName : ' reports'
Original file line number Diff line number Diff line change 32
32
sdk_build_conda -f "$argFile" ${{ parameters.Arguments }}
33
33
displayName: Assemble Conda Packages
34
34
35
- - template : /eng/common/pipelines/templates/steps/publish-artifact.yml
35
+ - template : /eng/common/pipelines/templates/steps/publish-1es- artifact.yml
36
36
parameters :
37
37
ArtifactPath : ' $(Build.SourcesDirectory)/conda/assembled'
38
38
ArtifactName : ' ${{ parameters.ArtifactPrefix }}distributions'
44
44
inputs :
45
45
BuildDropPath : ' $(Build.SourcesDirectory)/conda/output'
46
46
47
- - template : /eng/common/pipelines/templates/steps/publish-artifact.yml
47
+ - template : /eng/common/pipelines/templates/steps/publish-1es- artifact.yml
48
48
parameters :
49
49
ArtifactPath : ' $(Build.SourcesDirectory)/conda/output'
50
50
ArtifactName : ' ${{ parameters.ArtifactPrefix }}conda'
Original file line number Diff line number Diff line change 81
81
82
82
- ${{ parameters.BeforePublishSteps }}
83
83
84
- - template : /eng/common/pipelines/templates/steps/publish-artifact.yml
84
+ - template : /eng/common/pipelines/templates/steps/publish-1es- artifact.yml
85
85
parameters :
86
86
ArtifactPath : ' $(Build.ArtifactStagingDirectory)'
87
87
ArtifactName : ' packages_extended'
91
91
Write-Output "##vso[task.setvariable variable=DirectoryExists]$directoryExists"
92
92
displayName: Check if docs directory exists
93
93
94
- - template : /eng/common/pipelines/templates/steps/publish-artifact.yml
94
+ - template : /eng/common/pipelines/templates/steps/publish-1es- artifact.yml
95
95
parameters :
96
96
ArtifactPath : ' $(Build.SourcesDirectory)/_docs'
97
97
CustomCondition : and(${{ parameters.BuildDocs }}, eq(variables['DirectoryExists'], 'True'))
Original file line number Diff line number Diff line change @@ -94,13 +94,13 @@ steps:
94
94
- ${{ parameters.BeforePublishSteps }}
95
95
96
96
- ${{ 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
98
98
parameters :
99
99
ArtifactPath : ' $(Build.ArtifactStagingDirectory)'
100
100
ArtifactName : ' packages'
101
101
102
102
- ${{ 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
104
104
parameters :
105
105
ArtifactPath : ' $(Build.ArtifactStagingDirectory)'
106
106
ArtifactName : ' packages_${{ parameters.ArtifactSuffix }}'
Original file line number Diff line number Diff line change 89
89
90
90
- ${{ parameters.AfterTestSteps }}
91
91
92
- - template : /eng/common/pipelines/templates/steps/publish-artifact.yml
92
+ - template : /eng/common/pipelines/templates/steps/publish-1es- artifact.yml
93
93
parameters :
94
94
ArtifactPath : ' $(Build.SourcesDirectory)/_coverage'
95
95
ArtifactName : ' $(System.StageName)_$(Agent.JobName)_coverage'
@@ -112,7 +112,7 @@ steps:
112
112
--toxenv="samples"
113
113
env : ${{ parameters.EnvVars }}
114
114
115
- - template : /eng/common/pipelines/templates/steps/publish-artifact.yml
115
+ - template : /eng/common/pipelines/templates/steps/publish-1es- artifact.yml
116
116
parameters :
117
117
ArtifactPath : ' $(Build.SourcesDirectory)/_tox_logs'
118
118
ArtifactName : ' $(System.StageName)_$(Agent.JobName)_tox_logs'
You can’t perform that action at this time.
0 commit comments