Commit acbc684
authored
ci: move cache job to python3.13 for memory issue (#4713)
* ci: move cache job to 3.13 for memory 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.
* ci: force longtests to skip temporarily
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]>1 parent 3029cb0 commit acbc684
2 files changed
+14
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
213 | | - | |
214 | | - | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
215 | 225 | | |
216 | | - | |
217 | 226 | | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | 227 | | |
224 | 228 | | |
225 | 229 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments