From 57fbb0f290a39108aee0d416704cd7e7751f3301 Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Wed, 16 Aug 2017 10:57:07 +0530 Subject: [PATCH] [ci] Archive packages based on hcc-ctu instead of hcc-1.6 Change-Id: Ie1ea6411ed19aae87b979fa001db3e8927fc11f6 [ROCm/clr commit: 59c0df4d5cb481a76f7176ade05e149398b83b3a] --- projects/clr/hipamd/Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/clr/hipamd/Jenkinsfile b/projects/clr/hipamd/Jenkinsfile index 8aba810dc0..af80a2c18b 100644 --- a/projects/clr/hipamd/Jenkinsfile +++ b/projects/clr/hipamd/Jenkinsfile @@ -140,8 +140,8 @@ def docker_build_inside_image( def build_image, String inside_args, String platf // No matter the base platform, all packages have the same name // Only upload 1 set of packages, so we don't have a race condition uploading packages - // I arbitrarily pick hcc-1.6 as the most stable - if( platform.toLowerCase( ).startsWith( 'hcc-1.6' ) ) + // Using hcc-ctu since that is what most people want + if( platform.toLowerCase( ).startsWith( 'hcc-ctu' ) ) { archiveArtifacts artifacts: "${build_dir_rel}/*.deb", fingerprint: true archiveArtifacts artifacts: "${build_dir_rel}/*.rpm", fingerprint: true