-
-
Notifications
You must be signed in to change notification settings - Fork 71
/
jdk8u_evaluation.groovy
45 lines (44 loc) · 1.1 KB
/
jdk8u_evaluation.groovy
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
targetConfigurations = [
'aarch64AlpineLinux' : [
'temurin'
]
// 'x64Mac' : [
// 'openj9'
// ],
// 'x64Linux' : [
// 'openj9',
// 'corretto',
// 'dragonwell',
// 'bisheng'
// ],
// 'x32Windows' : [
// 'openj9'
// ],
// 'x64Windows' : [
// 'openj9',
// 'dragonwell'
// ],
// 'ppc64Aix' : [
// 'openj9'
// ],
// 'ppc64leLinux' : [
// 'openj9'
// ],
// 's390xLinux' : [
// 'openj9'
// ],
// 'aarch64Linux' : [
// 'openj9',
// 'dragonwell',
// 'bisheng'
// ]
]
// scmReferences to use for weekly evaluation build
weekly_evaluation_scmReferences = [
'temurin' : '',
'openj9' : '',
'corretto' : '',
'dragonwell' : '',
'bisheng' : ''
]
return this