mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-06 15:22:16 +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
|
limit: 2
|
||||||
timeout_in_minutes: 120
|
timeout_in_minutes: 120
|
||||||
|
|
||||||
|
# TODO: Remove soft_fail from these jobs once the AIX builders have been fixed.
|
||||||
- group: "AIX"
|
- group: "AIX"
|
||||||
steps:
|
steps:
|
||||||
- label: "AIX (32-bit)"
|
- label: "AIX (32-bit)"
|
||||||
@ -1058,6 +1059,7 @@ steps:
|
|||||||
- exit_status: -1 # Agent was lost
|
- exit_status: -1 # Agent was lost
|
||||||
limit: 2
|
limit: 2
|
||||||
timeout_in_minutes: 120
|
timeout_in_minutes: 120
|
||||||
|
soft_fail: true
|
||||||
|
|
||||||
- label: "AIX (64-bit)"
|
- label: "AIX (64-bit)"
|
||||||
command: "libcxx/utils/ci/run-buildbot aix"
|
command: "libcxx/utils/ci/run-buildbot aix"
|
||||||
@ -1076,6 +1078,7 @@ steps:
|
|||||||
- exit_status: -1 # Agent was lost
|
- exit_status: -1 # Agent was lost
|
||||||
limit: 2
|
limit: 2
|
||||||
timeout_in_minutes: 120
|
timeout_in_minutes: 120
|
||||||
|
soft_fail: true
|
||||||
|
|
||||||
- group: ":freebsd: FreeBSD"
|
- group: ":freebsd: FreeBSD"
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user