mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-27 23:51:56 +00:00
[libc++] Temporarily allow AIX builders to fail
The builders are in a broken state, which causes all the CI builds to appear as red. Make them soft fail until we've managed to reach the build bot owners. Differential Revision: https://reviews.llvm.org/D157421
This commit is contained in:
parent
078b1c42f6
commit
ce12d6563e
@ -1039,6 +1039,7 @@ steps:
|
||||
limit: 2
|
||||
timeout_in_minutes: 120
|
||||
|
||||
# TODO: Remove soft_fail from these jobs once the AIX builders have been fixed.
|
||||
- group: "AIX"
|
||||
steps:
|
||||
- label: "AIX (32-bit)"
|
||||
@ -1058,6 +1059,7 @@ steps:
|
||||
- exit_status: -1 # Agent was lost
|
||||
limit: 2
|
||||
timeout_in_minutes: 120
|
||||
soft_fail: true
|
||||
|
||||
- label: "AIX (64-bit)"
|
||||
command: "libcxx/utils/ci/run-buildbot aix"
|
||||
@ -1076,6 +1078,7 @@ steps:
|
||||
- exit_status: -1 # Agent was lost
|
||||
limit: 2
|
||||
timeout_in_minutes: 120
|
||||
soft_fail: true
|
||||
|
||||
- group: ":freebsd: FreeBSD"
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user