From f8793bf09ab25784b8b2eeddfb4c84a1cab59538 Mon Sep 17 00:00:00 2001 From: jeffqjiangNew <142832361+jeffqjiangNew@users.noreply.github.com> Date: Fri, 23 May 2025 16:48:48 -0400 Subject: [PATCH] CI: Updated VP9 stability test stream set: two more streams are added. (#593) --- .jenkins/common.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.jenkins/common.groovy b/.jenkins/common.groovy index 225db63103..48c74fd94f 100644 --- a/.jenkins/common.groovy +++ b/.jenkins/common.groovy @@ -137,8 +137,8 @@ def runTestCommand (platform, project) { fi fi FILE_COUNT=\$(find \${JENKINS_HOME_DIR}/rocDecode/Vp9Stability -type f | wc -l) - # Check if there are 16 files - if [ "\$FILE_COUNT" -ne 16 ]; then + # Check if there are 18 files + if [ "\$FILE_COUNT" -ne 18 ]; then echo "wrong file count" ls cd \${JENKINS_HOME_DIR}/rocDecode