Skip to content
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

Remove successful runs unless explicitely blocked #813

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

FrNecas
Copy link
Contributor

@FrNecas FrNecas commented Jun 22, 2021

This is probably the most non-invasive way of reducing space used by tmt - from my experience it is very rare to want to do something with a run where finish step ran and all tests were successful. However, it may slightly break some use-cases (--keep may be needed) which turned out to be the case in some of our tests (however I feel like those scenarios wouldn't be common when using tmt on a daily basis). What do you think about this change @psss @thrix @lukaszachy ? Does this sound reasonable to you?

Resolves: #645

@FrNecas FrNecas added the command | run tmt run commanda label Jun 22, 2021
@FrNecas FrNecas added this to the 1.7 milestone Jun 22, 2021
Signed-off-by: František Nečas <fnecas@redhat.com>
@psss
Copy link
Collaborator

psss commented Jun 29, 2021

As discussed today on the hacking session, this change is modifying behaviour and would need adjustments in the pipelines. The best approach seems to be to allow this to be enabled in user configuration. Thus proposing for 2.0.

@psss psss modified the milestones: 1.7, 2.0 Jun 29, 2021
@psss
Copy link
Collaborator

psss commented Nov 24, 2022

An alternative approach which could nicely work with the Testing Farm without breakage proposed in #1707.

@psss psss requested a review from happz as a code owner April 4, 2023 14:31
@FrNecas FrNecas requested a review from janhavlin as a code owner March 4, 2024 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
command | run tmt run commanda
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tmt run eats space, explore ways how to limit disk usage
2 participants