Commit d150000f authored by Jan Kiene's avatar Jan Kiene
Browse files

temporarily only run one job for testing

parent 37170004
Loading
Loading
Loading
Loading
Loading
+12 −12
Original line number Diff line number Diff line
@@ -104,7 +104,7 @@ stages:
# Build jobs
# ---------------------------------------------------------------

build-codec-linux-make:
.build-codec-linux-make:
  extends: 
    - .build-job-with-check-for-warnings
    - .rules-basis
@@ -114,7 +114,7 @@ build-codec-linux-make:
    # need to use the "|| exit $?" suffix to get the allowed_failure return code, otherwise the job fails with code 1...<
    - ci/check_for_warnings.py $BUILD_OUTPUT || exit $?

build-unittests-linux:
.build-unittests-linux:
  extends: 
    - .build-job-with-check-for-warnings
    - .rules-basis
@@ -124,7 +124,7 @@ build-unittests-linux:
    # need to use the "|| exit $?" suffix to get the allowed_failure return code, otherwise the job fails with code 1...<
    - ci/check_for_warnings.py $BUILD_OUTPUT || exit $?

build-prerenderer-linux:
.build-prerenderer-linux:
  extends: 
    - .build-job-with-check-for-warnings
    - .rules-basis
@@ -134,7 +134,7 @@ build-prerenderer-linux:
    # need to use the "|| exit $?" suffix to get the allowed_failure return code, otherwise the job fails with code 1...<
    - ci/check_for_warnings.py $BUILD_OUTPUT || exit $?

build-td-object-renderer-standalone-linux:
.build-td-object-renderer-standalone-linux:
  extends: 
    - .build-job-with-check-for-warnings
    - .rules-basis
@@ -144,7 +144,7 @@ build-td-object-renderer-standalone-linux:
    # need to use the "|| exit $?" suffix to get the allowed_failure return code, otherwise the job fails with code 1...<
    - ci/check_for_warnings.py $BUILD_OUTPUT || exit $?

build-codec-linux-cmake:
.build-codec-linux-cmake:
  extends: 
    - .build-job-with-check-for-warnings
    - .rules-basis
@@ -158,7 +158,7 @@ build-codec-linux-cmake:
    # need to use the "|| exit $?" suffix to get the allowed_failure return code, otherwise the job fails with code 1...<
    - ci/check_for_warnings.py $BUILD_OUTPUT || exit $?

build-codec-instrumented-linux:
.build-codec-instrumented-linux:
  extends: 
    - .build-job-linux
    - .rules-basis
@@ -167,7 +167,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: 
    - .build-job-linux
    - .rules-basis
@@ -181,7 +181,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
    - .rules-merge-request
@@ -228,7 +228,7 @@ be-2-evs-linux:


# code selftest testvectors with memory-sanitizer binaries
msan-on-merge-request-linux:
.msan-on-merge-request-linux:
  extends: 
    - .test-job-linux
    - .rules-merge-request
@@ -244,7 +244,7 @@ msan-on-merge-request-linux:


# code selftest testvectors with address-sanitizer binaries
asan-on-merge-request-linux:
.asan-on-merge-request-linux:
  extends: 
    - .test-job-linux
    - .rules-merge-request
@@ -260,7 +260,7 @@ asan-on-merge-request-linux:


# compare bit exactness between target and source branch
self-test-on-merge-request:
.self-test-on-merge-request:
  extends: 
    - .test-job-linux
    - .rules-merge-request
@@ -356,7 +356,7 @@ self-test-on-merge-request:
# Test jobs for main branch
# ---------------------------------------------------------------

codec-comparison-on-main-push:
.codec-comparison-on-main-push:
  extends:
    - .test-job-linux
    - .rules-main-push