Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions categories.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@
# ML
"valsdav": ["ml"],
"y19y19": ["ml"],
# L1Track
"tomalin": ["l1track"],
"aehart": ["l1track"],
}

# Automatically sign these categories if tests are passed
Expand Down
8 changes: 8 additions & 0 deletions categories_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -1798,6 +1798,14 @@
"PhysicsTools/MVATrainer",
"PhysicsTools/XGBoost",
],
"l1track": [
"L1Trigger/TrackFindingTracklet",
"L1Trigger/TrackFindingTMTT",
"L1Trigger/TrackerTFP",
"L1Trigger/TrackerDTC",
"L1Trigger/TrackTrigger",
"DataFormats/L1TrackTrigger",
],
}

# Just like CMSSW_CATEGORIES but it creates non-blocking (no signature needed) github labels
Expand Down