From 55bcb67a4e75ecc3e06c83fc948d483d2eb6d0dd Mon Sep 17 00:00:00 2001 From: jeffqjiangNew <142832361+jeffqjiangNew@users.noreply.github.com> Date: Mon, 12 May 2025 13:53:11 -0400 Subject: [PATCH] * CI: Updated the number of AV1 stability test streams. (#584) --- .jenkins/common.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.jenkins/common.groovy b/.jenkins/common.groovy index 3ad3535514..30b82d8694 100644 --- a/.jenkins/common.groovy +++ b/.jenkins/common.groovy @@ -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