Disable job log uploads to ovh swift

We've noticed a number of upload failures to ovh bhs and gra, which
causes jobs to fail with POST_FAILURE results.
Let's go ahead and disable the region until it is happier.

Note we update base-test to do the inverse: only upload logs to ovh
swift. This is to make testing of the situation easier and give signal
for when we can revert this change.

Signed-off-by: Dr. Jens Harbott <harbott@osism.tech>
Change-Id: I5928432c98fcb86323aaf6f9a5d94bd2898dd4f8
This commit is contained in:
Dr. Jens Harbott
2026-03-24 15:46:53 +01:00
parent 11326910f2
commit b1dedd567f
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -15,9 +15,9 @@
with_random_choice:
- 'ovh_bhs'
- 'ovh_gra'
- 'rax_dfw'
- 'rax_iad'
- 'rax_ord'
# - 'rax_dfw'
# - 'rax_iad'
# - 'rax_ord'
loop_control:
loop_var: 'opendev_base_item'
- name: Upload swift logs to {{ _swift_provider_name }}
+2 -2
View File
@@ -12,8 +12,8 @@
set_fact:
_swift_provider_name: "{{ opendev_base_item }}"
with_random_choice:
- 'ovh_bhs'
- 'ovh_gra'
# - 'ovh_bhs'
# - 'ovh_gra'
- 'rax_dfw'
- 'rax_iad'
- 'rax_ord'