Switched to using Mariner's `python-junit-xml`. (#6814)
This commit is contained in:
Родитель
15cf22e02f
Коммит
86eacca4d0
|
@ -258,5 +258,4 @@ steps:
|
|||
failOnTestFailures: ${{ parameters.failOnTestFailures }}
|
||||
outputArtifactsFolder: ${{ parameters.outputArtifactsFolder }}
|
||||
outputArtifactsTestsSubfolder: ${{ parameters.outputArtifactsTestsSubfolder }}
|
||||
pipArtifactFeeds: ${{ parameters.pipArtifactFeeds }}
|
||||
testSuiteName: ${{ parameters.testSuiteName }}
|
||||
|
|
|
@ -18,10 +18,6 @@ parameters:
|
|||
type: string
|
||||
default: "TESTS"
|
||||
|
||||
- name: pipArtifactFeeds
|
||||
type: string
|
||||
default: ""
|
||||
|
||||
- name: testSuiteName
|
||||
type: string
|
||||
default: "Package test"
|
||||
|
@ -36,13 +32,7 @@ parameters:
|
|||
default: "$(Agent.TempDirectory)"
|
||||
|
||||
steps:
|
||||
- ${{ if parameters.pipArtifactFeeds }}:
|
||||
- task: PipAuthenticate@1
|
||||
inputs:
|
||||
artifactFeeds: "${{ parameters.pipArtifactFeeds }}"
|
||||
displayName: "Authenticate to custom pip artifact feeds"
|
||||
|
||||
- bash: pip3 install junit_xml
|
||||
- bash: tdnf install -y python3-junit-xml
|
||||
retryCountOnTaskFailure: 3
|
||||
displayName: "Install Python dependencies"
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче