Skip to content

Commit

Permalink
Re-enable testList as PR 85 removed it preventing testing (#87)
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart X Addison <sxa@redhat.com>
  • Loading branch information
sxa authored Mar 8, 2021
1 parent 1a4acb8 commit ca9d2c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pipelines/build/common/openjdk_build_pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,8 @@ class Build {

def additionalTestLabel = buildConfig.ADDITIONAL_TEST_LABEL

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 ca9d2c1

Please sign in to comment.