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

Revert "temporarily only run one job for testing"

This reverts commit d150000f.
parent d150000f
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 @@ stages:
    # 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 @@ stages:
    # 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 @@ stages:
    # 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 @@ stages:
    # 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 @@ stages:
    # 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 @@ stages:
    - 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 @@ stages:
# ---------------------------------------------------------------

# 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 @@ be-2-evs-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 @@ be-2-evs-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 @@ be-2-evs-linux:
# Test jobs for main branch
# ---------------------------------------------------------------

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