Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
Configuration
PyReleaseValidation
python
relval_upgrade.py
Go to the documentation of this file.
1
2
# import the definition of the steps and input files:
3
from
Configuration.PyReleaseValidation.relval_steps
import
*
4
5
# here only define the workflows as a combination of the steps defined above:
6
workflows = {}
7
8
# each workflow defines a name and a list of steps to be done.
9
# if no explicit name/label given for the workflow (first arg), the name of step1 will be used
10
11
#Example ExtendedPhase1 part gun
12
#workflows[3100] = ['', ['FourMuPt1_200_UPGPhase1','DIGIUP','RECOUP','HARVESTUP']]
13
14
# place holder of the upgrade workflow to validate the upgrade software during the 73X migration and beyond
15
relval_steps
Generated for CMSSW Reference Manual by
1.8.5