[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:
Louis Dionne 2021-03-03 17:01:15 -05:00
parent c118fdcd59
commit 460953ad9a

View File

@ -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