forked from cms-sw/cms-bot
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcms_static.py
More file actions
14 lines (14 loc) · 722 Bytes
/
cms_static.py
File metadata and controls
14 lines (14 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
GH_CMSSW_ORGANIZATION = 'LArSoft'
GH_CMSSW_REPO = 'larsoft'
GH_CMSDIST_REPO = 'cmsdist'
BUILD_REL = '^[Bb]uild[ ]+(LArSoft[ ]+)(v[0-9]+_[0-9]+_[0-9]+)'
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/LArSoft_.+$"
BACKPORT_STR ="- Backported from #"
CMSBUILD_GH_USER ='FNALbuild'
CMSBOT_IGNORE_MSG= "^<cmsbot></cmsbot>.+"
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"]