-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathconfig.yaml
150 lines (135 loc) · 2.8 KB
/
config.yaml
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
---
# This rule-set gets applied on each tag present in git.
# Rules are evaluated in the order they appear.
# - If a tag matches a black list rule, it's discarded and evaluation
# of rules for that tag stops.
# - If a tag matches a inclusion rule, it's added to the list of builds
# to be done, and evaluation continues.
# Do not build old releases, we do not care about them, at least for now.
integration_rules:
- branch: master
architecture: slc7_x86-64
alidist: IB/v5-08/next
alibuild: master
package: thepeg-test
- branch: master
architecture: slc7_x86-64
alidist: IB/master/root6
alibuild: master
package: aliphysics
defaults: root6
- branch: master
architecture: osx_x86-64
alidist: IB/master/root6
alibuild: master
package: aliphysics
defaults: root6
- branch: master
architecture: slc7_x86-64
alidist: IB/v5-08/next
alibuild: master
package: aliroot-test
defaults: coverage
- branch: master
architecture: slc7_x86-64
alidist: IB/v5-08/next
alibuild: next
package: aliroot-test
- branch: master
architecture: slc6_x86-64
alidist: IB/v5-08/next
alibuild: next
package: aliroot-test
- branch: master
architecture: slc5_x86-64
alidist: IB/v5-08/prod
alibuild: master
package: aliroot-test
- branch: master
architecture: ubt14_x86-64
alidist: IB/v5-08/next
alibuild: next
package: aliroot-test
- branch: master
architecture: ubt1510_x86-64
alidist: IB/v5-08/next
alibuild: next
package: aliroot-test
- branch: master
architecture: osx_x86-64
alidist: IB/v5-08/next
alibuild: next
package: aliroot-test
- branch: master
architecture: slc7_x86-64
alidist: IB/v5-08/next
alibuild: next
package: O2
- branch: master
architecture: slc6_x86-64
alidist: IB/v5-08/next
alibuild: next
package: O2
- branch: master
architecture: ubt14_x86-64
alidist: IB/v5-08/next
alibuild: next
package: O2
release_rules:
-
name: aliroot
exclude: v[01234].*
-
name: aliroot
exclude: ^[^v][^0-9].*
# More old releases, we also do not care.
- name: aliroot
exclude: vAN
-
name: aliroot
exclude: v5-0[0-5].*
-
name: aliroot
exclude: v5-2.*
-
name: aliroot
exclude: v5-06-[01].*
-
name: aliroot
exclude: v5-06-2[0-5].*
-
name: aliroot
exclude: v5-06-.*(rc|test|itsmisalign).*
# Build recent releases for slc5, slc6
-
name: aliroot
include: v5-06.*
alibuild: master
alidist: IB/v5-06/prod
architecture: slc5_x86-64
env:
TEST: all
-
name: aliroot
include: v5-06.*
alibuild: master
alidist: IB/v5-06/prod
architecture: slc6_x86-64
env:
TEST: all
-
name: aliroot
include: v5-06.*
alibuild: master
alidist: IB/v5-06/prod
architecture: slc7_x86-64
env:
TEST: all
-
name: aliroot
include: v5-05.*
alibuild: master
alidist: IB/v5-05/prod
architecture: slc5_x86-64
env:
TEST: all