Skip to content

Commit

Permalink
switch rhel6||centos6 labels for sw.tool.glibc.2_12
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart X Addison <[email protected]>
  • Loading branch information
sxa committed Dec 20, 2024
1 parent bbe5e72 commit 2a41c51
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Config17 {
weekly : ['sanity.openjdk', 'sanity.system', 'extended.system', 'sanity.perf', 'sanity.functional', 'extended.functional', 'extended.openjdk', 'extended.perf', 'special.functional', 'sanity.external', 'dev.openjdk', 'dev.functional']
],
additionalTestLabels: [
openj9 : '!(centos6||rhel6)'
openj9 : '!sw.tool.glibc.2_12'
],
configureArgs : [
'openj9' : '--enable-dtrace',
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 @@ -28,8 +28,8 @@ class Config21 {
weekly : ['sanity.openjdk', 'sanity.system', 'extended.system', 'sanity.perf', 'sanity.functional', 'extended.functional', 'extended.openjdk', 'extended.perf', 'special.functional', 'sanity.external', 'dev.openjdk', 'dev.functional', 'dev.system', 'special.system']
],
additionalTestLabels: [
openj9 : '!(centos6||rhel6)',
temurin : '!(centos6||rhel6)'
openj9 : '!sw.tool.glibc.2_12',
temurin : '!sw.tool.glibc.2_12'
],
configureArgs : [
'openj9' : '--enable-dtrace',
Expand Down
4 changes: 2 additions & 2 deletions pipelines/jobs/configurations/jdk23u_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ class Config23 {
weekly : ['sanity.openjdk', 'sanity.system', 'extended.system', 'sanity.perf', 'sanity.functional', 'extended.functional', 'extended.openjdk', 'extended.perf', 'special.functional', 'dev.openjdk', 'dev.functional', 'dev.system', 'special.system']
],
additionalTestLabels: [
openj9 : '!(centos6||rhel6)',
temurin : '!(centos6||rhel6)'
openj9 : '!sw.tool.glibc.2_12',
temurin : '!sw.tool.glibc.2_12'
],
configureArgs : [
'openj9' : '--enable-dtrace',
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 @@ -29,8 +29,8 @@ class Config24 {
weekly : ['sanity.openjdk', 'sanity.system', 'extended.system', 'sanity.perf', 'sanity.functional', 'extended.functional', 'extended.openjdk', 'extended.perf', 'special.functional', 'dev.openjdk', 'dev.functional', 'dev.system', 'special.system']
],
additionalTestLabels: [
openj9 : '!(centos6||rhel6)',
temurin : '!(centos6||rhel6)'
openj9 : '!sw.tool.glibc.2_12',
temurin : '!sw.tool.glibc.2_12'
],
configureArgs : [
'openj9' : '--enable-dtrace',
Expand Down
4 changes: 2 additions & 2 deletions pipelines/jobs/configurations/jdk25_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ class Config25 {
weekly : ['sanity.openjdk', 'sanity.system', 'extended.system', 'sanity.perf', 'sanity.functional', 'extended.functional', 'extended.openjdk', 'extended.perf', 'special.functional', 'dev.openjdk', 'dev.functional', 'dev.system', 'special.system']
],
additionalTestLabels: [
openj9 : '!(centos6||rhel6)',
temurin : '!(centos6||rhel6)'
openj9 : '!sw.tool.glibc.2_12',
temurin : '!sw.tool.glibc.2_12'
],
configureArgs : [
'openj9' : '--enable-dtrace',
Expand Down

0 comments on commit 2a41c51

Please sign in to comment.