-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
ZTS: CI Documentation Updates #16561
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update the CONTRIBUTING.md documention to refer to the GitHub Actions workflows which have replaced the buildbot infrastructure. Signed-off-by: Brian Behlendorf <[email protected]>
behlendorf
added
Component: Test Suite
Indicates an issue with the test framework or a test case
Type: Documentation
Indicates a requested change to the documentation
Status: Code Review Needed
Ready for review and testing
labels
Sep 23, 2024
I've manually cancelled the long running zfs-qemu run for this documentation only PR. @mcmilk not to get greedy, but it sure would be nice if there was a way to get a shorter CI run for obviously trivial changes like this. Maybe use the |
behlendorf
added
Status: Accepted
Ready to integrate (reviewed, tested)
and removed
Status: Code Review Needed
Ready for review and testing
labels
Sep 24, 2024
Harry-Chen
added a commit
to Harry-Chen/zfs
that referenced
this pull request
Sep 24, 2024
The commit uses some heuristics to determine the triviality of a PR. It runs "quick" CI (i.e., only use sanity.run on fewer OSes) if (explicity required by user): - the *last* commit message contains a line 'ZFS-CI-Type: quick', or if (by heuristics): - the files changed are not in the list of specified directory, and - all commit messages does not contain 'ZFS-CI-Type: full'. It runs "full" CI otherwise. See: openzfs#16561 (comment) Signed-off-by: Shengqi Chen <[email protected]>
13 tasks
Harry-Chen
added a commit
to Harry-Chen/zfs
that referenced
this pull request
Sep 24, 2024
The commit uses some heuristics to determine the triviality of a PR. It runs "quick" CI (i.e., only use sanity.run on fewer OSes) if (explicity required by user): - the *last* commit message contains a line 'ZFS-CI-Type: quick', or if (by heuristics): - the files changed are not in the list of specified directory, and - all commit messages does not contain 'ZFS-CI-Type: full'. It runs "full" CI otherwise. See: openzfs#16561 (comment) Signed-off-by: Shengqi Chen <[email protected]>
13 tasks
Harry-Chen
added a commit
to Harry-Chen/zfs
that referenced
this pull request
Sep 24, 2024
The commit uses some heuristics to determine the triviality of a PR. It runs "quick" CI (i.e., only use sanity.run on fewer OSes) if (explicity required by user): - the *last* commit message contains a line 'ZFS-CI-Type: quick', or if (by heuristics): - the files changed are not in the list of specified directory, and - all commit messages does not contain 'ZFS-CI-Type: full'. It runs "full" CI otherwise. See: openzfs#16561 (comment) Signed-off-by: Shengqi Chen <[email protected]>
Harry-Chen
added a commit
to Harry-Chen/zfs
that referenced
this pull request
Sep 24, 2024
The commit uses some heuristics to determine the triviality of a PR. It runs "quick" CI (i.e., only use sanity.run on fewer OSes) if (explicity required by user): - the *last* commit message contains a line 'ZFS-CI-Type: quick', or if (by heuristics): - the files changed are not in the list of specified directory, and - all commit messages does not contain 'ZFS-CI-Type: full'. It runs "full" CI otherwise. See: openzfs#16561 (comment) Signed-off-by: Shengqi Chen <[email protected]>
Harry-Chen
added a commit
to Harry-Chen/zfs
that referenced
this pull request
Sep 25, 2024
The commit uses heuristics to determine whether a PR is behavioral: It runs "quick" CI (i.e., only use sanity.run on fewer OSes) if (explicity required by user): - the *last* commit message contains a line 'ZFS-CI-Type: quick', or if (by heuristics): - the files changed are not in the list of specified directory, and - all commit messages does not contain 'ZFS-CI-Type: full'. It runs "full" CI otherwise. See: openzfs#16561 (comment) Signed-off-by: Shengqi Chen <[email protected]>
robn
pushed a commit
to robn/zfs
that referenced
this pull request
Nov 5, 2024
Update the CONTRIBUTING.md documentation to refer to the GitHub Actions workflows which have replaced the buildbot infrastructure. Signed-off-by: Brian Behlendorf <[email protected]> Closes openzfs#16561
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Component: Test Suite
Indicates an issue with the test framework or a test case
Status: Accepted
Ready to integrate (reviewed, tested)
Type: Documentation
Indicates a requested change to the documentation
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation and Context
Update the relevant docs to reflect switch to GitHub Actions workflows for the CI.
Description
Update the CONTRIBUTING.md documention to refer to the GitHub Actions
workflows which have replaced the buildbot infrastructure.
How Has This Been Tested?
Proofread.
Types of changes