From 5aedf2d61bd3e7e10022a969ce103cbb69d963ad Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Mon, 7 Oct 2019 14:12:08 +0530 Subject: [PATCH] [ci] Enable tests on ROCm 2.9 (#1503) [ROCm/hip commit: 87651cffc2d70457aea8ac022c27efd94cfdbe03] --- projects/hip/Jenkinsfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/projects/hip/Jenkinsfile b/projects/hip/Jenkinsfile index 1873ff3a2b..41b260c6b1 100644 --- a/projects/hip/Jenkinsfile +++ b/projects/hip/Jenkinsfile @@ -295,13 +295,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.8.x and cuda-10.x -parallel rocm_2_8: +// The following launches 3 builds in parallel: rocm-head, rocm-2.9.x and cuda-10.x +parallel rocm_2_9: { node('hip-rocm') { - String hcc_ver = 'rocm-2.8.x' - String from_image = 'ci_test_nodes/rocm-2.8.x/ubuntu-16.04:latest' + String hcc_ver = 'rocm-2.9.x' + String from_image = 'ci_test_nodes/rocm-2.9.x/ubuntu-16.04:latest' String inside_args = '--device=/dev/kfd --device=/dev/dri --group-add=video' // Checkout source code, dependencies and version files