-
-
Notifications
You must be signed in to change notification settings - Fork 314
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
Conversation
external/external.sh
Outdated
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 |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
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 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Grinder_imagePull
, pull all available platfrom checkpoint imagesCloses criu-ubi-portable-checkpoint_test not able to test a specific checkpoint image #4561