From 63e2d774a060ecc663c98615970d8a444e997006 Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Wed, 8 May 2019 12:07:33 +0530 Subject: [PATCH] [ci] Enable tests on ROCm 2.4 [ROCm/clr commit: a78e719835a417db87165f40f8531188e4a195e7] --- projects/clr/hipamd/Jenkinsfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/projects/clr/hipamd/Jenkinsfile b/projects/clr/hipamd/Jenkinsfile index e94585ceb5..744f163d61 100644 --- a/projects/clr/hipamd/Jenkinsfile +++ b/projects/clr/hipamd/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.3.x and cuda-10.x -parallel rocm_2_3: +// The following launches 3 builds in parallel: rocm-head, rocm-2.4.x and cuda-10.x +parallel rocm_2_4: { node('hip-rocm') { - String hcc_ver = 'rocm-2.3.x' - String from_image = 'ci_test_nodes/rocm-2.3.x/ubuntu-16.04:latest' + String hcc_ver = 'rocm-2.4.x' + String from_image = 'ci_test_nodes/rocm-2.4.x/ubuntu-16.04:latest' String inside_args = '--device=/dev/kfd --device=/dev/dri --group-add=video' // Checkout source code, dependencies and version files