Loading .gitlab-ci.yml +1 −3 Original line number Diff line number Diff line Loading @@ -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" Loading Loading @@ -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 Loading Loading @@ -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 Loading Loading @@ -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 Loading Loading
.gitlab-ci.yml +1 −3 Original line number Diff line number Diff line Loading @@ -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" Loading Loading @@ -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 Loading Loading @@ -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 Loading Loading @@ -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 Loading