Skip to content

Commit

Permalink
Adding gfx803 to test suite (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
saadrahim authored Sep 13, 2019
1 parent 0b7d2ed commit 72504a0
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 @@ -15,7 +15,7 @@ hipCUBCI:
def hipcub = new rocProject('hipCUB')

// Define test architectures, optional rocm version argument is available
def nodes = new dockerNodes(['ubuntu', 'sles', 'gfx900 && centos7', 'gfx906 && centos7'], hipcub)
def nodes = new dockerNodes(['ubuntu && gfx803', 'sles && gfx906', 'gfx900 && centos7', 'gfx906 && centos7'], hipcub)

boolean formatCheck = false

Expand Down

0 comments on commit 72504a0

Please sign in to comment.