Commit 9889129c authored by norvell's avatar norvell
Browse files

Add remove_unsupported_testcases.py for encoder logging job

parent 8d4b82fa
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -151,6 +151,7 @@ stages:
  - cp -r $SCRIPTS_DIR/scripts .
  - cp -r $SCRIPTS_DIR/tests .
  - cp $SCRIPTS_DIR/pytest.ini .
  - python3 ci/remove_unsupported_testcases.py $PRM_FILES

.apply-testv-scaling: &apply-testv-scaling
  - echo "Applying level scaling in scripts/testv using scale=$LEVEL_SCALING"
@@ -260,7 +261,6 @@ stages:
    - fi
    - HISTORY_ARTIFACT_NAME="daily_results_$(date +%Y-%m-%d)"

    - python3 ci/remove_unsupported_testcases.py $PRM_FILES
    - if [ $LEVEL_SCALING != "1.0" ];then
    -   *apply-testv-scaling
    - fi
@@ -350,7 +350,6 @@ stages:
    -    testcase_timeout=$TESTCASE_TIMEOUT_STV
    - fi

    - python3 ci/remove_unsupported_testcases.py $PRM_FILES
    - if [ $LEVEL_SCALING != "1.0" ];then
    -   *apply-testv-scaling
    - fi
@@ -456,7 +455,6 @@ stages:
  script:
    - *print-common-info
    - *update-scripts-repo
    - python3 ci/remove_unsupported_testcases.py $PRM_FILES
    - *build-reference-and-dut-binaries
    - make clean
    - make -j CLANG=$CLANG_NUM