Smallfu666 commented on PR #12610: URL: https://github.com/apache/gluten/pull/12610#issuecomment-5067937372
Thanks @zhouyuan. While preparing the cleanup I found three restore sites still consuming the legacy cache seeded by `velox_backend_cache.yml`: `build_bundle_package.yml` (centos-7), and `velox_nightly.yml` (centos-7 x86 + enhanced). Removing the producer `actions/cache/save` without migrating these would drop them to cold native builds once the existing caches expire — so this PR now does the full migration: producers **restore from Stash** (kept warm) and drop the `actions/cache` save; the migrated x86/ARM/enhanced consumers drop their retained `actions/cache` save; and those three restore sites now restore from Stash too. Self-contained caches (flink, ansi, the nightly centos8-arm64 self-save) and the native-lib artifacts are untouched. Note: the producer (push→main), nightly (schedule) and bundle (workflow_dispatch) workflows aren't `pull_request`-triggered, so their new Stash restores won't run in this PR's CI. I verified every Stash restore key matches its producer save exactly (Stash has no restore-keys) and the container jobs get the gh/jq bootstrap; the first real exercise will be on `main` after merge. I updated the PR title/description to reflect the full scope. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
