@@ -51,6 +51,9 @@ def runTestCommand (platform, project) {
|
|||||||
wget http://math-ci.amd.com/userContent/computer-vision/HevcConformance/*zip*/HevcConformance.zip
|
wget http://math-ci.amd.com/userContent/computer-vision/HevcConformance/*zip*/HevcConformance.zip
|
||||||
unzip HevcConformance.zip
|
unzip HevcConformance.zip
|
||||||
python3 /opt/rocm/share/rocdecode/test/testScripts/run_rocDecode_Conformance.py --videodecode_exe ./../rocdecode-sample/videodecode --files_directory ./HevcConformance --results_directory .
|
python3 /opt/rocm/share/rocdecode/test/testScripts/run_rocDecode_Conformance.py --videodecode_exe ./../rocdecode-sample/videodecode --files_directory ./HevcConformance --results_directory .
|
||||||
|
cd ../ && cd rocdecode-sample
|
||||||
|
wget http://math-ci.amd.com/userContent/computer-vision/data1.img
|
||||||
|
LD_LIBRARY_PATH=\$LD_LIBRARY_PATH:/opt/rocm/lib${libLocation} ./videodecode -i ./data1.img
|
||||||
"""
|
"""
|
||||||
|
|
||||||
platform.runCommand(this, command)
|
platform.runCommand(this, command)
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ ci: {
|
|||||||
def propertyList = ["compute-rocm-dkms-no-npi-hipclang":[pipelineTriggers([cron('0 1 * * 0')])]]
|
def propertyList = ["compute-rocm-dkms-no-npi-hipclang":[pipelineTriggers([cron('0 1 * * 0')])]]
|
||||||
propertyList = auxiliary.appendPropertyList(propertyList)
|
propertyList = auxiliary.appendPropertyList(propertyList)
|
||||||
|
|
||||||
def jobNameList = ["compute-rocm-dkms-no-npi-hipclang":([ubuntu22:['gfx908'], ubuntu20:['gfx906'], centos7:['gfx906'], centos8:['gfx908']])]
|
def jobNameList = ["compute-rocm-dkms-no-npi-hipclang":([ubuntu20:['gfx90a'], ubuntu22:['gfx1101'], rhel8:['gfx1030'], rhel9:['gfx942']])]
|
||||||
jobNameList = auxiliary.appendJobNameList(jobNameList)
|
jobNameList = auxiliary.appendJobNameList(jobNameList)
|
||||||
|
|
||||||
propertyList.each
|
propertyList.each
|
||||||
@@ -72,7 +72,7 @@ ci: {
|
|||||||
if(!jobNameList.keySet().contains(urlJobName)) {
|
if(!jobNameList.keySet().contains(urlJobName)) {
|
||||||
properties(auxiliary.addCommonProperties([pipelineTriggers([cron('0 1 * * *')])]))
|
properties(auxiliary.addCommonProperties([pipelineTriggers([cron('0 1 * * *')])]))
|
||||||
stage(urlJobName) {
|
stage(urlJobName) {
|
||||||
runCI([ubuntu22:['gfx906']], urlJobName)
|
runCI([ubuntu22:['gfx942']], urlJobName)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
새 이슈에서 참조
사용자 차단