Skip to content

Commit

Permalink
Disable plinux criu ubuntu-container based tests (adoptium#4638)
Browse files Browse the repository at this point in the history
- Semeru dockerhub plinux image doesn't support ubuntu, disable these tests

Signed-off-by: LongyuZhang <[email protected]>
  • Loading branch information
LongyuZhang authored Jun 21, 2023
1 parent ee588d3 commit aa078d3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions buildenv/jenkins/openjdk_tests
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,11 @@ timestamps{
def imageUploadJobs = [:]
def target = "testList TESTLIST=disabled.criu_pingPerf_testCreateRestoreImageAndPushToRegistry,disabled.criu-portable-checkpoint_test,disabled.criu-ubi-portable-checkpoint_test"

// exclude criu-portable-checkpoint_test on plinux due to github_ibm/runtimes/backlog/issues/1099
if (params.PLATFORM == "ppc64le_linux") {
target = target.minus(",disabled.criu-portable-checkpoint_test")
}

echo "Trigger ${imageUploadJobName} job ..."
for (int i = 0; i < imageUploadMap[params.PLATFORM].size(); i++) {
def labelAddition = imageUploadMap[params.PLATFORM][i].LABEL_ADDITION
Expand Down
6 changes: 6 additions & 0 deletions external/criu-portable-restore/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
$(TEST_STATUS); \
$(TEST_ROOT)$(D)external$(D)external.sh --clean --tag "${DOCKERIMAGE_TAG}" --dir criu-portable-restore --platform "${PLATFORM}" --node_labels "${NODE_LABELS}" --docker_registry_url $(DOCKER_REGISTRY_URL) --docker_registry_dir "$(DOCKER_REGISTRY_DIR)" --criu_default_image_job_name "$(CRIU_DEFAULT_IMAGE_JOB_NAME)"
</command>
<disables>
<disable>
<comment>semeru docker image has no support for plinux ubuntu22 Github_ibm/runtimes/backlog/issues/1099</comment>
<platform>ppc64le_linux</platform>
</disable>
</disables>
<features>
<feature>CRIU:required</feature>
</features>
Expand Down

0 comments on commit aa078d3

Please sign in to comment.