Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable dev.openjdk on only Linux platforms #138

Draft
wants to merge 1 commit into
base: ibm
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion pipelines/defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
"extended.system",
"special.functional",
"special.jck",
"dev.openjdk",
"dev.system"
],
"disabled" : [
Expand Down
12 changes: 8 additions & 4 deletions pipelines/jobs/configurations/jdk11u_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@ class Config11 {
'extended.openjdk.fips',
'sanity.system.fips',
'extended.system.fips',
'special.system.fips'
'special.system.fips',
'dev.openjdk'
]
],
configureArgs : [
Expand Down Expand Up @@ -361,7 +362,8 @@ class Config11 {
'extended.system',
'special.functional',
'special.jck',
'sanity.external'
'sanity.external',
'dev.openjdk'
]
],
additionalNodeLabels: [
Expand Down Expand Up @@ -392,7 +394,8 @@ class Config11 {
'extended.system',
'special.functional',
'special.jck',
'sanity.external'
'sanity.external',
'dev.openjdk'
]
],
additionalNodeLabels: [
Expand Down Expand Up @@ -431,7 +434,8 @@ class Config11 {
'extended.system',
'special.functional',
'special.jck',
'sanity.external'
'sanity.external',
'dev.openjdk'
]
],
configureArgs : [
Expand Down
31 changes: 27 additions & 4 deletions pipelines/jobs/configurations/jdk17u_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,8 @@ class Config17 {
'extended.openjdk.fips',
'sanity.system.fips',
'extended.system.fips',
'special.system.fips'
'special.system.fips',
'dev.openjdk'
]
],
additionalTestLabels: [
Expand Down Expand Up @@ -332,7 +333,8 @@ class Config17 {
'extended.system',
'special.functional',
'special.jck',
'sanity.external'
'sanity.external',
'dev.openjdk'
]
],
additionalNodeLabels: [
Expand Down Expand Up @@ -363,7 +365,8 @@ class Config17 {
'extended.system',
'special.functional',
'special.jck',
'sanity.external'
'sanity.external',
'dev.openjdk'
]
],
additionalNodeLabels: [
Expand All @@ -382,7 +385,27 @@ class Config17 {
dockerImage : 'adoptopenjdk/centos7_build_image',
dockerNode : 'sw.tool.docker',
dockerCredential : '9f50c848-8764-440d-b95a-1d295c21713e',
test : 'default',
test : [
nightly: [
'sanity.functional',
'extended.functional',
'sanity.openjdk',
'sanity.perf',
'sanity.jck',
'sanity.system',
'special.system'
],
weekly : [
'extended.openjdk',
'extended.perf',
'extended.jck',
'extended.system',
'special.functional',
'special.jck',
'dev.system',
'dev.openjdk'
]
],
additionalNodeLabels: [
openj9: 'hw.arch.aarch64 && sw.os.linux'
],
Expand Down
69 changes: 65 additions & 4 deletions pipelines/jobs/configurations/jdk19u_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ class Config19 {
'extended.openjdk.fips',
'sanity.system.fips',
'extended.system.fips',
'special.system.fips'
'special.system.fips',
'dev.openjdk'
]
],
cleanWorkspaceAfterBuild: true,
Expand Down Expand Up @@ -172,7 +173,27 @@ class Config19 {
s390xLinux : [
os : 'linux',
arch : 's390x',
test : 'default',
test : [
nightly: [
'sanity.functional',
'extended.functional',
'sanity.openjdk',
'sanity.perf',
'sanity.jck',
'sanity.system',
'special.system'
],
weekly : [
'extended.openjdk',
'extended.perf',
'extended.jck',
'extended.system',
'special.functional',
'special.jck',
'dev.system',
'dev.openjdk'
]
],
cleanWorkspaceAfterBuild: true,
additionalNodeLabels: 'hw.arch.s390x && (sw.os.cent.7 || sw.os.rhel.7)',
bootJDK : '18',
Expand All @@ -189,7 +210,27 @@ class Config19 {
ppc64leLinux : [
os : 'linux',
arch : 'ppc64le',
test : 'default',
test : [
nightly: [
'sanity.functional',
'extended.functional',
'sanity.openjdk',
'sanity.perf',
'sanity.jck',
'sanity.system',
'special.system'
],
weekly : [
'extended.openjdk',
'extended.perf',
'extended.jck',
'extended.system',
'special.functional',
'special.jck',
'dev.system',
'dev.openjdk'
]
],
cleanWorkspaceAfterBuild: true,
additionalNodeLabels: 'hw.arch.ppc64le && (sw.os.cent.7 || sw.os.rhel.7)',
bootJDK : '18',
Expand All @@ -212,7 +253,27 @@ class Config19 {
dockerImage : 'adoptopenjdk/centos7_build_image@sha256:8947557de41e8b5fb0b0e067144b30f7771b182f0f571c12afad846aed6bc6be',
dockerNode : 'sw.tool.docker',
dockerCredential : '9f50c848-8764-440d-b95a-1d295c21713e',
test : 'default',
test : [
nightly: [
'sanity.functional',
'extended.functional',
'sanity.openjdk',
'sanity.perf',
'sanity.jck',
'sanity.system',
'special.system'
],
weekly : [
'extended.openjdk',
'extended.perf',
'extended.jck',
'extended.system',
'special.functional',
'special.jck',
'dev.system',
'dev.openjdk'
]
],
bootJDK : '18',
configureArgs : [
temurin : '--enable-dtrace',
Expand Down
69 changes: 65 additions & 4 deletions pipelines/jobs/configurations/jdk20_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ class Config20 {
"extended.openjdk.fips",
"sanity.system.fips",
"extended.system.fips",
"special.system.fips"
"special.system.fips",
'dev.openjdk'
]
],
additionalTestLabels: [
Expand Down Expand Up @@ -117,7 +118,27 @@ class Config20 {
s390xLinux : [
os : 'linux',
arch : 's390x',
test : 'default',
test : [
nightly: [
'sanity.functional',
'extended.functional',
'sanity.openjdk',
'sanity.perf',
'sanity.jck',
'sanity.system',
'special.system'
],
weekly : [
'extended.openjdk',
'extended.perf',
'extended.jck',
'extended.system',
'special.functional',
'special.jck',
'dev.system',
'dev.openjdk'
]
],
configureArgs : '--enable-dtrace',
buildArgs : [
'temurin' : '--create-jre-image --create-sbom'
Expand All @@ -127,7 +148,27 @@ class Config20 {
ppc64leLinux : [
os : 'linux',
arch : 'ppc64le',
test : 'default',
test : [
nightly: [
'sanity.functional',
'extended.functional',
'sanity.openjdk',
'sanity.perf',
'sanity.jck',
'sanity.system',
'special.system'
],
weekly : [
'extended.openjdk',
'extended.perf',
'extended.jck',
'extended.system',
'special.functional',
'special.jck',
'dev.system',
'dev.openjdk'
]
],
configureArgs : [
'temurin' : '--enable-dtrace',
'openj9' : '--enable-dtrace'
Expand All @@ -141,7 +182,27 @@ class Config20 {
os : 'linux',
arch : 'aarch64',
dockerImage : 'adoptopenjdk/centos7_build_image',
test : 'default',
test : [
nightly: [
'sanity.functional',
'extended.functional',
'sanity.openjdk',
'sanity.perf',
'sanity.jck',
'sanity.system',
'special.system'
],
weekly : [
'extended.openjdk',
'extended.perf',
'extended.jck',
'extended.system',
'special.functional',
'special.jck',
'dev.system',
'dev.openjdk'
]
],
configureArgs : '--enable-dtrace',
testDynamic : false,
buildArgs : [
Expand Down
31 changes: 27 additions & 4 deletions pipelines/jobs/configurations/jdk8u_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ class Config8 {
'extended.openjdk.fips',
'sanity.system.fips',
'extended.system.fips',
'special.system.fips'
'special.system.fips',
'dev.openjdk'
]
],
configureArgs : [
Expand Down Expand Up @@ -163,7 +164,8 @@ class Config8 {
'extended.system',
'special.functional',
'special.jck',
'sanity.external'
'sanity.external',
'dev.openjdk'
]
],
buildArgs : [
Expand Down Expand Up @@ -209,7 +211,8 @@ class Config8 {
'extended.system',
'special.functional',
'special.jck',
'sanity.external'
'sanity.external',
'dev.openjdk'
]
],
cleanWorkspaceAfterBuild: true,
Expand Down Expand Up @@ -250,7 +253,27 @@ class Config8 {
],
configureArgs : '--with-product-name="IBM Semeru Runtime" --with-product-suffix="Open Edition"',
cleanWorkspaceAfterBuild: true,
test : 'default',
test : [
nightly: [
'sanity.functional',
'extended.functional',
'sanity.openjdk',
'sanity.perf',
'sanity.jck',
'sanity.system',
'special.system'
],
weekly : [
'extended.openjdk',
'extended.perf',
'extended.jck',
'extended.system',
'special.functional',
'special.jck',
'dev.system',
'dev.openjdk'
]
],
buildArgs : [
'temurin' : '--create-sbom'
]
Expand Down