-
Notifications
You must be signed in to change notification settings - Fork 169
xtask: Add local-rust-deps command for auto-detecting path dependencies #1942
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -71,19 +71,19 @@ execute: | |
| test: | ||
| - /tmt/tests/tests/test-22-logically-bound-install | ||
|
|
||
| /plan-23-usroverlay: | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Unrelated to this but I'll do a follow-up to dedupe these
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The fix was in this PR cf4efa3 Sorry I forgot to edit the PR description after adding that commit. What I really want is for github to default to showing a list of commit messages and the PR description is like an optional extra...
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ah perfect, I (obviously) didn't look through commit-by-commit and just looked at the big diff so I missed it. I even saw the |
||
| summary: Execute tests for bootc usrover | ||
| /plan-23-install-outside-container: | ||
| summary: Execute tests for installing outside of a container | ||
| discover: | ||
| how: fmf | ||
| test: | ||
| - /tmt/tests/tests/test-23-usroverlay | ||
| - /tmt/tests/tests/test-23-install-outside-container | ||
|
|
||
| /plan-23-install-outside-container: | ||
| summary: Execute tests for installing outside of a container | ||
| /plan-23-usroverlay: | ||
| summary: Execute tests for bootc usrover | ||
| discover: | ||
| how: fmf | ||
| test: | ||
| - /tmt/tests/tests/test-23-install-outside-container | ||
| - /tmt/tests/tests/test-23-usroverlay | ||
|
|
||
| /plan-24-image-upgrade-reboot: | ||
| summary: Execute local upgrade tests | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.