Revert "[libc++] Soft-fail the two sanitizer jobs that have been failing in CI for...
authorMark de Wever <koraq@xs4all.nl>
Sun, 7 May 2023 10:39:18 +0000 (12:39 +0200)
committerMark de Wever <koraq@xs4all.nl>
Sun, 7 May 2023 10:39:18 +0000 (12:39 +0200)
This reverts commit 3e44aa659b98674a1220da235bc2cbafcb311a78.

The CI has been fixed so this band aid is no longer needed.

libcxx/utils/ci/buildkite-pipeline.yml

index 0cac101..474138d 100644 (file)
@@ -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"