File tree Expand file tree Collapse file tree 3 files changed +1
-15
lines changed Expand file tree Collapse file tree 3 files changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -134,10 +134,6 @@ parameters:
134
134
type : string
135
135
default : " "
136
136
137
- - name : pipArtifactFeeds
138
- type : string
139
- default : " "
140
-
141
137
- name : publishLogs
142
138
type : boolean
143
139
default : true
@@ -167,12 +163,6 @@ steps:
167
163
parameters :
168
164
buildRepoRoot : ${{ parameters.buildRepoRoot }}
169
165
170
- - ${{ if parameters.pipArtifactFeeds }} :
171
- - task : PipAuthenticate@1
172
- inputs :
173
- artifactFeeds : " ${{ parameters.pipArtifactFeeds }}"
174
- displayName : " Authenticate to custom pip artifact feeds"
175
-
176
166
- ${{ if parameters.customToolchainTarballName }} :
177
167
- script : |
178
168
toolchain_archive="$(find "${{ parameters.inputArtifactsFolder }}" -name "${{ parameters.customToolchainTarballName }}" -print -quit)"
Original file line number Diff line number Diff line change @@ -136,7 +136,6 @@ stages:
136
136
maxCPU : " ${{ configuration.maxCPUs }}"
137
137
outputArtifactsFolder : $(ob_outputDirectory)
138
138
outputRPMsTarballName : $(outputRPMsTarballName)
139
- pipArtifactFeeds : " mariner/Mariner-Pypi-Feed"
140
139
selfRepoName : self
141
140
testSuiteName : " [${{ configuration.name }}] Package test"
142
141
@@ -197,7 +196,6 @@ stages:
197
196
isUseCCache : true
198
197
maxCPU : " ${{ configuration.maxCPUs }}"
199
198
outputArtifactsFolder : $(ob_outputDirectory)
200
- pipArtifactFeeds : " mariner/Mariner-Pypi-Feed"
201
199
selfRepoName : self
202
200
srpmPackList : " $(testListFromToolchain)"
203
201
testRerunList : " $(testListFromToolchain)"
Original file line number Diff line number Diff line change @@ -32,9 +32,7 @@ parameters:
32
32
default : " $(Agent.TempDirectory)"
33
33
34
34
steps :
35
- # TODO: the "--index-url" argument must be removed once accessing internal ADO feeds from fork PR checks is supported.
36
- - bash : pip3 install --user junit_xml==1.9 --index-url https://pypi.org/simple
37
- retryCountOnTaskFailure : 3
35
+ - bash : sudo tdnf install -y python3-junit-xml
38
36
displayName : " Install Python dependencies"
39
37
40
38
- task : PythonScript@0
You can’t perform that action at this time.
0 commit comments