Loading .gitlab-ci.yml +16 −16 Original line number Diff line number Diff line Loading @@ -851,7 +851,7 @@ build-codec-linux-make: - make -j # ensure that codec builds on linux with instrumentation active .build-codec-linux-instrumented-make: build-codec-linux-instrumented-make: rules: - if: $CI_PIPELINE_SOURCE == 'web' - if: $CI_PIPELINE_SOURCE == 'push' && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH Loading @@ -868,7 +868,7 @@ build-codec-linux-make: - bash scripts/prepare_instrumentation.sh -m MEM_ONLY - make -j -C $INSTR_DIR .build-codec-linux-debugging-make: build-codec-linux-debugging-make: rules: - if: $CI_PIPELINE_SOURCE == 'web' - if: $CI_PIPELINE_SOURCE == 'push' && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH Loading @@ -886,7 +886,7 @@ build-codec-linux-make: - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/basop/activate-debug-mode-info-if-set.sh - make -j .build-codec-windows-msbuild: build-codec-windows-msbuild: rules: - if: $CI_PIPELINE_SOURCE == 'web' - if: $CI_PIPELINE_SOURCE == 'push' && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH Loading @@ -909,7 +909,7 @@ build-codec-linux-make: # --------------------------------------------------------------- ### jobs that check for bitexactness of fx encoder and decoder .check-be-to-target-short-enc-0db: check-be-to-target-short-enc-0db: extends: - .check-be-to-target-job variables: Loading @@ -920,7 +920,7 @@ build-codec-linux-make: DUT_DECODER_PATH: "$REF_DECODER_PATH" MERGE_TARGET_DECODER_PATH: "$REF_DECODER_PATH" .check-be-to-target-short-enc-+10db: check-be-to-target-short-enc-+10db: extends: - .check-be-to-target-job variables: Loading @@ -931,7 +931,7 @@ build-codec-linux-make: DUT_DECODER_PATH: "$REF_DECODER_PATH" MERGE_TARGET_DECODER_PATH: "$REF_DECODER_PATH" .check-be-to-target-short-enc--10db: check-be-to-target-short-enc--10db: extends: - .check-be-to-target-job variables: Loading @@ -942,7 +942,7 @@ build-codec-linux-make: DUT_DECODER_PATH: "$REF_DECODER_PATH" MERGE_TARGET_DECODER_PATH: "$REF_DECODER_PATH" .check-be-to-target-short-dec-0db: check-be-to-target-short-dec-0db: extends: - .check-be-to-target-job variables: Loading @@ -953,7 +953,7 @@ build-codec-linux-make: DUT_ENCODER_PATH: "$REF_ENCODER_PATH" MERGE_TARGET_ENCODER_PATH: "$REF_ENCODER_PATH" .check-be-to-target-short-dec-+10db: check-be-to-target-short-dec-+10db: extends: - .check-be-to-target-job variables: Loading @@ -964,7 +964,7 @@ build-codec-linux-make: DUT_ENCODER_PATH: "$REF_ENCODER_PATH" MERGE_TARGET_ENCODER_PATH: "$REF_ENCODER_PATH" .check-be-to-target-short-dec--10db: check-be-to-target-short-dec--10db: extends: - .check-be-to-target-job variables: Loading @@ -976,7 +976,7 @@ build-codec-linux-make: MERGE_TARGET_ENCODER_PATH: "$REF_ENCODER_PATH" ### jobs that check for regressions on non-BE testcases .check-regressions-short-enc-0db: check-regressions-short-enc-0db: extends: - .check-regressions-pytest-job needs: Loading @@ -990,7 +990,7 @@ build-codec-linux-make: DUT_DECODER_PATH: "$REF_DECODER_PATH" MERGE_TARGET_DECODER_PATH: "$REF_DECODER_PATH" .check-regressions-short-enc-+10db: check-regressions-short-enc-+10db: extends: - .check-regressions-pytest-job needs: Loading @@ -1004,7 +1004,7 @@ build-codec-linux-make: DUT_DECODER_PATH: "$REF_DECODER_PATH" MERGE_TARGET_DECODER_PATH: "$REF_DECODER_PATH" .check-regressions-short-enc--10db: check-regressions-short-enc--10db: extends: - .check-regressions-pytest-job needs: Loading @@ -1018,7 +1018,7 @@ build-codec-linux-make: DUT_DECODER_PATH: "$REF_DECODER_PATH" MERGE_TARGET_DECODER_PATH: "$REF_DECODER_PATH" .check-regressions-short-dec-0db: check-regressions-short-dec-0db: extends: - .check-regressions-pytest-job needs: Loading @@ -1032,7 +1032,7 @@ build-codec-linux-make: DUT_ENCODER_PATH: "$REF_ENCODER_PATH" MERGE_TARGET_ENCODER_PATH: "$REF_ENCODER_PATH" .check-regressions-short-dec-+10db: check-regressions-short-dec-+10db: extends: - .check-regressions-pytest-job needs: Loading @@ -1046,7 +1046,7 @@ build-codec-linux-make: DUT_ENCODER_PATH: "$REF_ENCODER_PATH" MERGE_TARGET_ENCODER_PATH: "$REF_ENCODER_PATH" .check-regressions-short-dec--10db: check-regressions-short-dec--10db: extends: - .check-regressions-pytest-job needs: Loading Loading @@ -1550,7 +1550,7 @@ coverage-test-on-main-scheduled: # --------------------------------------------------------------- # check bitexactness to EVS .be-2-evs-26444: be-2-evs-26444: extends: - .test-job-linux rules: Loading Loading
.gitlab-ci.yml +16 −16 Original line number Diff line number Diff line Loading @@ -851,7 +851,7 @@ build-codec-linux-make: - make -j # ensure that codec builds on linux with instrumentation active .build-codec-linux-instrumented-make: build-codec-linux-instrumented-make: rules: - if: $CI_PIPELINE_SOURCE == 'web' - if: $CI_PIPELINE_SOURCE == 'push' && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH Loading @@ -868,7 +868,7 @@ build-codec-linux-make: - bash scripts/prepare_instrumentation.sh -m MEM_ONLY - make -j -C $INSTR_DIR .build-codec-linux-debugging-make: build-codec-linux-debugging-make: rules: - if: $CI_PIPELINE_SOURCE == 'web' - if: $CI_PIPELINE_SOURCE == 'push' && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH Loading @@ -886,7 +886,7 @@ build-codec-linux-make: - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/basop/activate-debug-mode-info-if-set.sh - make -j .build-codec-windows-msbuild: build-codec-windows-msbuild: rules: - if: $CI_PIPELINE_SOURCE == 'web' - if: $CI_PIPELINE_SOURCE == 'push' && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH Loading @@ -909,7 +909,7 @@ build-codec-linux-make: # --------------------------------------------------------------- ### jobs that check for bitexactness of fx encoder and decoder .check-be-to-target-short-enc-0db: check-be-to-target-short-enc-0db: extends: - .check-be-to-target-job variables: Loading @@ -920,7 +920,7 @@ build-codec-linux-make: DUT_DECODER_PATH: "$REF_DECODER_PATH" MERGE_TARGET_DECODER_PATH: "$REF_DECODER_PATH" .check-be-to-target-short-enc-+10db: check-be-to-target-short-enc-+10db: extends: - .check-be-to-target-job variables: Loading @@ -931,7 +931,7 @@ build-codec-linux-make: DUT_DECODER_PATH: "$REF_DECODER_PATH" MERGE_TARGET_DECODER_PATH: "$REF_DECODER_PATH" .check-be-to-target-short-enc--10db: check-be-to-target-short-enc--10db: extends: - .check-be-to-target-job variables: Loading @@ -942,7 +942,7 @@ build-codec-linux-make: DUT_DECODER_PATH: "$REF_DECODER_PATH" MERGE_TARGET_DECODER_PATH: "$REF_DECODER_PATH" .check-be-to-target-short-dec-0db: check-be-to-target-short-dec-0db: extends: - .check-be-to-target-job variables: Loading @@ -953,7 +953,7 @@ build-codec-linux-make: DUT_ENCODER_PATH: "$REF_ENCODER_PATH" MERGE_TARGET_ENCODER_PATH: "$REF_ENCODER_PATH" .check-be-to-target-short-dec-+10db: check-be-to-target-short-dec-+10db: extends: - .check-be-to-target-job variables: Loading @@ -964,7 +964,7 @@ build-codec-linux-make: DUT_ENCODER_PATH: "$REF_ENCODER_PATH" MERGE_TARGET_ENCODER_PATH: "$REF_ENCODER_PATH" .check-be-to-target-short-dec--10db: check-be-to-target-short-dec--10db: extends: - .check-be-to-target-job variables: Loading @@ -976,7 +976,7 @@ build-codec-linux-make: MERGE_TARGET_ENCODER_PATH: "$REF_ENCODER_PATH" ### jobs that check for regressions on non-BE testcases .check-regressions-short-enc-0db: check-regressions-short-enc-0db: extends: - .check-regressions-pytest-job needs: Loading @@ -990,7 +990,7 @@ build-codec-linux-make: DUT_DECODER_PATH: "$REF_DECODER_PATH" MERGE_TARGET_DECODER_PATH: "$REF_DECODER_PATH" .check-regressions-short-enc-+10db: check-regressions-short-enc-+10db: extends: - .check-regressions-pytest-job needs: Loading @@ -1004,7 +1004,7 @@ build-codec-linux-make: DUT_DECODER_PATH: "$REF_DECODER_PATH" MERGE_TARGET_DECODER_PATH: "$REF_DECODER_PATH" .check-regressions-short-enc--10db: check-regressions-short-enc--10db: extends: - .check-regressions-pytest-job needs: Loading @@ -1018,7 +1018,7 @@ build-codec-linux-make: DUT_DECODER_PATH: "$REF_DECODER_PATH" MERGE_TARGET_DECODER_PATH: "$REF_DECODER_PATH" .check-regressions-short-dec-0db: check-regressions-short-dec-0db: extends: - .check-regressions-pytest-job needs: Loading @@ -1032,7 +1032,7 @@ build-codec-linux-make: DUT_ENCODER_PATH: "$REF_ENCODER_PATH" MERGE_TARGET_ENCODER_PATH: "$REF_ENCODER_PATH" .check-regressions-short-dec-+10db: check-regressions-short-dec-+10db: extends: - .check-regressions-pytest-job needs: Loading @@ -1046,7 +1046,7 @@ build-codec-linux-make: DUT_ENCODER_PATH: "$REF_ENCODER_PATH" MERGE_TARGET_ENCODER_PATH: "$REF_ENCODER_PATH" .check-regressions-short-dec--10db: check-regressions-short-dec--10db: extends: - .check-regressions-pytest-job needs: Loading Loading @@ -1550,7 +1550,7 @@ coverage-test-on-main-scheduled: # --------------------------------------------------------------- # check bitexactness to EVS .be-2-evs-26444: be-2-evs-26444: extends: - .test-job-linux rules: Loading