Junit test storage call corrected (#197)
* Focus testing on Centos for now
* storing junit
* Reducing test suite to Ubuntu
[ROCm/rccl commit: 65390f9872]
Этот коммит содержится в:
@@ -26,7 +26,7 @@ def runTestCommand (platform, project)
|
||||
"""
|
||||
|
||||
platform.runCommand(this, command)
|
||||
junit "${project.paths.project_build_prefix}/rccl-install/*.xml"
|
||||
junit "${project.paths.project_build_prefix}/build/release/test/*.xml"
|
||||
}
|
||||
|
||||
def runPackageCommand(platform, project, jobName)
|
||||
|
||||
@@ -57,9 +57,9 @@ ci: {
|
||||
propertyList = auxiliary.appendPropertyList(propertyList)
|
||||
|
||||
def jobNameList = ["compute-rocm-dkms-no-npi":([ubuntu16:['rccl906']]),
|
||||
"rocm-docker":([ubuntu16:['rccl906'],centos7:['rccl906']])]
|
||||
"rocm-docker":([ubuntu16:['rccl906']])]
|
||||
jobNameList = auxiliary.appendJobNameList(jobNameList)
|
||||
jobNameList['compute-rocm-dkms-no-npi-hipclang'] = [ubuntu16:['rccl906'],centos7:['rccl906']]
|
||||
jobNameList['compute-rocm-dkms-no-npi-hipclang'] = [ubuntu16:['rccl906']]
|
||||
|
||||
propertyList.each
|
||||
{
|
||||
|
||||
Ссылка в новой задаче
Block a user