From 2daa8b642a467de452a12efb7e6265e802fbff0d Mon Sep 17 00:00:00 2001 From: Illia Silin <98187287+illsilin@users.noreply.github.com> Date: Wed, 15 Oct 2025 15:40:34 -0700 Subject: [PATCH] use branch develop to test hipTensor (#3034) [ROCm/composable_kernel commit: 87d0a3ac17286eefc1cf8291dccbc19495d87236] --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index d934e3b2b4..3fbcdb5849 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1039,8 +1039,8 @@ pipeline { description: "Use the CK build to verify hipTensor build and tests (default: OFF)") string( name: 'hipTensor_branch', - defaultValue: 'mainline', - description: 'Specify which branch of hipTensor to use (default: mainline)') + defaultValue: 'develop', + description: 'Specify which branch of hipTensor to use (default: develop)') booleanParam( name: "USE_SCCACHE", defaultValue: true,