Skip to content

ci: switch sstate cache from EFS to fsx OpenZFS - #32

Open
Ricardo Salveti (ricardosalveti) wants to merge 1 commit into
qualcomm-linux:mainfrom
ricardosalveti:rsalveti/ci-fsx-cache-dir
Open

Ricardo Salveti (ricardosalveti) wants to merge 1 commit into
qualcomm-linux:mainfrom
ricardosalveti:rsalveti/ci-fsx-cache-dir

Conversation

@ricardosalveti

Copy link
Copy Markdown
Contributor

The shared OpenEmbedded cache this layer reuses lives under the QLI project storage. meta-qcom moved that storage from AWS EFS to FSx OpenZFS in commit 0df38008d83f ("ci: switch sstate cache from EFS to fsxOpenZFS") to cut cost, remounting the same tree at /efsx.

meta-ai was never updated and still points CACHE_DIR at the old /efs mount, so its builds keep the deprecated EFS filesystem alive and no longer share downloads or sstate with meta-qcom, losing the cache hits the shared tree exists to provide.

Point CACHE_DIR at /efsx/qli/meta-qcom and update the workflow README to describe the same paths.

The shared OpenEmbedded cache this layer reuses lives under the QLI
project storage. meta-qcom moved that storage from AWS EFS to FSx
OpenZFS in commit 0df38008d83f ("ci: switch sstate cache from EFS to
fsxOpenZFS") to cut cost, remounting the same tree at /efsx.

meta-ai was never updated and still points CACHE_DIR at the old /efs
mount, so its builds keep the deprecated EFS filesystem alive and no
longer share downloads or sstate with meta-qcom, losing the cache hits
the shared tree exists to provide.

Point CACHE_DIR at /efsx/qli/meta-qcom and update the workflow README to
describe the same paths.

Assisted-by: Claude Code:claude-opus-5[1m]
Signed-off-by: Ricardo Salveti <ricardo.salveti@oss.qualcomm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant