Skip to content

Commit

Permalink
CI with ROCm2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ntrost57 committed Mar 14, 2019
1 parent d93d7de commit 86cb64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ def build_pipeline( compiler_data compiler_args, docker_data docker_args, projec
//},
parallel rocm_ubuntu:
{
node( 'docker && rocm20 && dkms')
node( 'docker && rocm22 && dkms')
{
def hcc_docker_args = new docker_data(
from_image:'rocm/dev-ubuntu-16.04:latest',
Expand Down

0 comments on commit 86cb64c

Please sign in to comment.