1
1
version : 0.2
2
2
3
+ # TODO: Replace/Augment build-graph with build-matrix
4
+ # Note: It's possible that 9 builds will be running concurrently with the current arrangement
5
+
3
6
batch :
4
7
fast-fail : false
5
8
build-graph :
@@ -8,18 +11,42 @@ batch:
8
11
env :
9
12
compute-type : BUILD_GENERAL1_MEDIUM
10
13
image : aws/codebuild/amazonlinux2-x86_64-standard:3.0
14
+ # ######## Start Vector tests #########
15
+ - identifier : vectors_ci_openjdk8
16
+ buildspec : codebuild/ci/vectors-ci.yml
17
+ env :
18
+ compute-type : BUILD_GENERAL1_LARGE
19
+ variables :
20
+ JAVA_ENV_VERSION : openjdk8
21
+ image : aws/codebuild/standard:3.0
11
22
- identifier : vectors_ci_openjdk11
12
23
buildspec : codebuild/ci/vectors-ci.yml
13
24
env :
14
25
compute-type : BUILD_GENERAL1_LARGE
15
26
variables :
16
27
JAVA_ENV_VERSION : openjdk11
17
28
image : aws/codebuild/standard:3.0
29
+ - identifier : vectors_ci_corretto8
30
+ buildspec : codebuild/ci/vectors-ci.yml
31
+ env :
32
+ compute-type : BUILD_GENERAL1_LARGE
33
+ variables :
34
+ JAVA_ENV_VERSION : corretto8
35
+ image : aws/codebuild/amazonlinux2-x86_64-standard:3.0
36
+ - identifier : vectors_ci_corretto11
37
+ buildspec : codebuild/ci/vectors-ci.yml
38
+ env :
39
+ compute-type : BUILD_GENERAL1_LARGE
40
+ variables :
41
+ JAVA_ENV_VERSION : corretto11
42
+ image : aws/codebuild/amazonlinux2-x86_64-standard:3.0
43
+ # ######## End Vector tests #########
18
44
- identifier : release_ci
19
45
buildspec : codebuild/ci/release-ci.yml
20
46
env :
21
47
compute-type : BUILD_GENERAL1_LARGE
22
48
image : aws/codebuild/standard:3.0
49
+ # ######## Start JAR Smoke tests #########
23
50
- identifier : validate_ci_openjdk8
24
51
depend-on :
25
52
- release_ci
59
86
JAVA_ENV_VERSION : corretto11
60
87
JAVA_NUMERIC_VERSION : 11
61
88
image : aws/codebuild/amazonlinux2-x86_64-standard:3.0
89
+ # ######## End JAR Smoke tests #########
0 commit comments