TDAQ Finding Updates, master branch (2019.01.24.)
Updated the PostConfig files of the projects to set up tdaq releases correctly...
After the update in the naming convention for the variables specifying where to pick up tdaq releases from (!20525 (merged)), I forgot to update the PostConfig.cmake
files generated by the releases to use this same convention.
At the same time I made the variables into cache variables, so it would be easier to override these defaults while building a project (like WorkDir) on top of a release.
@ssnyder, @tsulaia, this is the MR which should fix the issue with the nightly...
Merge request reports
Activity
mentioned in commit d85e1572
For Scott: The problem with the current nightly is that it sets
TDAQ-COMMON_ROOT
and friends when compiling the WorkDir package. And that's not helpingFindtdaq-common.cmake
find tdaq-common anymore.You can work around it by setting adding
-DTDAQ_ATROOT=... -DTDAQ-COMMON_ATROOT=... -DDQM-COMMON_ATROOT=...
while configuring the build of your WorkDir project. Which is a bit tedious. But doable at least...
added Build master review-pending-level-1 labels
added sweep:ignore label
CI Result SUCCESSAthena AthSimulation externals cmake make required tests optional tests Full details available at NICOS MR-20604-2019-01-25-03-08
Athena: number of compilation errors 0, warnings 32
AthSimulation: number of compilation errors 0, warnings 0
CI Jenkins server is switched to https://atlas-sit-ci.cern.ch. It is accessible world-wide (behind CERN SSO). In old links to Jenkins server aibuild080.cern.ch:8080 should be replaced with atlas-sit-ci.cern.ch For experts only: Jenkins output [CI-MERGE-REQUEST 32718]mentioned in merge request !20632 (merged)