We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d20452 commit b0da733Copy full SHA for b0da733
repos/LArSoft/larsim/categories.py
@@ -3,7 +3,7 @@
3
from repo_config import CMSBUILD_USER
4
from categories_map import CMSSW_CATEGORIES
5
6
-CMSSW_L1 = [ ]
+CMSSW_L1 = ['gartung']
7
APPROVE_BUILD_RELEASE = list(set([ ] + CMSSW_L1))
8
REQUEST_BUILD_RELEASE = APPROVE_BUILD_RELEASE
9
TRIGGER_PR_TESTS = list(set([] + REQUEST_BUILD_RELEASE))
0 commit comments