Commit 61fb4a0e authored by Jan Kiene's avatar Jan Kiene
Browse files

Revert "[revert-me] deactivate more jobs for faster testing"

This reverts commit 94fe3242.
parent 752cb148
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -902,7 +902,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
@@ -919,7 +919,7 @@ build-codec-linux-make:
    - bash scripts/prepare_instrumentation.sh -m MEM_ONLY -p BASOP
    - 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
@@ -937,7 +937,7 @@ build-codec-linux-make:
    - *activate-debug-mode-info-if-set
    - 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
@@ -1504,7 +1504,7 @@ coverage-test-on-main-scheduled:
# ---------------------------------------------------------------

# check bitexactness to EVS
.be-2-evs-26444:
be-2-evs-26444:
  extends:
    - .test-job-linux
  rules: