Loading .gitlab-ci-custom.yml +3 −0 Original line number Diff line number Diff line Loading @@ -217,6 +217,7 @@ build-codec-instrumented-linux: script: - *print-common-info - bash ci/build_codec_instrumented_linux.sh allow_failure: true # TODO(sgi): Remove # make sure that the codec builds with msan, asan and usan build-codec-sanitizers-linux: Loading Loading @@ -254,6 +255,7 @@ codec-smoke-test: - smoke_test_output.txt - smoke_test_output_plc.txt expose_as: 'Smoke test results' allow_failure: true # TODO(sgi): Remove # code selftest testvectors with memory-sanitizer binaries Loading Loading @@ -656,6 +658,7 @@ clang-format-check: when: on_failure name: "$ARTIFACT_BASE_NAME" expose_as: 'formatting patch' allow_failure: true # TODO(sgi): Remove # --------------------------------------------------------------- Loading Loading
.gitlab-ci-custom.yml +3 −0 Original line number Diff line number Diff line Loading @@ -217,6 +217,7 @@ build-codec-instrumented-linux: script: - *print-common-info - bash ci/build_codec_instrumented_linux.sh allow_failure: true # TODO(sgi): Remove # make sure that the codec builds with msan, asan and usan build-codec-sanitizers-linux: Loading Loading @@ -254,6 +255,7 @@ codec-smoke-test: - smoke_test_output.txt - smoke_test_output_plc.txt expose_as: 'Smoke test results' allow_failure: true # TODO(sgi): Remove # code selftest testvectors with memory-sanitizer binaries Loading Loading @@ -656,6 +658,7 @@ clang-format-check: when: on_failure name: "$ARTIFACT_BASE_NAME" expose_as: 'formatting patch' allow_failure: true # TODO(sgi): Remove # --------------------------------------------------------------- Loading