Loading .gitlab-ci.yml +8 −8 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ stages: - 123 build-codec-linux-make: .build-codec-linux-make: extends: .build-job-with-check-for-warnings rules: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' Loading @@ -65,7 +65,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: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' Loading @@ -74,7 +74,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: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' Loading @@ -83,7 +83,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: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' Loading @@ -92,7 +92,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: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' Loading @@ -105,7 +105,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: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' Loading @@ -113,7 +113,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: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' Loading @@ -122,7 +122,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 timeout: "5 minutes" Loading Loading
.gitlab-ci.yml +8 −8 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ stages: - 123 build-codec-linux-make: .build-codec-linux-make: extends: .build-job-with-check-for-warnings rules: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' Loading @@ -65,7 +65,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: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' Loading @@ -74,7 +74,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: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' Loading @@ -83,7 +83,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: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' Loading @@ -92,7 +92,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: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' Loading @@ -105,7 +105,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: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' Loading @@ -113,7 +113,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: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' Loading @@ -122,7 +122,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 timeout: "5 minutes" Loading