-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathazure-pipelines.yml
157 lines (138 loc) · 5.52 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
# File: azure-pipelines.yml
jobs:
- template: template-pipelines.yml # Template reference
parameters:
name: cs7_lcg_94a_gcc7_python2
vmImage: 'ubuntu-latest'
dockername: 'gitlab-registry.cern.ch/lhcb-core/lbdocker/centos7-build:latest'
LCG: 'LCG_94a'
CMTCONFIG: 'x86_64-centos7-gcc7-opt'
artifact: 'test_cs7_lcg94a_gcc7_python2'
- template: template-pipelines.yml # Template reference
parameters:
name: cs7_lcg_95_gcc7_python2
vmImage: 'ubuntu-latest'
dockername: 'gitlab-registry.cern.ch/lhcb-core/lbdocker/centos7-build:latest'
LCG: 'LCG_95'
CMTCONFIG: 'x86_64-centos7-gcc7-opt'
artifact: 'test_cs7_lcg95_gcc7_python2'
- template: template-pipelines.yml # Template reference
parameters:
name: cs7_lcg_96b_gcc8_python2
vmImage: 'ubuntu-latest'
dockername: 'gitlab-registry.cern.ch/lhcb-core/lbdocker/centos7-build:latest'
LCG: 'LCG_96b'
CMTCONFIG: 'x86_64-centos7-gcc8-opt'
artifact: 'test_cs7_lcg96b_gcc8_python2'
- template: template-pipelines.yml # Template reference
parameters:
name: cs7_lcg_96b_gcc8_python3
vmImage: 'ubuntu-latest'
dockername: 'gitlab-registry.cern.ch/lhcb-core/lbdocker/centos7-build:latest'
LCG: 'LCG_96bpython3'
CMTCONFIG: 'x86_64-centos7-gcc8-opt'
artifact: 'test_cs7_lcg96_gcc8_python3'
- template: template-pipelines.yml # Template reference
parameters:
name: cs7_lcg_97a_gcc9_python2
vmImage: 'ubuntu-latest'
dockername: 'gitlab-registry.cern.ch/lhcb-core/lbdocker/centos7-build:latest'
LCG: 'LCG_97a'
CMTCONFIG: 'x86_64-centos7-gcc9-opt'
artifact: 'test_cs7_lcg97a_gcc9_python2'
- template: template-pipelines.yml # Template reference
parameters:
name: cs7_lcg_97a_gcc9_python3
vmImage: 'ubuntu-latest'
dockername: 'gitlab-registry.cern.ch/lhcb-core/lbdocker/centos7-build:latest'
LCG: 'LCG_97apython3'
CMTCONFIG: 'x86_64-centos7-gcc9-opt'
artifact: 'test_cs7_lcg97a_gcc9_python3'
- template: template-pipelines.yml # Template reference
parameters:
name: cs7_lcg_100_gcc9_python3
vmImage: 'ubuntu-latest'
dockername: 'gitlab-registry.cern.ch/lhcb-core/lbdocker/centos7-build:latest'
LCG: 'LCG_100'
CMTCONFIG: 'x86_64-centos7-gcc9-opt'
artifact: 'test_cs7_lcg100_gcc9_python3'
- template: template-pipelines.yml # Template reference
parameters:
name: cs7_lcg_101_gcc11_python3
vmImage: 'ubuntu-latest'
dockername: 'gitlab-registry.cern.ch/lhcb-core/lbdocker/centos7-build:latest'
LCG: 'LCG_101'
CMTCONFIG: 'x86_64-centos7-gcc11-opt'
artifact: 'test_cs7_lcg101_gcc11_python3'
- template: template-pipelines.yml # Template reference
parameters:
name: cs7_lcg_102_gcc11_python3
vmImage: 'ubuntu-latest'
dockername: 'gitlab-registry.cern.ch/lhcb-core/lbdocker/centos7-build:latest'
LCG: 'LCG_102rc1_LHCB_7'
CMTCONFIG: 'x86_64-centos7-gcc11-opt'
artifact: 'test_cs7_lcg102_gcc11_python3'
- template: template-pipelines.yml # Template reference
parameters:
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'
- 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: 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'
dockername: 'gitlab-registry.cern.ch/lhcb-core/lbdocker/centos7-build:latest'
LCG: 'LCG_105'
CMTCONFIG: 'x86_64-centos7-gcc12-opt'
artifact: 'test_cs7_lcg105_gcc12'
- template: template-pipelines.yml # Template reference
parameters:
name: el9_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: 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: el9_lcg_107_gcc14
vmImage: 'ubuntu-latest'
dockername: 'gitlab-registry.cern.ch/lhcb-docker/os-base/alma9-devel:latest'
LCG: 'LCG_107'
CMTCONFIG: 'x86_64-el9-gcc14-opt'
artifact: 'test_al9_lcg107_gcc14'
- template: template-pipelines.yml # Template reference
parameters:
name: el9_lcg_107_clang19
vmImage: 'ubuntu-latest'
dockername: 'gitlab-registry.cern.ch/lhcb-docker/os-base/alma9-devel:latest'
LCG: 'LCG_107'
CMTCONFIG: 'x86_64-el9-clang19-opt'
artifact: 'test_al9_lcg107_clang19'