From 6b29461f65401c4faab49e29cba2e474ece84d17 Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Wed, 10 Jul 2019 03:04:52 +0000 Subject: [PATCH] [ci] Enable tests on ROCm 2.6 (#1208) [ROCm/hip commit: b5150c8bc7960a715a429e6b91b9130cec576f84] --- projects/hip/Jenkinsfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/projects/hip/Jenkinsfile b/projects/hip/Jenkinsfile index 744f163d61..e583ff5019 100644 --- a/projects/hip/Jenkinsfile +++ b/projects/hip/Jenkinsfile @@ -296,13 +296,13 @@ def docker_upload_dockerhub( String local_org, String image_name, String remote_ String build_config = 'Release' String job_name = env.JOB_NAME.toLowerCase( ) -// The following launches 3 builds in parallel: rocm-head, rocm-2.4.x and cuda-10.x -parallel rocm_2_4: +// The following launches 3 builds in parallel: rocm-head, rocm-2.6.x and cuda-10.x +parallel rocm_2_6: { node('hip-rocm') { - String hcc_ver = 'rocm-2.4.x' - String from_image = 'ci_test_nodes/rocm-2.4.x/ubuntu-16.04:latest' + String hcc_ver = 'rocm-2.6.x' + String from_image = 'ci_test_nodes/rocm-2.6.x/ubuntu-16.04:latest' String inside_args = '--device=/dev/kfd --device=/dev/dri --group-add=video' // Checkout source code, dependencies and version files