Skip to content
Snippets Groups Projects

ci: report status without depending on summary

Merged Wouter Deconinck requested to merge ci-status-report-without-needs into master
1 file
+ 0
6
Compare changes
  • Side-by-side
  • Inline
+ 0
6
@@ -124,8 +124,6 @@ final_report:
benchmarks:reconstruction:success:
stage: status-report
needs:
- ["final_report"]
extends: .status
variables:
STATE: "success"
@@ -134,12 +132,8 @@ benchmarks:reconstruction:success:
benchmarks:reconstruction:failure:
stage: status-report
needs:
- ["final_report"]
extends: .status
variables:
STATE: "failure"
DESCRIPTION: "The reconstruction benchmarks failed!"
when: on_failure
Loading