Skip to content

Commit

Permalink
Merge pull request #19015 from cerminar/92X_alca_relvals_v2
Browse files Browse the repository at this point in the history
[92X] RelVal tests for new alca workflows
  • Loading branch information
davidlange6 committed Jun 1, 2017
2 parents e78bf72 + a51b38b commit 380a22d
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 55 deletions.
Expand Up @@ -5,7 +5,7 @@
# here only define the workflows as a combination of the steps defined above:
workflows = Matrix()

# each workflow defines a name and a list of steps to be done.
# each workflow defines a name and a list of steps to be done.
# if no explicit name/label given for the workflow (first arg),
# the name of step1 will be used

Expand All @@ -16,6 +16,11 @@
workflows[1003]=['', ['RunMinBias2012A','RECODDQM','HARVESTDDQM']]
workflows[1004] = [ '',['RunHI2011','TIER0EXPHI','ALCAEXPHI','ALCAHARVD1HI','ALCAHARVD2HI','ALCAHARVD3HI','ALCAHARVD5HI']]

workflows[1010] = ['',['TestEnableEcalHCAL2016H','TIER0EXPTE', 'ALCAEXPTE', 'ALCAHARVDTE']]
workflows[1020] = ['',['AlCaLumiPixels2016H','TIER0PROMPTLP']]



## MC production test
#workflows[1100] = [ '',[]]

Expand Down

0 comments on commit 380a22d

Please sign in to comment.