For CMSSW Pull requests, following commands in first line of a comment are recognized
+1|approve[d]|sign[ed]|+category
: L1/L2’s to approve it-1|reject[ed]|-category
: L1/L2’s to reject itassign <category>[,<category>[,...]]
: Any L1/L2’s to request signatures from other categoriesunassign <category>[,<category>[,...]]
: Any L1/L2’s to remove signatures from other categorieshold
: L1/all L2’s/release manager/developers listed here to mark it as on holdunhold
: L1/user who put this PR on holdmerge
: L1/release managers to merge this requesturgent
: L1/L2/requestor to mark it as an urgent request to be mergedbackport [of ]#<PR>
: L1/L2/requestor to mark it as a backport requesttype gh-label-name(,gh-label-name,...)
: L1/L2/requestor to add an extra label for this github Pull Request
type bug|bugfix|bug-fix
: To add bugfix
labeltype [new-]feature|[new-]idea
: To add new-feature
lebaltype doc[umentation]|performance|improvements|performance-improvements
: To add documentation
and/or performance-improvements
labeltype 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 Requestcode-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).code-checks and apply patch
: This command can be used to run code-checks and apply the needed code-checks changes.ignore clang-warnings
: To ignore clang warnings resultsignore build-warnings
: To ignore build warnings resultsignore tests-rejected with (manual-override|ib-failure|external-failure)
: To ignore test and relval failures:
manual-override
: if the failure is not related to a given PRib-failure
: if the failure also happens in IBsexternal-failure
: if the failure is caused by external factorignore none
: Do not ignore any tests results.enable gpu,threading,profiling,high_stats,nano
: To run extra GPU, threading relval,profiling tests, high statistic relvals and/or nano tests.enable profiling
: To run Igprof and generate resource graphsenable high_stats
: To run high stats relvals testsenable nano
: To run tests for special nano workflowsenable hlt_p2_timing
: To run HLT Phase2 Timing testsenable none
: To disable all extra testsallow @username test rights
: Allows github user username
to start the tests by using one of the please test
commands.[@cmsbuild,] please test [workflow <workflow>[,<workflow>[...]]] with (repository|)#PR[,(repository|)#PR[,...]] [for [CMSSW_QUEUE|SCRAM_ARCH][CMSSW_QUEUE/SCRAM_ARCH]]]
. Note that test parameters e.g workflows to test, extra pull requests to use etc. could also be provided via test parameters
command. Any extra test parameter provided here will override default test parameters
[@cmsbuild,] please test
: To start tests[@cmsbuild,] please test with (repository|)#PR[,(repository|)#PR[,...]]
: Run tests with extra PRs[@cmsbuild,] please test workflow <workflow>[,<workflow>[...]]
: Run tests with extra runTheMatrix workflows[@cmsbuild,] please test workflow <workflow>[,<workflow>[...]] with (repository|)#PR[,(repository|)#PR[,...]]
: Run tests with extra workflows, cmssw PRs and cmsdist PR[@cmsbuild,] please test for CMSSW_11_0_ROOT6_X
: Run tests using CMSSW_11_0_ROOT6_X IBs.[@cmsbuild,] please test for CMSSW_11_0_DEVEL_X/slc7_amd64_gcc900
: Run tests using CMSSW_11_0_DEVEL_X slc7_amd64_gcc900 IBs.[@cmsbuild,] please test for slc7_amd64_gcc820
: Run tests using slc7_amd64_gcc900 SCRAM_ARCH IBs.[@cmsbuild,] please test workflow <workflow>[,<workflow>[...]] with (repository|)#PR[,(repository|)#PR[,...]] for CMSSW_11_0_ROOT6_X
: Run tests with extra workflows, cmssw PRs and cmsdist PR using CMSSW_11_0_ROOT6_X IBs.test parameters:
[ - ](workflow|relval)(s|)(_gpu|_threading|_high-stats|_nano|_profiling|) = <workflow>[,<workflow>[,...]]
[ - ]pull_request(s|) = (repository|)#PR[,(repository|)#PR[,...]]
[ - ]release = release_cycle|architecture|release_cycle/architecture
[ - ]baseline = self|default #default: Use production arch IB as baseline; self: use same release/arch for PR tests and baseline
[ - ]enable(_test(s|)|) = none,gpu,threading,profiling,high-stats,nano,hlt_p2_timing
[ - ]ignore_test(s|) = build-warnings|build-warnings|none
[ - ]skip_test(s|) = static|header #skip static check and/or header consistency
[ - ]full(_cmssw|) = true|false
[ - ]disable_poison = true|false
[ - ]container = cmssw/cc7(:amd64-dYYYYMMDD|)
[ - ]jenkins_node = jenkins-node-label
[ - ](cms-|)addpkg = <cmssw_package>[,<cmssw_package>[,...]]
[ - ](workflow|relval)_opt(ion|)(s|)(_input|_threading|_gpu|_high-stats|_nano|) = <runTheMatrix-extra-options for normal relval or special input/threading/gpu jobs>
[@cmsbuild,] please abort[ test]
: Those who can request the test can ask to abort a running/on going test.[@cmsbuild,] please close
: L1/L2/Release managers can issue this command to close a pull requests.release-note[s]: <multi line message>