github ci space cleanup - #8231
Conversation
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
a83f053 to
500af65
Compare
|
Do we already know what is eating the disk space? Perhaps we don't clear something in /tmp? |
|
I was not aware of this issue but https://github.com/SSSD/sssd/actions/runs/19629329150/job/56266099369?pr=8212 is a run on The same PR run on fedora-42 completes successfully: https://github.com/SSSD/sssd/actions/runs/19629329150/job/56266099393?pr=8212 |
500af65 to
44ed90b
Compare
|
@spoore1 I don't think this is strictly related to tests or framework. It may be some process misbehaving in Fedora, since it started happening only recently and only on 43 and 44, with this, I think we may eliminate issue in SSSD. Try to take disc usage while the test runs, something like (Gemini helped; modify the pytest command to be the same as for PR CI): |
a76776a to
c21c1a5
Compare
In newer versions of Fedora, the github runners are filling disk space during testing. This is to try to alleviate some of the space restraints so that the tests can complete. testing with gdm_role from spoore1 repo for sssd-ci-containers
c21c1a5 to
9a5ad77
Compare
|
Dropping this PR since we resolved the issues elsewhere. |
In newer versions of Fedora, the github runners are filling disk space
during testing. This is to try to alleviate some of the space
restraints so that the tests can complete.