This is an automated email from the ASF dual-hosted git repository. rmetzger pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git
commit f40aa77fcf6f876dc667745d0782cfb12d52e8b4 Author: Robert Metzger <[email protected]> AuthorDate: Wed May 20 21:36:10 2020 +0200 [hotfix][AZP] execute junit test result upload also when the previous stage failed This closes #12268 --- tools/azure-pipelines/jobs-template.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/azure-pipelines/jobs-template.yml b/tools/azure-pipelines/jobs-template.yml index d8dc2d8..7f0f74a 100644 --- a/tools/azure-pipelines/jobs-template.yml +++ b/tools/azure-pipelines/jobs-template.yml @@ -153,6 +153,7 @@ jobs: IT_CASE_S3_SECRET_KEY: $(SECRET_S3_SECRET_KEY) - task: PublishTestResults@2 + condition: succeededOrFailed() inputs: testResultsFormat: 'JUnit'
