@@ -11,12 +11,12 @@ parameters:
1111 type : object
1212 default :
1313 - name : " AMD64"
14- agentPool : " $(DEV_AMD64_Managed_NoUMI_AZL3 )"
14+ agentPool : " $(DEV_AMD64_Managed )"
1515 maxCPUs : " $(($(nproc) / 2))"
1616 rawToolchainCacheURL : " $(rawToolchainCacheURL_AMD64_3.0)"
1717 rawToolchainExpectedHash : " $(rawToolchainCacheHash_AMD64_3.0)"
1818 - name : " ARM64"
19- agentPool : " $(DEV_ARM64_Managed_NoUMI_AZL3 )"
19+ agentPool : " $(DEV_ARM64_Managed )"
2020 maxCPUs : " $(($(nproc) / 3))"
2121 rawToolchainCacheURL : " $(rawToolchainCacheURL_ARM64_3.0)"
2222 rawToolchainExpectedHash : " $(rawToolchainCacheHash_ARM64_3.0)"
@@ -63,13 +63,6 @@ extends:
6363 ob_artifactBaseName : $(toolchainArtifactNameBase)_${{ configuration.name }}_$(System.JobAttempt)
6464 ob_outputDirectory : $(Build.ArtifactStagingDirectory)
6565 steps :
66- # Making sure all pip installations are using the authorized feed.
67- - task : PipAuthenticate@1
68- displayName : Enable internal pip feed
69- inputs :
70- onlyAddExtraIndex : false
71- artifactFeeds : " MarinerFeed"
72-
7366 - template : .pipelines/templates/RawToolchainDownload.yml@self
7467 parameters :
7568 rawToolchainCacheURL : ${{ configuration.rawToolchainCacheURL }}
@@ -127,13 +120,6 @@ extends:
127120 patterns : " **/$(toolchainTarballName)"
128121 targetPath : $(inputArtifactsLocation)
129122
130- # Making sure all pip installations are using the authorized feed.
131- - task : PipAuthenticate@1
132- displayName : Enable internal pip feed
133- inputs :
134- onlyAddExtraIndex : false
135- artifactFeeds : " MarinerFeed"
136-
137123 - template : .pipelines/templates/PackageBuild.yml@self
138124 parameters :
139125 checkBuildRetries : " 1"
@@ -186,13 +172,6 @@ extends:
186172 patterns : " **/$(toolchainTarballName)"
187173 targetPath : $(inputArtifactsLocation)
188174
189- # Making sure all pip installations are using the authorized feed.
190- - task : PipAuthenticate@1
191- displayName : Enable internal pip feed
192- inputs :
193- onlyAddExtraIndex : false
194- artifactFeeds : " MarinerFeed"
195-
196175 - template : .pipelines/templates/PackageBuild.yml@self
197176 parameters :
198177 checkBuildRetries : " 1"
@@ -237,13 +216,6 @@ extends:
237216 patterns : " **/$(rpmsTarballName)"
238217 targetPath : $(inputArtifactsLocation)
239218
240- # Making sure all pip installations are using the authorized feed.
241- - task : PipAuthenticate@1
242- displayName : Enable internal pip feed
243- inputs :
244- onlyAddExtraIndex : false
245- artifactFeeds : " MarinerFeed"
246-
247219 - template : .pipelines/templatesWithCheckout/SodiffCheck.yml@self
248220 parameters :
249221 inputArtifactsFolder : $(inputArtifactsLocation)
0 commit comments