forked from cms-sw/cms-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcms_static.py
More file actions
15 lines (15 loc) · 753 Bytes
/
cms_static.py
File metadata and controls
15 lines (15 loc) · 753 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
GH_CMSSW_ORGANIZATION = 'cms-sw'
GH_CMSSW_REPO = 'cmssw'
GH_CMSDIST_REPO = 'cmsdist'
BUILD_REL = '^[Bb]uild[ ]+(CMSSW_[^ ]+)'
NEW_ISSUE_PREFIX = 'A new Issue was created by '
NEW_PR_PREFIX = 'A new Pull Request was created by '
ISSUE_SEEN_MSG = '^A new (Pull Request|Issue) was created by '
VALID_CMSDIST_BRANCHES = "^IB/CMSSW_.+$"
BACKPORT_STR ="- Backported from #"
CMSBUILD_GH_USER ="cmsbuild"
CMSBOT_IGNORE_MSG= "<cmsbot>\s*</cmsbot>"
CMSBOT_NO_NOTIFY_MSG= "<notify>\s*</notify>"
VALID_CMS_SW_REPOS_FOR_TESTS = ["cmssw", "cmsdist", "cms-bot","root", "cmssw-config",
"pkgtools", "SCRAM", "cmssw-osenv", "cms-git-tools",
"cms-common","cms_oracleocci_abi_hack","siteconf", 'scram-tools']