Skip to content

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

Merged
terriko merged 3 commits intoossf:mainfrom
terriko:ci_cache
Jan 23, 2025
Merged

ci: move cache job to python3.13 for memory issue#4713
terriko merged 3 commits intoossf:mainfrom
terriko:ci_cache

Conversation

@terriko
Copy link
Collaborator

@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 ossf: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