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

Document command for changes-dataformats label #119

Merged
merged 1 commit into from
Aug 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cms-bot-cmssw-cmds.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ For CMSSW **Pull requests**, following commands in first line of a comment are r
- **```type [new-]feature|[new-]idea```**: To add `new-feature` lebal
- **```type doc[umentation]|performance|improvements|performance-improvements```**: To add `documentation` and/or `performance-improvements` label
- **```type lumi,hgcal,rpc```**: To add extra `lumi`, `hgcal` and `rpc` labels.
- **```type [changes-]dataformats```**: To add `changes-dataformats` label.
- **```type -gh-label-name(,-gh-label-name,...)```**: L1/L2/requestor to remove an already added label for this github Pull Request
- **```code-checks```**: By default cms-bot runs code-checks for all Pull Requests made for master branch. If for any reason code-checks tests are not run then one can force start code-checks using this command.
- **```code-checks with cms.weekN.PR_hash/tool-conf-version```**: In case an external update is needed to run code-checks (e.g. due to interface changes in header files) then first run PR tests for cmsdist/external which should deploy externals on CVMFS. Then request the code-checks with the newly deployed externals tools configuration e.g. `code-checks with cms.week0_PR_01234567/47.0-cms2` (external tools configuration is available via cmsdist PR summary page).
Expand Down