Skip to content

Commit

Permalink
CTest3 is No longer used. (ROCm#261)
Browse files Browse the repository at this point in the history
* Update common.groovy

CTest3 is No longer used.

* Update common.groovy

* Update common.groovy

* Update common.groovy
  • Loading branch information
SergiyKostrov authored Nov 24, 2022
1 parent f08742b commit 4e376ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .jenkins/common.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ def runCompileCommand(platform, project, jobName, boolean debug=false, boolean s
def runTestCommand (platform, project)
{
String sudo = auxiliary.sudo(platform.jenkinsLabel)
String centos = platform.jenkinsLabel.contains('centos') ? '3' : ''

def testCommand = "ctest${centos} --output-on-failure"
def testCommand = "ctest --output-on-failure"
def hmmTestCommand = ''
def excludeRegex = 'reduce_by_key.hip'

Expand Down

0 comments on commit 4e376ac

Please sign in to comment.