Skip to content

Commit 1e3507a

Browse files
Merge pull request #5 from yiiyama/production
reverting Express partition definition
2 parents 5401cef + a012b76 commit 1e3507a

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.*/.+|/.+/.*Express.*)/.+$', r.block.dataset.name)),
187+
('Express', lambda r: r.group is not None and r.group.name == 'express' and re.match('/.*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)