Loading .gitlab-ci.yml +12 −12 Original line number Diff line number Diff line Loading @@ -104,7 +104,7 @@ stages: # Build jobs # --------------------------------------------------------------- build-codec-linux-make: .build-codec-linux-make: extends: - .build-job-with-check-for-warnings - .rules-basis Loading @@ -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 Loading @@ -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 Loading @@ -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 Loading @@ -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 Loading @@ -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 Loading @@ -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 Loading @@ -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 Loading Loading @@ -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 Loading @@ -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 Loading @@ -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 Loading Loading @@ -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 Loading Loading
.gitlab-ci.yml +12 −12 Original line number Diff line number Diff line Loading @@ -104,7 +104,7 @@ stages: # Build jobs # --------------------------------------------------------------- build-codec-linux-make: .build-codec-linux-make: extends: - .build-job-with-check-for-warnings - .rules-basis Loading @@ -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 Loading @@ -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 Loading @@ -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 Loading @@ -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 Loading @@ -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 Loading @@ -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 Loading @@ -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 Loading Loading @@ -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 Loading @@ -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 Loading @@ -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 Loading Loading @@ -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 Loading