drone-runners / drone-runner-aws

Drone runner that executes pipelines on single-use virtual machines
Other
5 stars 5 forks source link

[feat]: [CI-13579]: Return Optimization state for Failed Restore Cache Step #479

Closed anurag-harness closed 1 month ago

anurag-harness commented 1 month ago

Commit Checklist

Currently optimization state is not returned for a failed step. This should be done to make sure cache intel FULL_RUN is saved since cache intel is a FULL_RUN if the restore-cache-harness step fails

Tested on local

FULL_RUN (where restore step fails)

We can see that we are returning the optimization state

Screenshot 2024-07-24 at 12 12 32 PM Screenshot 2024-07-24 at 12 15 46 PM

Optimized Run

Screenshot 2024-07-24 at 12 14 38 PM Screenshot 2024-07-24 at 12 16 06 PM

The Basics

If you are adding new functionality, please provide evidence of the new functionality.