@@ -203,13 +203,16 @@ jobs:
203203 - jdk/tier1
204204 - langtools/tier1
205205 - hotspot/tier1
206+ - jdk/security_infra
206207 include :
207208 - test : jdk/tier1
208209 suites : jdk_tier1
209210 - test : langtools/tier1
210211 suites : langtools_tier1
211212 - test : hotspot/tier1
212213 suites : hotspot_tier1
214+ - test : jdk/security_infra
215+ suites : jdk_security_infra
213216
214217 env :
215218 JDK_VERSION : " ${{ fromJson(needs.prerequisites.outputs.dependencies).JDK_MAJOR_VERSION }}.${{ fromJson(needs.prerequisites.outputs.dependencies).JDK_MINOR_VERSION }}.${{ fromJson(needs.prerequisites.outputs.dependencies).JDK_MICRO_VERSION }}"
@@ -559,13 +562,16 @@ jobs:
559562 - jdk/tier1
560563 - langtools/tier1
561564 - hotspot/tier1
565+ - jdk/security_infra
562566 include :
563567 - test : jdk/tier1
564568 suites : jdk_tier1
565569 - test : langtools/tier1
566570 suites : langtools_tier1
567571 - test : hotspot/tier1
568572 suites : hotspot_tier1
573+ - test : jdk/security_infra
574+ suites : jdk_security_infra
569575
570576 # Reduced 32-bit build uses the same boot JDK as 64-bit build
571577 env :
@@ -1034,13 +1040,16 @@ jobs:
10341040 - jdk/tier1
10351041 - langtools/tier1
10361042 - hotspot/tier1
1043+ - jdk/security_infra
10371044 include :
10381045 - test : jdk/tier1
10391046 suites : jdk_tier1
10401047 - test : langtools/tier1
10411048 suites : langtools_tier1
10421049 - test : hotspot/tier1
10431050 suites : hotspot_tier1
1051+ - test : jdk/security_infra
1052+ suites : jdk_security_infra
10441053
10451054 env :
10461055 JDK_VERSION : " ${{ fromJson(needs.prerequisites.outputs.dependencies).JDK_MAJOR_VERSION }}.${{ fromJson(needs.prerequisites.outputs.dependencies).JDK_MINOR_VERSION }}.${{ fromJson(needs.prerequisites.outputs.dependencies).JDK_MICRO_VERSION }}"
@@ -1192,13 +1201,16 @@ jobs:
11921201 - jdk/tier1
11931202 - langtools/tier1
11941203 - hotspot/tier1
1204+ - jdk/security_infra
11951205 include :
11961206 - test : jdk/tier1
11971207 suites : jdk_tier1
11981208 - test : langtools/tier1
11991209 suites : langtools_tier1
12001210 - test : hotspot/tier1
12011211 suites : hotspot_tier1
1212+ - test : jdk/security_infra
1213+ suites : jdk_security_infra
12021214
12031215 env :
12041216 JDK_VERSION : " ${{ fromJson(needs.prerequisites.outputs.dependencies).JDK_MAJOR_VERSION }}.${{ fromJson(needs.prerequisites.outputs.dependencies).JDK_MINOR_VERSION }}.${{ fromJson(needs.prerequisites.outputs.dependencies).JDK_MICRO_VERSION }}"
@@ -1448,13 +1460,16 @@ jobs:
14481460 - jdk/tier1
14491461 - langtools/tier1
14501462 - hotspot/tier1
1463+ - jdk/security_infra
14511464 include :
14521465 - test : jdk/tier1
14531466 suites : jdk_tier1
14541467 - test : langtools/tier1
14551468 suites : langtools_tier1
14561469 - test : hotspot/tier1
14571470 suites : hotspot_tier1
1471+ - test : jdk/security_infra
1472+ suites : jdk_security_infra
14581473
14591474 env :
14601475 JDK_VERSION : " ${{ fromJson(needs.prerequisites.outputs.dependencies).JDK_MAJOR_VERSION }}.${{ fromJson(needs.prerequisites.outputs.dependencies).JDK_MINOR_VERSION }}.${{ fromJson(needs.prerequisites.outputs.dependencies).JDK_MICRO_VERSION }}"
0 commit comments