CI pipeline falsely fails due to save-bundle-cache step #96
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Type
Bug
Lineage
Regression from
ldraney/landscaping-assistant #81(Cache bundle install in CI pipeline using host volume).Repo
ldraney/landscaping-assistantWhat Broke
The
save-bundle-cachestep fails withcp: can't create directory '/cache/bundle': No such file or directory. The hostPath volume mount at/cacheisn't materializing in the save step's container. This marks the entire pipeline as "failure" even thoughbuild-and-pushsucceeds — the image reaches Harbor and ArgoCD deploys it, but every main-branch pipeline since #164 shows red.Repro Steps
Pipelines #185, #190, #191, #194, #199 all reproduce this.
Expected Behavior
Pipeline should show "success" when build-and-push succeeds. Cache save is an optimization — its failure should not gate pipeline status.
Environment
767b6e0(PR #81)Acceptance Criteria
Related
landscaping-assistant— project this affectsldraney/landscaping-assistant #81— PR that introduced the cache step