Skip to content

Commit 89d0809

Browse files
committed
update GlobalTag used in phase-2 CondTools/SiPixel unit tests
1 parent 96d7207 commit 89d0809

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CondTools/SiPixel/test/SiPixel2DTemplateDBObjectUploader_Phase2_cfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
opts.VarParsing.varType.string,
4747
'Location of template files')
4848
options.register('GlobalTag',
49-
'auto:phase2_realistic',
49+
'auto:phase2_realistic_T21', # as needed by the unit test
5050
opts.VarParsing.multiplicity.singleton,
5151
opts.VarParsing.varType.string,
5252
'Global tag for this run')

CondTools/SiPixel/test/SiPixelTemplateDBObjectUploader_Phase2_cfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
opts.VarParsing.varType.string,
4747
'Location of template files')
4848
options.register('GlobalTag',
49-
'auto:phase2_realistic',
49+
'auto:phase2_realistic',
5050
opts.VarParsing.multiplicity.singleton,
5151
opts.VarParsing.varType.string,
5252
'Global tag for this run')

0 commit comments

Comments
 (0)