Pin Dataproc 2.2 Ubuntu presubmit image#1393
Closed
nvliyuan wants to merge 2 commits into
Closed
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request pins the Dataproc 2.2 Ubuntu image version to 2.2.81-ubuntu22 in the Cloud Build configuration to bypass a DKMS issue with nvidia-driver-550-open on the 6.8.0-1058-gcp kernel. To support this specific version pinning in integration tests, the exact list match for IMAGE_VERSION_2_2 is replaced with a regular expression pattern (IMAGE_VERSION_2_2_PATTERN) that matches both minor and patch versions of Dataproc 2.2 images. There are no review comments, and I have no feedback to provide.
This reverts commit 92f8e80.
Contributor
Author
|
Closing this workaround PR. The fix should be made in spark-rapids.sh instead of pinning the presubmit image. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
2.2.81-ubuntu22to avoid the current2.2.82-ubuntu22DKMS failure withnvidia-driver-550-openon6.8.0-1058-gcp.2.2.81-ubuntu22as 2.2 images for the existing public IP behavior.Test plan
bazel test --jobs=1 --local_test_jobs=1 --flaky_test_attempts=1 --action_env=INTERNAL_IP_SSH=true --test_output=errors --test_arg=--image_version=2.2.81-ubuntu22 rapids:test_rapidsonyuanli@spark-yuanli:~/work/csps/dataproc/ci-fix-validation/initialization-actions