Skip to content

Commit b0da733

Browse files
committed
add gartung as L1 for larsim
1 parent 4d20452 commit b0da733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repos/LArSoft/larsim/categories.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from repo_config import CMSBUILD_USER
44
from categories_map import CMSSW_CATEGORIES
55

6-
CMSSW_L1 = [ ]
6+
CMSSW_L1 = ['gartung']
77
APPROVE_BUILD_RELEASE = list(set([ ] + CMSSW_L1))
88
REQUEST_BUILD_RELEASE = APPROVE_BUILD_RELEASE
99
TRIGGER_PR_TESTS = list(set([] + REQUEST_BUILD_RELEASE))

0 commit comments

Comments
 (0)