ci: enable junit report in MR

This commit is contained in:
Fu Hanxi
2025-10-27 16:56:22 +08:00
parent 2160ce6c56
commit a0068b7917
2 changed files with 20 additions and 2 deletions
+18
View File
@@ -64,3 +64,21 @@ deploy_update_SHA_in_esp-dockerfiles:
environment:
name: deploy_update_SHA_in_esp-dockerfiles_production
deployment_tier: production
upload_junit_report:
extends:
- .deploy_job_template
tags: [ fast_run, shiny ]
needs:
- pipeline_variables
- job: build_child_pipeline
artifacts: false
script:
- run_cmd idf-ci gitlab download-artifacts --type junit
rules:
- when: always
artifacts:
reports:
junit: XUNIT_RESULT_*.xml
expire_in: 1 week
when: always
+2 -2
View File
@@ -88,13 +88,13 @@ patterns = [
[gitlab.artifacts.s3.junit]
bucket = "idf-artifacts"
patterns = [
'XUNIT_RESULT_*.xml',
'**/XUNIT_RESULT_*.xml',
]
[gitlab.artifacts.s3.env]
bucket = "idf-artifacts"
patterns = [
'pipeline.env',
'**/pipeline.env',
]
[gitlab.artifacts.s3.longterm]