diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f4be4779..441ade27 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -109,6 +109,28 @@ jobs: CMTCONFIG: 'x86_64-centos7-gcc12-opt' artifact: 'test_cs7_lcg105_gcc12' + - template: template-pipelines.yml # Template reference + parameters: + name: al9_lcg_105_gcc13 + vmImage: 'ubuntu-latest' + dockername: 'gitlab-registry.cern.ch/lhcb-docker/os-base/alma9-devel:latest' + LCG: 'LCG_105' + CMTCONFIG: 'x86_64-el9-gcc13-opt' + artifact: 'test_al9_lcg105_gcc13' + + - template: template-pipelines.yml # Template reference + parameters: + name: al9_lcg_106_gcc13 + vmImage: 'ubuntu-latest' + dockername: 'gitlab-registry.cern.ch/lhcb-docker/os-base/alma9-devel:latest' + LCG: 'LCG_106' + CMTCONFIG: 'x86_64-el9-gcc13-opt' + artifact: 'test_al9_lcg106_gcc13' + + + + + # - template: template-pipelines.yml # Template reference # parameters: # name: cs7_dev3_gcc10_python3