Skip to content
Snippets Groups Projects
Commit 86442393 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: don't download all previous artifacts in status success/failure job

parent 1377b2d7
No related branches found
No related tags found
1 merge request!326fix: don't download all previous artifacts in status success/failure job
Pipeline #89681 passed with warnings
...@@ -133,6 +133,7 @@ final_report: ...@@ -133,6 +133,7 @@ final_report:
benchmarks:reconstruction:success: benchmarks:reconstruction:success:
stage: status-report stage: status-report
dependencies: []
extends: .status extends: .status
variables: variables:
STATE: "success" STATE: "success"
...@@ -141,6 +142,7 @@ benchmarks:reconstruction:success: ...@@ -141,6 +142,7 @@ benchmarks:reconstruction:success:
benchmarks:reconstruction:failure: benchmarks:reconstruction:failure:
stage: status-report stage: status-report
dependencies: []
extends: .status extends: .status
variables: variables:
STATE: "failure" STATE: "failure"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment