From f1a5fdeaa0805659e49588503b47f0f50d702191 Mon Sep 17 00:00:00 2001 From: Abukhoyer Shaik Date: Wed, 17 Sep 2025 09:54:01 +0000 Subject: [PATCH 1/2] jenkins update Signed-off-by: Abukhoyer Shaik --- scripts/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Jenkinsfile b/scripts/Jenkinsfile index 7f2356c93..413142ec6 100644 --- a/scripts/Jenkinsfile +++ b/scripts/Jenkinsfile @@ -59,7 +59,7 @@ pipeline { mkdir -p $PWD/Non_qaic && export TOKENIZERS_PARALLELISM=false && export QEFF_HOME=$PWD/Non_qaic && - pytest tests -m '(not cli) and (on_qaic) and (not nightly) and (not multimodal) and (not qnn) and (not finetune)' --ignore tests/vllm -n 4 --junitxml=tests/tests_log2.xml && + pytest tests -m '(not cli) and (on_qaic) and (not nightly) and (not multimodal) and (not qnn) and (not finetune)' --ignore tests/vllm -n 3 --junitxml=tests/tests_log2.xml && junitparser merge tests/tests_log2.xml tests/tests_log.xml && deactivate" ''' From 597759be0e9914bc12c71b8c9ffb266979edc2e2 Mon Sep 17 00:00:00 2001 From: Abukhoyer Shaik Date: Wed, 17 Sep 2025 15:45:18 +0000 Subject: [PATCH 2/2] jenkins update Signed-off-by: Abukhoyer Shaik --- .../models/test_image_text_to_text_models.py | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/tests/transformers/models/test_image_text_to_text_models.py b/tests/transformers/models/test_image_text_to_text_models.py index 54f167281..be0e84d23 100644 --- a/tests/transformers/models/test_image_text_to_text_models.py +++ b/tests/transformers/models/test_image_text_to_text_models.py @@ -134,16 +134,16 @@ "Please describe the image in detail.", 2, ), - ( - "OpenGVLab/InternVL2_5-1B", - False, - 1, - 384, - 512, - "https://image.slidesharecdn.com/azureintroduction-191206101932/75/Introduction-to-Microsoft-Azure-Cloud-1-2048.jpg", - "Please describe the image in detail.", - 2, - ), + # ( + # "OpenGVLab/InternVL2_5-1B", + # False, + # 1, + # 384, + # 512, + # "https://image.slidesharecdn.com/azureintroduction-191206101932/75/Introduction-to-Microsoft-Azure-Cloud-1-2048.jpg", + # "Please describe the image in detail.", + # 2, + # ), # commented becuase QNN Convertor is not supported for this model yet. ]