Skip to content

Commit

Permalink
Temporarily exclude plinux dev.external
Browse files Browse the repository at this point in the history
Temporarily exclude plinux dev.external

Issue: eclipse-openj9/openj9#18468

Signed-off-by: LongyuZhang <[email protected]>
  • Loading branch information
LongyuZhang committed Sep 10, 2024
1 parent e8d1d09 commit 61bc7f2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions pipelines/jobs/configurations/jdk11u_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,6 @@ class Config11 {
'special.system',
'dev.functional',
'sanity.external',
'dev.external',
'dev.openjdk',
'extended.functional.fips140_2',
'sanity.jck.fips140_2',
Expand All @@ -631,7 +630,6 @@ class Config11 {
'special.jck',
'special.openjdk',
'special.system',
'dev.external',
'extended.functional.fips140_2',
'sanity.jck.fips140_2',
'extended.jck.fips140_2',
Expand Down
3 changes: 1 addition & 2 deletions pipelines/jobs/configurations/jdk17u_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ class Config17 {
'special.system',
'dev.functional',
'sanity.external',
'dev.external',
// 'dev.external', Temporarily exclude due to https://github.com/eclipse-openj9/openj9/issues/18468
'dev.openjdk',
'extended.functional.fips140_2',
'sanity.jck.fips140_2',
Expand All @@ -589,7 +589,6 @@ class Config17 {
'special.jck',
'special.openjdk',
'special.system',
'dev.external',
'extended.functional.fips140_2',
'sanity.jck.fips140_2',
'extended.jck.fips140_2',
Expand Down
2 changes: 0 additions & 2 deletions pipelines/jobs/configurations/jdk21u_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,6 @@ class Config21 {
'special.system',
'dev.functional',
'sanity.external',
'dev.external',
'dev.openjdk',
'extended.functional.fips140_2',
'sanity.jck.fips140_2',
Expand All @@ -540,7 +539,6 @@ class Config21 {
'special.jck',
'special.openjdk',
'special.system',
'dev.external',
'extended.functional.fips140_2',
'sanity.jck.fips140_2',
'extended.jck.fips140_2',
Expand Down

0 comments on commit 61bc7f2

Please sign in to comment.