Skip to content
Snippets Groups Projects
Commit 89c1751b authored by Marco Clemencic's avatar Marco Clemencic
Browse files

Use default Gaudi version in lhcb-run5

parent 8d25dc55
No related branches found
No related tags found
1 merge request!1333Change LCG default version from 105c to 106c
Pipeline #11009876 passed
...@@ -13,7 +13,8 @@ from lb.nightly.configuration import Project, Slot ...@@ -13,7 +13,8 @@ from lb.nightly.configuration import Project, Slot
from .Common import (DEFAULT_CACHE_ENTRIES, DEFAULT_ENV, ERROR_EXCEPTIONS, from .Common import (DEFAULT_CACHE_ENTRIES, DEFAULT_ENV, ERROR_EXCEPTIONS,
WARNINGS_EXCEPTIONS) WARNINGS_EXCEPTIONS)
from .Main import LCG_DEFAULT_VERSION from .Main import (DEFAULT_GAUDI_RELEASED, DEFAULT_GAUDI_VERSION,
LCG_DEFAULT_VERSION)
run5 = Slot( run5 = Slot(
"lhcb-run5", "lhcb-run5",
...@@ -21,7 +22,7 @@ run5 = Slot( ...@@ -21,7 +22,7 @@ run5 = Slot(
projects=[ projects=[
Project(name, version) for name, version in [ Project(name, version) for name, version in [
("LCG", LCG_DEFAULT_VERSION), ("LCG", LCG_DEFAULT_VERSION),
("Gaudi", "v39r2"), ("Gaudi", DEFAULT_GAUDI_VERSION),
("Detector", "master"), ("Detector", "master"),
("LHCb", "run5"), ("LHCb", "run5"),
("Lbcom", "master"), ("Lbcom", "master"),
...@@ -41,5 +42,6 @@ run5 = Slot( ...@@ -41,5 +42,6 @@ run5 = Slot(
) )
run5.LCG.disabled = True run5.LCG.disabled = True
run5.Lbcom.no_test = True run5.Lbcom.no_test = True
run5.Gaudi.disabled = DEFAULT_GAUDI_RELEASED
slots = [run5] slots = [run5]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment