From 96f4a39977d8dee910d929709a24c33a2ec2bde4 Mon Sep 17 00:00:00 2001 From: Werner Man-Li Sun Date: Mon, 23 Jun 2008 20:05:01 +0000 Subject: [PATCH] --- yaml --- r: 46399 b: "refs/heads/CMSSW_7_1_X" c: 04330b2abb3971b9f24acf40218486b7c7cb5cf3 h: "refs/heads/CMSSW_7_1_X" i: 46397: 5fbfbd894c8ac20cdbfe26d813b1fdc9aca5afe8 46395: f9b7e55fe35399f5c26053b30598c684c95519c4 46391: 7983f8e6944d821265b2eb615d6d11e51cda606a 46383: f3898c03c6bb6bf01c90fc3b75f892bd323df649 46367: 6daa22e1ba0e342c81b7aa24d17f0729664b720d 46335: 0d68e0cb42512f393cfc03ae46c7e935c1014171 v: v3 --- [refs] | 2 +- .../L1Trigger/test/L1ConfigWriteIOVOnline_cfg.py | 6 ++++-- .../L1Trigger/test/L1ConfigWritePayloadOnline_cfg.py | 12 +++++------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/[refs] b/[refs] index 69974bf63b75d..30be8f239e2ae 100644 --- a/[refs] +++ b/[refs] @@ -1,3 +1,3 @@ --- refs/heads/gh-pages: ac155dadd83efa75cad55c0508a57a2b9dd3d66c -"refs/heads/CMSSW_7_1_X": 0b12eb71d2ec4511a00b27fe4297f5082d2de0db +"refs/heads/CMSSW_7_1_X": 04330b2abb3971b9f24acf40218486b7c7cb5cf3 diff --git a/trunk/CondTools/L1Trigger/test/L1ConfigWriteIOVOnline_cfg.py b/trunk/CondTools/L1Trigger/test/L1ConfigWriteIOVOnline_cfg.py index beb4261e251eb..230ec93c7b031 100644 --- a/trunk/CondTools/L1Trigger/test/L1ConfigWriteIOVOnline_cfg.py +++ b/trunk/CondTools/L1Trigger/test/L1ConfigWriteIOVOnline_cfg.py @@ -31,8 +31,10 @@ ) process.p = cms.Path(process.L1CondDBIOVWriter) -process.orcon.connect = cms.string('sqlite_file:l1config.db') -process.orcon.DBParameters.authenticationPath = '.' +process.orcon.connect = cms.string('oracle://cms_orcon_prod/CMS_COND_20X_L1T') +process.orcon.DBParameters.authenticationPath = '/nfshome0/onlinedbadm/conddb' process.L1TriggerKeyOnline.forceGeneration = True +process.L1CondDBIOVWriter.offlineDB = cms.string('oracle://cms_orcon_prod/CMS_COND_20X_L1T') +process.L1CondDBIOVWriter.offlineAuthentication = '/nfshome0/onlinedbadm/conddb' diff --git a/trunk/CondTools/L1Trigger/test/L1ConfigWritePayloadOnline_cfg.py b/trunk/CondTools/L1Trigger/test/L1ConfigWritePayloadOnline_cfg.py index 83da26824c88d..55c378e93826c 100644 --- a/trunk/CondTools/L1Trigger/test/L1ConfigWritePayloadOnline_cfg.py +++ b/trunk/CondTools/L1Trigger/test/L1ConfigWritePayloadOnline_cfg.py @@ -31,15 +31,13 @@ toGet = cms.VPSet(cms.PSet( record = cms.string('L1TriggerKeyListRcd'), tag = cms.string('L1TriggerKeyList_CRUZET_hlt') - ), - cms.PSet( - record = cms.string('L1TriggerKeyRcd'), - tag = cms.string('L1TriggerKey_CRUZET_hlt') - )) + )) ) process.p = cms.Path(process.L1CondDBPayloadWriter) -process.orcon.connect = cms.string('sqlite_file:l1config.db') -process.orcon.DBParameters.authenticationPath = '.' +process.orcon.connect = cms.string('oracle://cms_orcon_prod/CMS_COND_20X_L1T') +process.orcon.DBParameters.authenticationPath = '/nfshome0/onlinedbadm/conddb' +process.L1CondDBPayloadWriter.offlineDB = cms.string('oracle://cms_orcon_prod/CMS_COND_20X_L1T') +process.L1CondDBPayloadWriter.offlineAuthentication = '/nfshome0/onlinedbadm/conddb'