Commit 94fe3242 authored by Jan Kiene's avatar Jan Kiene
Browse files

[revert-me] deactivate more jobs for faster testing

parent b76abea1
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -817,7 +817,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
@@ -834,7 +834,7 @@ build-codec-linux-instrumented-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
@@ -852,7 +852,7 @@ build-codec-linux-debugging-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
@@ -1352,7 +1352,7 @@ coverage-test-on-main-scheduled:
# ---------------------------------------------------------------

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