Skip to content

Commit

Permalink
Run sanity.functional in the OMR build
Browse files Browse the repository at this point in the history
- Switch to using jobs that use Adopt test scripts
- All platforms are now supported (including win)

[skip ci]
Issue eclipse-openj9#1450 eclipse-openj9#1779 adoptium/aqa-tests#506

Signed-off-by: Adam Brousseau <adam.brousseau88@gmail.com>
  • Loading branch information
AdamBrousseau committed Aug 16, 2018
1 parent e01440b commit c170746
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions buildenv/jenkins/common/pipeline-functions
Original file line number Diff line number Diff line change
Expand Up @@ -251,10 +251,6 @@ def workflow(SDK_VERSION, SPEC, SHAS, OPENJDK_REPO, OPENJDK_BRANCH, OPENJ9_REPO,
TARGET_NAMES.addAll(["extended.functional", "extended.system"])
}
break
// temporary for OMR acceptance. This should be removed once we completely switch to AdoptOpenJDK test Jenkins file
case "_sanity.tmp":
TARGET_NAMES.add("Sanity")
break
default:
TARGET_NAMES.add(target.trim())
}
Expand Down
2 changes: 1 addition & 1 deletion buildenv/jenkins/jobs/pipelines/Pipeline-OMR-Acceptance
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def OPENJ9_BRANCH = 'master'
def OMR_REPO = 'https://github.com/eclipse/openj9-omr.git'
def OMR_BRANCH = 'master'

TESTS_TARGETS = '_sanity.tmp'
TESTS_TARGETS = 'sanity.functional'

def JOBS = [:]
def ALL_SHAS = [:]
Expand Down

0 comments on commit c170746

Please sign in to comment.