From 156dc570a3139b525644f33779f4dd47dde6718e Mon Sep 17 00:00:00 2001 From: Brian Nguyen Date: Fri, 14 Aug 2026 07:57:29 -0500 Subject: [PATCH] [TRTLLMINF-40][chore] Dedupe COMMON_SSH_OPTIONS to reference bloom's DEFAULT_CUSTOM_SSH_OPTIONS Signed-off-by: Brian Nguyen --- jenkins/L0_Test.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/L0_Test.groovy b/jenkins/L0_Test.groovy index 638e404bddf2..43d508c22da2 100644 --- a/jenkins/L0_Test.groovy +++ b/jenkins/L0_Test.groovy @@ -217,7 +217,7 @@ SLURM_NON_TERMINAL_STATES = [ ENABLE_NGC_DEVEL_IMAGE_TEST = params.enableNgcDevelImageTest ?: false ENABLE_NGC_RELEASE_IMAGE_TEST = params.enableNgcReleaseImageTest ?: false -COMMON_SSH_OPTIONS = "-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o TCPKeepAlive=no -o ServerAliveInterval=30 -o ServerAliveCountMax=20" +COMMON_SSH_OPTIONS = Utils.DEFAULT_CUSTOM_SSH_OPTIONS // Per-stage CBTS coverage exclusions applied on top of the upstream eligibility decision. CBTS_EXCLUDE_STAGES = [] as Set