Skip to content

Commit fda5b64

Browse files
author
Yutaro Iiyama
committed
putting /*/Express/* back into Express partition definition
1 parent 15a9003 commit fda5b64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/common/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
('IB RelVal', lambda r: r.group is not None and r.group.name == 'IB RelVal'),
185185
('Tape', lambda r: r.site.storage_type == Site.TYPE_MSS),
186186
('Unsubscribed', lambda r: r.group is None),
187-
('Express', lambda r: r.group is not None and r.group.name == 'express' and re.match('/.*Express.*/.+/.+$', r.block.dataset.name)),
187+
('Express', lambda r: r.group is not None and r.group.name == 'express' and re.match('/(?:.*Express.*/.+|.+/.*Express.*)/.+$', r.block.dataset.name)),
188188
('Physics', ['AnalysisOps', 'DataOps']),
189189
],
190190
# list of conditions for a PRODUCTION state dataset to become IGNORED (will still be reset to PRODUCTION if a new block replica is found)

0 commit comments

Comments
 (0)