Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • DaVinci DaVinci
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 18
    • Issues 18
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Jira
    • Jira
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • LHCb
  • DaVinciDaVinci
  • Merge requests
  • !580

Merged
Created Sep 28, 2021 by Davide Fazzini@dfazziniDeveloper

Make the new DaVinci working with ProdConf

  • Overview 57
  • Commits 20
  • Pipelines 17
  • Changes 26

Adding a new DaVinci Configurable to make ProdConf able to run the new DaVinci configuration. See related issues: lhcb-datapkg/ProdConf#5 (closed), https://gitlab.cern.ch/lhcb-dpa/project/-/issues/132. In addition, some small changes are applied in a few scripts in order to increase the DaVinci flexibility when run without a specific input database.

This MR doesn't require any change in ProdConf since the new Configurable is built in such a way to match the structure expected by ProdConf. Two option files are created to run locally ProdConf using the following command:

xenv --xml ProdConf/ProdConf.xenv ./run gaudirun.py Phys/DaVinci/options/options-DaVinciConf.py Phys/DaVinci/options/options-ProdConf.py

options-DaVinciConf.py is used to set the options required to run the DaVinci job, while options-ProdConf.py set the options that have to be propagated by ProdConf itself.

A further dedicated test is added to check the correct configuration when running the job with the DaVinci Configurable. The file Phys/DaVinci/options/options-ProdConf.py is a prototype for a possible option file to be run in ProdConf.

Edited Oct 05, 2021 by Davide Fazzini
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: dfazzini_run_davinci_with_prodconf