Jenkins - Run Additional Tests (#230)

[ROCm/rocdecode commit: 9e6f2111c4]
이 커밋은 다음에 포함됨:
Kiriti Gowda
2024-02-08 11:38:42 -08:00
커밋한 사람 GitHub
부모 4c9d73f6af
커밋 7fc7a3effc
2개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
+3
파일 보기
@@ -51,6 +51,9 @@ def runTestCommand (platform, project) {
wget http://math-ci.amd.com/userContent/computer-vision/HevcConformance/*zip*/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 .
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)
+2 -2
파일 보기
@@ -47,7 +47,7 @@ ci: {
def propertyList = ["compute-rocm-dkms-no-npi-hipclang":[pipelineTriggers([cron('0 1 * * 0')])]]
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)
propertyList.each
@@ -72,7 +72,7 @@ ci: {
if(!jobNameList.keySet().contains(urlJobName)) {
properties(auxiliary.addCommonProperties([pipelineTriggers([cron('0 1 * * *')])]))
stage(urlJobName) {
runCI([ubuntu22:['gfx906']], urlJobName)
runCI([ubuntu22:['gfx942']], urlJobName)
}
}
}