forked from OstapHEP/ostap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathazure-pipelines.yml
27 lines (26 loc) · 947 Bytes
/
azure-pipelines.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# File: azure-pipelines.yml
jobs:
- template: template-pipelines.yml # Template reference
parameters:
name: sl6_lcg95_gcc62
vmImage: 'ubuntu-16.04'
dockername: 'gitlab-registry.cern.ch/lhcb-core/lbdocker/slc6-build:latest'
LCG: 'LCG_95'
CMTCONFIG: 'x86_64-slc6-gcc62-opt'
artifact: 'test_sl6_lcg95_gcc62'
- template: template-pipelines.yml # Template reference
parameters:
name: centos7_lcg_95_gcc7
vmImage: 'ubuntu-16.04'
dockername: 'gitlab-registry.cern.ch/lhcb-core/lbdocker/centos7-build:latest'
LCG: 'LCG_95'
CMTCONFIG: 'x86_64-centos7-gcc8-opt'
artifact: 'test_cs7_lcg95_gcc7'
- template: template-pipelines.yml # Template reference
parameters:
name: centos7_lcg_95_gcc8
vmImage: 'ubuntu-16.04'
dockername: 'gitlab-registry.cern.ch/lhcb-core/lbdocker/centos7-build:latest'
LCG: 'LCG_95'
CMTCONFIG: 'x86_64-centos7-gcc8-opt'
artifact: 'test_cs7_lcg95_gcc8'