Skip to content

Commit

Permalink
more test platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Dec 6, 2023
1 parent ce4ad93 commit c5df0dd
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c5df0dd

Please sign in to comment.