Temporarily disable OVH Swift uploads

We're getting SKD/Keystone errors, possibly related to OVH's recent
v3-only change, resulting in POST_FAILURE results when builds fail
uploading at completion. Temporarily disable those sites in the base
job, and switch to only those (disabling all others) in base-test so
we can more easily iterate on solutions.

Change-Id: I784bf5e28f7081ef6d8fb2a06655d6a2b8647d39
This commit is contained in:
Jeremy Stanley 2020-05-06 17:30:28 +00:00
parent 7bd43e728d
commit c034c31330
2 changed files with 0 additions and 5 deletions

View File

@ -23,9 +23,6 @@
with_random_choice:
- '{{ opendev_cloud_ovh_bhs }}'
- '{{ opendev_cloud_ovh_gra }}'
- '{{ opendev_cloud_rax_dfw }}'
- '{{ opendev_cloud_rax_iad }}'
- '{{ opendev_cloud_rax_ord }}'
# NOTE(ianw): file generated by local-log-download, upload_results
# is registered by the upload-logs-swift role
- name: Register quick-download link

View File

@ -21,8 +21,6 @@
# used.
zuul_log_container: zuul_opendev_logs
with_random_choice:
- '{{ opendev_cloud_ovh_bhs }}'
- '{{ opendev_cloud_ovh_gra }}'
- '{{ opendev_cloud_rax_dfw }}'
- '{{ opendev_cloud_rax_iad }}'
- '{{ opendev_cloud_rax_ord }}'