Junit test storage call corrected (#197)

* Focus testing on Centos for now

* storing junit

* Reducing test suite to Ubuntu

[ROCm/rccl commit: 65390f9872]
This commit is contained in:
saadrahim
2020-04-29 14:22:03 -06:00
committato da GitHub
parent c0c0e92ef5
commit fa25190ddb
2 ha cambiato i file con 3 aggiunte e 3 eliminazioni
+1 -1
Vedi File
@@ -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)
+2 -2
Vedi File
@@ -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
{