-
Notifications
You must be signed in to change notification settings - Fork 71
New documentation for groups feature (Infra) #2208
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds comprehensive documentation for the groups feature in Checkbox, enabling users to organize related test jobs that should run as a contiguous block.
Key changes:
- New how-to guide explaining groups functionality with practical examples
- Tutorial section demonstrating basic group usage with network tests
- Reference documentation for the
groupfield in job units
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| docs/tutorial/writing-tests/test-case.rst | Adds tutorial section showing how to group network tests with setup/teardown |
| docs/reference/units/job.rst | Documents the group field and its dependency resolution rules |
| docs/how-to/using-groups.rst | New comprehensive guide with multiple examples of group usage patterns |
| docs/how-to/index.rst | Adds the new using-groups guide to the index |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <[email protected]>
| id: network_available | ||
| flags: simple | ||
| depends: network_available |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| depends: network_available | |
| depends: network_setup |
Description
This PR includes:
Resolved issues
https://warthogs.atlassian.net/browse/CHECKBOX-2012
Documentation
Tests