diff --git a/.github/workflows/submit.yml b/.github/workflows/submit.yml index 5f87519044..89ce1a6b95 100644 --- a/.github/workflows/submit.yml +++ b/.github/workflows/submit.yml @@ -203,6 +203,7 @@ jobs: - jdk/tier1 - langtools/tier1 - hotspot/tier1 + - jdk/security_infra include: - test: jdk/tier1 suites: jdk_tier1 @@ -210,6 +211,8 @@ jobs: suites: langtools_tier1 - test: hotspot/tier1 suites: hotspot_tier1 + - test: jdk/security_infra + suites: jdk_security_infra env: 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,6 +562,7 @@ jobs: - jdk/tier1 - langtools/tier1 - hotspot/tier1 + - jdk/security_infra include: - test: jdk/tier1 suites: jdk_tier1 @@ -566,6 +570,8 @@ jobs: suites: langtools_tier1 - test: hotspot/tier1 suites: hotspot_tier1 + - test: jdk/security_infra + suites: jdk_security_infra # Reduced 32-bit build uses the same boot JDK as 64-bit build env: @@ -1034,6 +1040,7 @@ jobs: - jdk/tier1 - langtools/tier1 - hotspot/tier1 + - jdk/security_infra include: - test: jdk/tier1 suites: jdk_tier1 @@ -1041,6 +1048,8 @@ jobs: suites: langtools_tier1 - test: hotspot/tier1 suites: hotspot_tier1 + - test: jdk/security_infra + suites: jdk_security_infra env: 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,6 +1201,7 @@ jobs: - jdk/tier1 - langtools/tier1 - hotspot/tier1 + - jdk/security_infra include: - test: jdk/tier1 suites: jdk_tier1 @@ -1199,6 +1209,8 @@ jobs: suites: langtools_tier1 - test: hotspot/tier1 suites: hotspot_tier1 + - test: jdk/security_infra + suites: jdk_security_infra env: 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,6 +1460,7 @@ jobs: - jdk/tier1 - langtools/tier1 - hotspot/tier1 + - jdk/security_infra include: - test: jdk/tier1 suites: jdk_tier1 @@ -1455,6 +1468,8 @@ jobs: suites: langtools_tier1 - test: hotspot/tier1 suites: hotspot_tier1 + - test: jdk/security_infra + suites: jdk_security_infra env: 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 }}" diff --git a/jdk/test/TEST.groups b/jdk/test/TEST.groups index 1c50d8111a..be685eddba 100644 --- a/jdk/test/TEST.groups +++ b/jdk/test/TEST.groups @@ -29,8 +29,7 @@ jdk_tier1 = \ :jdk_lang \ :jdk_util \ :jdk_math \ - :jdk_jdi \ - :jdk_security_infra + :jdk_jdi jdk_tier2 = \ :jdk_io \