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

Accept --id option multiple times for clean and status #2891

Merged
merged 5 commits into from
Aug 2, 2024
Merged

Conversation

skycastlelily
Copy link
Collaborator

@skycastlelily skycastlelily commented Apr 26, 2024

Pull Request Checklist

  • implement the feature
  • write the documentation
  • extend the test coverage
  • update the specification
  • adjust plugin docstring
  • modify the json schema
  • mention the version
  • include a release note

@skycastlelily
Copy link
Collaborator Author

skycastlelily commented Apr 26, 2024

users may want to check status or clean runs/guests of several runs^^

(dev) lnie@fedora:~/tmt$ tmt status --id run-001 --id run-002
status id
done /var/tmp/tmt/run-001
done /var/tmp/tmt/run-002

(dev) lnie@fedora:~/tmt$ tmt clean runs --id run-001 --id run-002
clean
runs

@happz happz added the command | clean tmt clean command label Jun 5, 2024
@happz happz added this to the 1.35 milestone Jun 5, 2024
tmt/cli.py Outdated Show resolved Hide resolved
tmt/cli.py Outdated Show resolved Hide resolved
tmt/cli.py Outdated Show resolved Hide resolved
tmt/utils.py Outdated Show resolved Hide resolved
tmt/utils.py Outdated Show resolved Hide resolved
@skycastlelily
Copy link
Collaborator Author

skycastlelily commented Jul 10, 2024 via email

tmt/utils.py Outdated Show resolved Hide resolved
@skycastlelily
Copy link
Collaborator Author

skycastlelily commented Jul 10, 2024 via email

@thrix thrix requested a review from happz July 30, 2024 13:12
tmt/cli.py Show resolved Hide resolved
Copy link
Collaborator

@thrix thrix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@skycastlelily
Copy link
Collaborator Author

skycastlelily commented Jul 31, 2024 via email

tmt/base.py Outdated Show resolved Hide resolved
tmt/base.py Outdated Show resolved Hide resolved
tmt/base.py Outdated Show resolved Hide resolved
@skycastlelily
Copy link
Collaborator Author

skycastlelily commented Aug 1, 2024 via email

@happz happz added the status | ready for merge The only missing piece is to do the rebase the current 'main' and let the CI finish. label Aug 1, 2024
Copy link
Collaborator

@KwisatzHaderach KwisatzHaderach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would be nice to have tests for this, but otherwise looks good

@happz happz added the ci | full test Pull request is ready for the full test execution label Aug 1, 2024
@happz
Copy link
Collaborator

happz commented Aug 2, 2024

Unrelated failures, merging.

@happz happz merged commit 665440a into main Aug 2, 2024
19 of 20 checks passed
@happz happz deleted the id-tuple branch August 2, 2024 07:23
The-Mule pushed a commit to The-Mule/tmt that referenced this pull request Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci | full test Pull request is ready for the full test execution command | clean tmt clean command status | ready for merge The only missing piece is to do the rebase the current 'main' and let the CI finish.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants