From d296c1e366b50bb4924215f296e703c38d24362b Mon Sep 17 00:00:00 2001 From: Jason Macnak Date: Mon, 30 Mar 2026 07:27:21 -0700 Subject: [PATCH] Remove the nvidia package hold from kokoro presubmit script ... as the placing the hold was moved into image creation in b/466404901#comment42. Bug: b466404901 Test: github CI --- .kokoro/presubmit.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.kokoro/presubmit.sh b/.kokoro/presubmit.sh index 54c58ce22b9..6a438b504c2 100755 --- a/.kokoro/presubmit.sh +++ b/.kokoro/presubmit.sh @@ -18,11 +18,6 @@ retry() { done } -# Freeze the current version of the Nvidia libraries to -# prevent updates from causing version mismatches. -# TODO(b/466404901): move into kokoro image. -sudo apt-mark hold *nvidia* - retry sudo apt update # environment variable and options to force answer prompts