[libcxx-commits] [libcxx] fbc6a2a - Revert "[libc++] Soft-fail the two sanitizer jobs that have been failing in CI for a while"
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Sun May 7 03:40:05 PDT 2023
Author: Mark de Wever
Date: 2023-05-07T12:39:18+02:00
New Revision: fbc6a2a3f6df46b4864fb45bc0c555a87c03dc06
URL: https://github.com/llvm/llvm-project/commit/fbc6a2a3f6df46b4864fb45bc0c555a87c03dc06
DIFF: https://github.com/llvm/llvm-project/commit/fbc6a2a3f6df46b4864fb45bc0c555a87c03dc06.diff
LOG: Revert "[libc++] Soft-fail the two sanitizer jobs that have been failing in CI for a while"
This reverts commit 3e44aa659b98674a1220da235bc2cbafcb311a78.
The CI has been fixed so this band aid is no longer needed.
Added:
Modified:
libcxx/utils/ci/buildkite-pipeline.yml
Removed:
################################################################################
diff --git a/libcxx/utils/ci/buildkite-pipeline.yml b/libcxx/utils/ci/buildkite-pipeline.yml
index 0cac101b0e616..474138d21f4f0 100644
--- a/libcxx/utils/ci/buildkite-pipeline.yml
+++ b/libcxx/utils/ci/buildkite-pipeline.yml
@@ -332,7 +332,6 @@ steps:
- exit_status: -1 # Agent was lost
limit: 2
timeout_in_minutes: 120
- soft_fail: true # TODO: Investigate why this job is failing only in the CI environment
- label: "UBSAN"
command: "libcxx/utils/ci/run-buildbot generic-ubsan"
@@ -369,7 +368,6 @@ steps:
- exit_status: -1 # Agent was lost
limit: 2
timeout_in_minutes: 120
- soft_fail: true # TODO: Investigate why this job is failing only in the CI environment
# Tests with the various supported ways to build libc++.
- label: "Bootstrapping build"
More information about the libcxx-commits
mailing list