mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-25 14:50:26 +00:00
[libc++] Temporary hack: disable Apple back-deployment testing
Apple back-deployment testing is currently failing because Green Dragon is down. To avoid stalling the whole CI pipeline because of that, I am temporarily disabling those jobs until Green Dragon is back, or even better we have found a different way to store those small artifacts.
This commit is contained in:
parent
c118fdcd59
commit
460953ad9a
@ -306,25 +306,28 @@ steps:
|
||||
- exit_status: -1 # Agent was lost
|
||||
limit: 2
|
||||
|
||||
# Test back-deployment to older Apple platforms
|
||||
- label: "Apple back-deployment macosx10.9"
|
||||
command: "libcxx/utils/ci/run-buildbot x86_64-apple-system-backdeployment-10.9"
|
||||
artifact_paths:
|
||||
- "**/test-results.xml"
|
||||
agents:
|
||||
queue: "libcxx-builders-macos10.15" # TODO: For now, we're running the back-deployment tests for 10.9 on 10.15, because we don't have proper 10.9 machines
|
||||
retry:
|
||||
automatic:
|
||||
- exit_status: -1 # Agent was lost
|
||||
limit: 2
|
||||
# TODO: Re-enable those as soon as Green Dragon is back online. Currently,
|
||||
# all the jobs are failing when they try to pull the older dylibs from
|
||||
# Green Dragon, which is down.
|
||||
# # Test back-deployment to older Apple platforms
|
||||
# - label: "Apple back-deployment macosx10.9"
|
||||
# command: "libcxx/utils/ci/run-buildbot x86_64-apple-system-backdeployment-10.9"
|
||||
# artifact_paths:
|
||||
# - "**/test-results.xml"
|
||||
# agents:
|
||||
# queue: "libcxx-builders-macos10.15" # TODO: For now, we're running the back-deployment tests for 10.9 on 10.15, because we don't have proper 10.9 machines
|
||||
# retry:
|
||||
# automatic:
|
||||
# - exit_status: -1 # Agent was lost
|
||||
# limit: 2
|
||||
|
||||
- label: "Apple back-deployment macosx10.15"
|
||||
command: "libcxx/utils/ci/run-buildbot x86_64-apple-system-backdeployment-10.15"
|
||||
artifact_paths:
|
||||
- "**/test-results.xml"
|
||||
agents:
|
||||
queue: "libcxx-builders-macos10.15"
|
||||
retry:
|
||||
automatic:
|
||||
- exit_status: -1 # Agent was lost
|
||||
limit: 2
|
||||
# - label: "Apple back-deployment macosx10.15"
|
||||
# command: "libcxx/utils/ci/run-buildbot x86_64-apple-system-backdeployment-10.15"
|
||||
# artifact_paths:
|
||||
# - "**/test-results.xml"
|
||||
# agents:
|
||||
# queue: "libcxx-builders-macos10.15"
|
||||
# retry:
|
||||
# automatic:
|
||||
# - exit_status: -1 # Agent was lost
|
||||
# limit: 2
|
||||
|
Loading…
Reference in New Issue
Block a user