Skip to content

Commit

Permalink
more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Jul 9, 2024
1 parent d6c1f38 commit 2e9f58e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e9f58e

Please sign in to comment.