Skip to content

Commit

Permalink
Merge pull request #32 from ntrost57/develop
Browse files Browse the repository at this point in the history
CI with ROCm2.2
  • Loading branch information
ntrost57 authored Mar 14, 2019
2 parents d93d7de + 86cb64c commit 86ac60c
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 86ac60c

Please sign in to comment.