* CI: Updated the number of AV1 stability test streams. (#584)

[ROCm/rocdecode commit: 55bcb67a4e]
이 커밋은 다음에 포함됨:
jeffqjiangNew
2025-05-12 13:53:11 -04:00
커밋한 사람 GitHub
부모 d24e374566
커밋 34491052e5
+2 -2
파일 보기
@@ -110,8 +110,8 @@ def runTestCommand (platform, project) {
fi
if ${runAv1Test}; then
FILE_COUNT=\$(find \${JENKINS_HOME_DIR}/rocDecode/Av1Stability -type f | wc -l)
# Check if there are 24 files
if [ "\$FILE_COUNT" -ne 24 ]; then
# Check if there are 215 files
if [ "\$FILE_COUNT" -ne 215 ]; then
echo "wrong file count"
ls
cd \${JENKINS_HOME_DIR}/rocDecode