Skip to content

ci: move cache job to python3.13 for memory issue #4713

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 23, 2025
Merged

Conversation

terriko
Copy link
Contributor

@terriko terriko commented Jan 23, 2025

Cache job is getting killed early, I think because we're running out of memory because the sheer number of CVEs has gotten too large. Things seem to work better on python 3.13 (likely due to other memory improvements) so this is an attempt at a temporary workaround while we address the underlying issue.

Cache job is getting killed early, I think because we're running out of memory
because the sheer number of CVEs has gotten too large. Things seem to work
better on python 3.13 (likely due to other memory improvements) so this is an
attempt at a temporary workaround while we address the underlying issue.

Signed-off-by: Terri Oda <[email protected]>
We're stuck in a loop: the longtests can't run because the cache job failed,
but I can't fix the cache job because the longtests won't pass.  This should
help us break out of the loop for now until the repo settings can be changed.

Signed-off-by: Terri Oda <[email protected]>
@terriko terriko merged commit acbc684 into intel:main Jan 23, 2025
17 of 24 checks passed
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