From e181fd62155075cd8c3a7b3e6e14eb010c7372eb Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Tue, 20 Aug 2019 12:05:30 +0000 Subject: [PATCH] [ci] Enable tests on ROCm 2.7 (#1337) Change-Id: I06fb58b48af7f52f309f659969bb42bf9e8e9faf [ROCm/hip commit: 24c3d5b5ad9d4db15e05f939f9e6904af4f449ac] --- projects/hip/Jenkinsfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/projects/hip/Jenkinsfile b/projects/hip/Jenkinsfile index c7ac3e5346..e07cf349c4 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.6.x and cuda-10.x -parallel rocm_2_6: +// The following launches 3 builds in parallel: rocm-head, rocm-2.7.x and cuda-10.x +parallel rocm_2_7: { node('hip-rocm') { - String hcc_ver = 'rocm-2.6.x' - String from_image = 'ci_test_nodes/rocm-2.6.x/ubuntu-16.04:latest' + String hcc_ver = 'rocm-2.7.x' + String from_image = 'ci_test_nodes/rocm-2.7.x/ubuntu-16.04:latest' String inside_args = '--device=/dev/kfd --device=/dev/dri --group-add=video' // Checkout source code, dependencies and version files