forked from OstapHEP/ostap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathazure-pipelines.yml
26 lines (26 loc) · 998 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
# File: azure-pipelines.yml
jobs:
- template: template-pipelines.yml # Template reference
parameters:
name: cs7_lcg_95_gcc8_python2
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_python2'
- template: template-pipelines.yml # Template reference
parameters:
name: cs7_lcg_96_gcc8_python2
vmImage: 'ubuntu-16.04'
dockername: 'gitlab-registry.cern.ch/lhcb-core/lbdocker/centos7-build:latest'
LCG: 'LCG_96'
CMTCONFIG: 'x86_64-centos7-gcc8-opt'
artifact: 'test_cs7_lcg96_gcc8_python2'
- template: template-pipelines.yml # Template reference
parameters:
name: cs7_lcg_96_gcc8_python3
vmImage: 'ubuntu-16.04'
dockername: 'gitlab-registry.cern.ch/lhcb-core/lbdocker/centos7-build:latest'
LCG: 'LCG_96python3'
CMTCONFIG: 'x86_64-centos7-gcc8-opt'
artifact: 'test_cs7_lcg96_gcc8_python3'