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 2e9f58e commit cb9d69f
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,15 @@ jobs:
artifact: 'test_cs7_lcg104c_gcc11'

- template: template-pipelines.yml # Template reference
parameters:
name: el9_lcg_104c_gcc13
vmImage: 'ubuntu-latest'
dockername: 'gitlab-registry.cern.ch/lhcb-docker/os-base/alma9-devel:latest'
LCG: 'LCG_104c'
CMTCONFIG: 'x86_64-el9-gcc13-opt'
artifact: 'test_al9_lcg104c_gcc13'

- template: template-pipelines.yml # Template reference
parameters:
name: cs7_lcg_105_gcc12
vmImage: 'ubuntu-latest'
Expand All @@ -111,7 +120,7 @@ jobs:

- template: template-pipelines.yml # Template reference
parameters:
name: al9_lcg_105_gcc13
name: el9_lcg_105_gcc13
vmImage: 'ubuntu-latest'
dockername: 'gitlab-registry.cern.ch/lhcb-docker/os-base/alma9-devel:latest'
LCG: 'LCG_105'
Expand All @@ -120,17 +129,14 @@ jobs:

- template: template-pipelines.yml # Template reference
parameters:
name: al9_lcg_106_gcc13
name: el9_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 cb9d69f

Please sign in to comment.