Skip to content

Commit

Permalink
Merge pull request #2341 from llxia/test8
Browse files Browse the repository at this point in the history
Enable extended.system test in nightly build
  • Loading branch information
Shelley Lambert authored Aug 1, 2018
2 parents f1ade0f + fdc24f2 commit 9f239b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildenv/jenkins/common/pipeline-functions
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def workflow(SDK_VERSION, SPEC, SHAS, OPENJDK_REPO, OPENJDK_BRANCH, OPENJ9_REPO,
if (SPEC.contains("win") || SDK_VERSION == "9") {
TARGET_NAMES = ["Extended"]
} else {
TARGET_NAMES = ["extended.functional"]
TARGET_NAMES = ["extended.functional", "extended.system"]
}
break
// temporary for OMR acceptance. This should be removed once we completely switch to AdoptOpenJDK test Jenkins file
Expand Down

0 comments on commit 9f239b8

Please sign in to comment.