Skip to content

Commit

Permalink
assign all categories to fwyzard for now
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Feb 19, 2018
1 parent 7f86288 commit 577b633
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions repos/cms_patatrack/cmssw/categories.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
CMSSW_L1 = []
APPROVE_BUILD_RELEASE = list(set([ ] + CMSSW_L1))
REQUEST_BUILD_RELEASE = APPROVE_BUILD_RELEASE
TRIGGER_PR_TESTS = list(set([] + REQUEST_BUILD_RELEASE))
TRIGGER_PR_TESTS = list(set(['smuzaffar'] + REQUEST_BUILD_RELEASE))
PR_HOLD_MANAGERS = [ ]

COMMON_CATEGORIES = [ "tests", "code-checks" ]
Expand All @@ -22,7 +22,7 @@
#github_user:[list of categories]
CMSSW_L2 = {
CMSBUILD_USER : ["tests", "code-checks" ],
gh_user : CMSSW_CATEGORIES.keys(),
'fwyzard' : CMSSW_CATEGORIES.keys(),
}

USERS_TO_TRIGGER_HOOKS = set(TRIGGER_PR_TESTS + CMSSW_ISSUES_TRACKERS + CMSSW_L2.keys())
Expand Down

0 comments on commit 577b633

Please sign in to comment.