Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable test specified docker image in grinder #4562

Merged
merged 4 commits into from
May 10, 2023

Conversation

LongyuZhang
Copy link
Contributor

@LongyuZhang LongyuZhang commented May 5, 2023

@LongyuZhang LongyuZhang requested a review from llxia May 5, 2023 14:49
do
restore_docker_image_name_list+=("${docker_registry_url}/$job_name/${JDK_VERSION}-${JDK_IMPL}-${docker_os}-${platform}-${image_os_micro_architecture}:${build_number}")
done
if [[ $job_name == "Grinder" ]]; then
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

job_name is a local variable. To make this simple, I think we should use $JOB_NAME directly and remove line 31

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR has been updated, and issue related to PingPerf has been opened, which will resolve in another PR. Thanks.

@llxia
Copy link
Contributor

llxia commented May 5, 2023

A similar change is needed for PingPerf. It can be in a separated PR. Eventually, we should merge the code for basic criu and PingPerf together.

- for grinder portable restore test, only pull the specified docker image
- for non-grinder pipeline, pull all available platfrom checkpoint images

Signed-off-by: LongyuZhang <longyu.zhang@ibm.com>
Copy link
Contributor

@llxia llxia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@renfeiw renfeiw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@renfeiw renfeiw merged commit afcf740 into adoptium:master May 10, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

criu-ubi-portable-checkpoint_test not able to test a specific checkpoint image
3 participants