Skip to content

Commit e9db279

Browse files
committed
Changed path for jenkins tests.
Signed-off-by: Meet Patel <[email protected]>
1 parent f90ef0e commit e9db279

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ pipeline {
7575
sudo docker exec ${BUILD_TAG} bash -c "
7676
cd /efficient-transformers &&
7777
. preflight_qeff/bin/activate &&
78-
mkdir -p $PWD/Non_cli_qaic_finetuning &&
78+
mkdir -p $PWD/cli_qaic_finetuning &&
7979
export TOKENIZERS_PARALLELISM=false &&
80-
export QEFF_HOME=$PWD/Non_cli_qaic_finetuning &&
80+
export QEFF_HOME=$PWD/cli_qaic_finetuning &&
8181
pytest tests -m '(cli) and (on_qaic) and (not qnn) and (finetune)' --ignore tests/vllm -n 4 --junitxml=tests/tests_log_finetune.xml &&
8282
junitparser merge tests/tests_log_finetune.xml tests/tests_log.xml &&
8383
deactivate"

0 commit comments

Comments
 (0)