Skip to content
Snippets Groups Projects

small fixes to make ART tests running

Closed Ewelina Maria Lobodzinska requested to merge ewelina/athena:master-art into master
1 unresolved thread

small fixes to make ART tests running fix print commands in Gen_tf add missing packages needed for https://its.cern.ch/jira/browse/AGENE-1787

Merge request reports

Checking pipeline status.

Approval is optional

Closed by Ewelina Maria LobodzinskaEwelina Maria Lobodzinska 5 years ago (Mar 20, 2020 9:55am UTC)

Merge details

  • The changes were not merged into master.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
13 13 #include "GaudiKernel/ServiceHandle.h"
14 14 #include "GaudiKernel/ToolHandle.h"
15 15
16 #ifndef XAOD_ANALYSIS
17 #ifndef SIMULATIONBASE
16 #if !(defined(SIMULATIONBASE) || defined(XAOD_ANALYSIS) || defined(GENERATIONBASE) )
18 17 // Beam condition include(s):
19 18 #include "BeamSpotConditionsData/BeamSpotData.h"
20 19
21 20 // Luminosity include(s):
22 21 #include "LumiBlockData/LuminosityCondData.h"
  • There is a compilation error related to this line: /var/lib/jenkins/workspace/CI-MERGE-REQUEST-CC7/master/Event/xAOD/xAODEventInfoCnv/src/EventInfoCnvTool.h:21:10: fatal error: LumiBlockData/LuminosityCondData.h: No such file or directory

  • I cannot see why LumiBlockData is not be found suddenly. I did not remove the package from Athena build ... Can we, please, restart the build? Thanks, ewelinA

  • Let's not restart anything. The failure is understandable. The changes in the CMakeLists.txt files did remove the package's dependency on the LumiBlockData library when building Athena. Hence the error... See the discussion in !31349 (merged) on how we should resolve this.

  • Please register or sign in to reply
  • mentioned in merge request !31349 (merged)

  • Please register or sign in to reply
    Loading