ci: remove build report and failed job report

This commit is contained in:
Fu Hanxi
2026-07-02 11:39:57 +02:00
parent 148c5e26f7
commit d8f4d6ccda
15 changed files with 4 additions and 3685 deletions

View File

@@ -2,22 +2,6 @@
stage: post_deploy
image: $ESP_ENV_IMAGE
generate_failed_jobs_report:
extends:
- .post_deploy_template
tags: [build, shiny]
when: always
dependencies: # Do not download artifacts from the previous stages
needs:
- pipeline_variables
artifacts:
expire_in: 2 week
when: always
paths:
- job_report.html
script:
- python tools/ci/dynamic_pipelines/scripts/generate_report.py --report-type job
sync_support_status:
extends:
- .post_deploy_template