Commit 5e293f78 authored by Jan Kiene's avatar Jan Kiene
Browse files

temporarily disable all jobs but the build job

parent 4717e62f
Loading
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ build-codec-linux:
  script:
    - make -j 2>&1 | tee $BUILD_OUTPUT

build-codec-linux-cmake:
.build-codec-linux-cmake:
  extends: .test-job-linux
  rules:
    - if: $CI_PIPELINE_SOURCE == 'merge_request_event'
@@ -68,7 +68,7 @@ build-codec-linux-cmake:
    - cmake ..
    - make -j

build-codec-instrumented-linux:
.build-codec-instrumented-linux:
  extends: .test-job-linux
  rules:
    - if: $CI_PIPELINE_SOURCE == 'merge_request_event'
@@ -77,7 +77,7 @@ build-codec-instrumented-linux:
    - bash ci/build_codec_instrumented_linux.sh

# make sure that the codec builds with msan, asan and usan
build-codec-sanitizers-linux:
.build-codec-sanitizers-linux:
  extends: .test-job-linux
  rules:
    - if: $CI_PIPELINE_SOURCE == 'merge_request_event'
@@ -87,7 +87,7 @@ build-codec-sanitizers-linux:


# test that runs all modes with 1s input signals
codec-smoke-test:
.codec-smoke-test:
  extends: .test-job-linux-needs-testv-dir
  # temporarily restrict this job to the only runner which (so far) seems to runit without problems
  tags:
@@ -107,7 +107,7 @@ codec-smoke-test:


# compare bit exactness between target and source branch
self-test-on-merge-request:
.self-test-on-merge-request:
  extends: .test-job-linux
  stage: compare
  needs: [ "build-codec-linux-cmake", "codec-smoke-test" ]