Make RunTier0Tests.py project agnostic
Compare changes
GitLab service scheduled maintenance on Friday, March 21st 2025 as of 08h00 Geneva time for an estimated period of 1 hour. Further information under OTG0154918.
As @jchapman discovered, RunTier0Tests.py
in non CI mode only works in Athena, but not in AthSimulation
. I made the release detection project agnostic by:
AtlasVersion
instead of Athena_VERSION
LCG_PLATFORM
instead of Athena_PLATFORM
I suppose our platform naming is always compatible with the LCG one.
@amete, this will need your approval.