Junit test storage call corrected (#197)

* Focus testing on Centos for now

* storing junit

* Reducing test suite to Ubuntu

[ROCm/rccl commit: 65390f9872]
Этот коммит содержится в:
saadrahim
2020-04-29 14:22:03 -06:00
коммит произвёл GitHub
родитель c0c0e92ef5
Коммит fa25190ddb
2 изменённых файлов: 3 добавлений и 3 удалений
+1 -1
Просмотреть файл
@@ -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
Просмотреть файл
@@ -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
{