Skip to content

Commit

Permalink
Disable external tests as weekly testlist for now (#85)
Browse files Browse the repository at this point in the history
* Remove sanity.external group for now

Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
  • Loading branch information
sophia-guo authored Mar 5, 2021
1 parent d936a17 commit 1a4acb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
6 changes: 3 additions & 3 deletions pipelines/build/common/build_base_file.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ class Builder implements Serializable {
final List<String> weekly = [
'extended.openjdk',
'extended.perf',
'special.functional',
'sanity.external'
'special.functional'
]

// Declare timeouts for each critical stage (unit is HOURS)
Expand Down Expand Up @@ -247,8 +246,9 @@ class Builder implements Serializable {

}
}

testList.unique()

return testList
}

Expand Down
6 changes: 0 additions & 6 deletions pipelines/build/common/openjdk_build_pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -251,12 +251,6 @@ class Build {

def additionalTestLabel = buildConfig.ADDITIONAL_TEST_LABEL

if (buildConfig.VARIANT == "corretto") {
testList = buildConfig.TEST_LIST.minus(['sanity.external'])
} else {
testList = buildConfig.TEST_LIST
}

testList.each { testType ->

// For each requested test, i.e 'sanity.openjdk', 'sanity.system', 'sanity.perf', 'sanity.external', call test job
Expand Down

0 comments on commit 1a4acb8

Please sign in to comment.