Loading .gitlab-ci.yml +1 −3 Original line number Diff line number Diff line Loading @@ -20,7 +20,6 @@ variables: TESTCASE_TIMEOUT_LTV: 2400 TESTCASE_TIMEOUT_STV_SANITIZERS: 1800 GIT_CLEAN_FLAGS: -ffdxq MAKE_OPTIONS: "" MANUAL_PIPELINE_TYPE: description: "Type for the manual pipeline run. Use 'pytest-mld' to run MLD test against reference float codec." # Not implemented yet, but may be good to have a manual pipeline trigger value: 'default' Loading Loading @@ -114,7 +113,7 @@ stages: ### build test binaries - git checkout $current_commit_sha - make clean - make -j "$MAKE_OPTIONS" - make -j .mld-test-setup-codec: &mld-test-setup-codec Loading Loading @@ -749,7 +748,6 @@ ivas-pytest-renderer: - *print-common-info - *update-scripts-repo - *update-ltv-repo - *setup-codec - *complexity-measurements-setup artifacts: name: "$CI_JOB_NAME--$CI_COMMIT_REF_NAME--sha-$CI_COMMIT_SHA" Loading Loading
.gitlab-ci.yml +1 −3 Original line number Diff line number Diff line Loading @@ -20,7 +20,6 @@ variables: TESTCASE_TIMEOUT_LTV: 2400 TESTCASE_TIMEOUT_STV_SANITIZERS: 1800 GIT_CLEAN_FLAGS: -ffdxq MAKE_OPTIONS: "" MANUAL_PIPELINE_TYPE: description: "Type for the manual pipeline run. Use 'pytest-mld' to run MLD test against reference float codec." # Not implemented yet, but may be good to have a manual pipeline trigger value: 'default' Loading Loading @@ -114,7 +113,7 @@ stages: ### build test binaries - git checkout $current_commit_sha - make clean - make -j "$MAKE_OPTIONS" - make -j .mld-test-setup-codec: &mld-test-setup-codec Loading Loading @@ -749,7 +748,6 @@ ivas-pytest-renderer: - *print-common-info - *update-scripts-repo - *update-ltv-repo - *setup-codec - *complexity-measurements-setup artifacts: name: "$CI_JOB_NAME--$CI_COMMIT_REF_NAME--sha-$CI_COMMIT_SHA" Loading