diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ad32c5a2..2b57ec31 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -84,13 +84,23 @@ jobs: - template: template-pipelines.yml # Template reference parameters: - name: cs7_lcg_103_gcc12_python3 + name: cs7_lcg_103_gcc12 vmImage: 'ubuntu-latest' dockername: 'gitlab-registry.cern.ch/lhcb-core/lbdocker/centos7-build:latest' LCG: 'LCG_103' CMTCONFIG: 'x86_64-centos7-gcc12-opt' - artifact: 'test_cs7_lcg103_gcc12_python3' - + artifact: 'test_cs7_lcg103_gcc12' + + - template: template-pipelines.yml # Template reference + parameters: + name: cs7_lcg_104c_gcc11 + vmImage: 'ubuntu-latest' + dockername: 'gitlab-registry.cern.ch/lhcb-core/lbdocker/centos7-build:latest' + LCG: 'LCG_104c' + CMTCONFIG: 'x86_64-centos7-gcc11-opt' + artifact: 'test_cs7_lcg104c_gcc11' + + # - template: template-pipelines.yml # Template reference # parameters: # name: cs7_dev3_gcc10_python3