-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added selection of IOV sequence snapshot #9124
Added selection of IOV sequence snapshot #9124
Conversation
+1 |
A new Pull Request was created by @ggovi for CMSSW_7_5_X. Added selection of IOV sequence snapshot It involves the following packages: CondCore/CondDB @cmsbuild, @mmusich, @diguida, @cerminar, @nclopezo can you please review it and eventually sign? Thanks. |
@cmsbuild please test |
The tests are being triggered in jenkins. |
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_5_X IBs unless changes or unless it breaks tests. This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @nclopezo, @smuzaffar |
I had the issue Couldn't find remote ref refs/pull/9124/headPlease restart the tests in jenkins providing the complete branch name |
please test |
-1 Tested at: 304883c ---> test testConditionDatabase_0 had ERRORS you can see the results of the tests here: |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_5_X IBs unless changes (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @nclopezo, @smuzaffar |
+1 |
Added selection of IOV sequence snapshot
@@ -1,6 +1,6 @@ | |||
import FWCore.ParameterSet.Config as cms | |||
|
|||
from CondCore.DBCommon.CondDBSetup_cfi import * | |||
from CondCore.CondDB.CondDB_cfi import * | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CondCore.CondDB.CondDB_cfi does not contain a "CondDBSetup" PSet needed later in this cfi file.
It does include a CondDB PSet. Should the latter be use, or should the above change be reverted?
(75X/76X).
@Martin-Grunewald |
ConfDB parsing uses CondCore.ESSources.PoolDBESSource_cfi to get the parameters of the |
@ggovi |
@Martin-Grunewald |
This PR introduce the functionality for selecting the IOV sequence ( Tag ) snapshot. It is enabled by specifying a snapshot validity in the Global Tag ( none for the moment ) or to set a user-defined parameter in the cfg file. The default behaviour is unchanged.