Skip to content

Commit

Permalink
Enable SBOM strace for all Linux platforms
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Leonard <[email protected]>
  • Loading branch information
andrew-m-leonard committed Jul 2, 2024
1 parent 2a64ece commit 811f781
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions pipelines/jobs/configurations/jdk11u_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class Config11 {
test : 'default',
configureArgs : [
'openj9' : '--enable-headless-only=yes',
'temurin' : '--enable-headless-only=yes --with-jobs=40'
'temurin' : '--enable-headless-only=yes --with-jobs=16'
],
buildArgs : [
'temurin' : '--create-sbom --enable-sbom-strace'
Expand Down Expand Up @@ -175,7 +175,7 @@ class Config11 {
dragonwell: 'armv8.2'
],
configureArgs : [
'temurin' : '--enable-dtrace=auto --with-jobs=40',
'temurin' : '--enable-dtrace=auto --with-jobs=16',
'openj9' : '--enable-dtrace=auto',
'corretto' : '--enable-dtrace=auto',
'dragonwell': "--enable-dtrace=auto --with-extra-cflags=\"-march=armv8.2-a+crypto\" --with-extra-cxxflags=\"-march=armv8.2-a+crypto\"",
Expand Down
4 changes: 2 additions & 2 deletions pipelines/jobs/configurations/jdk17u_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class Config17 {
test : 'default',
configureArgs : [
'openj9' : '--enable-headless-only=yes',
'temurin' : '--enable-headless-only=yes --with-jobs=40'
'temurin' : '--enable-headless-only=yes --with-jobs=16'
],
buildArgs : [
'temurin' : '--create-jre-image --create-sbom --enable-sbom-strace'
Expand Down Expand Up @@ -142,7 +142,7 @@ class Config17 {
test : 'default',
configureArgs : [
'openj9' : '--enable-dtrace',
'temurin' : '--enable-dtrace --with-jobs=40'
'temurin' : '--enable-dtrace --with-jobs=16'
],
reproducibleCompare : [
'temurin' : true
Expand Down
4 changes: 2 additions & 2 deletions pipelines/jobs/configurations/jdk21u_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class Config21 {
test : 'default',
configureArgs : [
'openj9' : '--enable-headless-only=yes',
'temurin' : '--enable-headless-only=yes --with-jobs=40'
'temurin' : '--enable-headless-only=yes --with-jobs=16'
],
buildArgs : [
'temurin' : '--create-jre-image --create-sbom --enable-sbom-strace'
Expand Down Expand Up @@ -141,7 +141,7 @@ class Config21 {
],
configureArgs : [
'openj9' : '--enable-dtrace',
'temurin' : '--enable-dtrace --with-jobs=40'
'temurin' : '--enable-dtrace --with-jobs=16'
],
buildArgs : [
'temurin' : '--create-jre-image --create-sbom --enable-sbom-strace --use-adoptium-devkit gcc-11.3.0-Centos7.6.1810-b03'
Expand Down
4 changes: 2 additions & 2 deletions pipelines/jobs/configurations/jdk22u_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class Config22 {
test : 'default',
configureArgs : [
'openj9' : '--enable-headless-only=yes',
'temurin' : '--enable-headless-only=yes --with-jobs=40'
'temurin' : '--enable-headless-only=yes --with-jobs=16'
],
buildArgs : [
'temurin' : '--create-jre-image --create-sbom --enable-sbom-strace'
Expand Down Expand Up @@ -124,7 +124,7 @@ class Config22 {
test : 'default',
configureArgs : [
'openj9' : '--enable-dtrace',
'temurin' : '--enable-dtrace --with-jobs=40'
'temurin' : '--enable-dtrace --with-jobs=16'
],
buildArgs : [
'temurin' : '--create-jre-image --create-sbom --enable-sbom-strace --use-adoptium-devkit gcc-11.3.0-Centos7.6.1810-b03'
Expand Down
4 changes: 2 additions & 2 deletions pipelines/jobs/configurations/jdk23_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class Config23 {
test : 'default',
configureArgs : [
'openj9' : '--enable-headless-only=yes',
'temurin' : '--enable-headless-only=yes --with-jobs=40'
'temurin' : '--enable-headless-only=yes --with-jobs=16'
],
buildArgs : [
'temurin' : '--create-jre-image --create-sbom --enable-sbom-strace'
Expand Down Expand Up @@ -124,7 +124,7 @@ class Config23 {
test : 'default',
configureArgs : [
'openj9' : '--enable-dtrace',
'temurin' : '--enable-dtrace --with-jobs=40'
'temurin' : '--enable-dtrace --with-jobs=16'
],
buildArgs : [
'temurin' : '--create-jre-image --create-sbom --enable-sbom-strace --use-adoptium-devkit gcc-11.3.0-Centos7.6.1810-b03'
Expand Down
4 changes: 2 additions & 2 deletions pipelines/jobs/configurations/jdk24_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class Config24 {
test : 'default',
configureArgs : [
'openj9' : '--enable-headless-only=yes',
'temurin' : '--enable-headless-only=yes --with-jobs=40'
'temurin' : '--enable-headless-only=yes --with-jobs=16'
],
buildArgs : [
'temurin' : '--create-jre-image --create-sbom --enable-sbom-strace'
Expand Down Expand Up @@ -124,7 +124,7 @@ class Config24 {
test : 'default',
configureArgs : [
'openj9' : '--enable-dtrace',
'temurin' : '--enable-dtrace --with-jobs=40'
'temurin' : '--enable-dtrace --with-jobs=16'
],
buildArgs : [
'temurin' : '--create-jre-image --create-sbom --enable-sbom-strace --use-adoptium-devkit gcc-11.3.0-Centos7.6.1810-b03'
Expand Down
4 changes: 2 additions & 2 deletions pipelines/jobs/configurations/jdk8u_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class Config8 {
test : 'default',
configureArgs : [
'openj9' : '--disable-headful',
'temurin' : '--disable-headful --with-jobs=40'
'temurin' : '--disable-headful --with-jobs=16'
],
buildArgs : [
'temurin' : '--create-sbom --enable-sbom-strace'
Expand Down Expand Up @@ -155,7 +155,7 @@ class Config8 {
],
test : 'default',
configureArgs : [
'temurin' : '--with-jobs=40'
'temurin' : '--with-jobs=16'
],
buildArgs : [
'temurin' : '--create-sbom --enable-sbom-strace'
Expand Down

0 comments on commit 811f781

Please sign in to comment.