From 3e6b98f1d0eac5ddbf9e48ba7c7d11d49fdcfe74 Mon Sep 17 00:00:00 2001 From: Illia Silin <98187287+illsilin@users.noreply.github.com> Date: Fri, 3 Nov 2023 12:36:41 -0700 Subject: [PATCH] switch the hipTensor testing from mainline to develop branch (#1025) [ROCm/composable_kernel commit: b0568b728b76e69225129ef112df2444174ab088] --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 66b05177b3..872e218428 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -702,8 +702,8 @@ pipeline { description: "Use the CK build to verify hipTensor build and tests (default: ON)") 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,