Revert "Disable rax job log uploads"

This reverts commit ca48fd1337.

Testing via https://review.opendev.org/c/zuul/zuul-jobs/+/680178
base-test inheriting jobs indicates that rax swift is working again.
Let's go ahead and put the rax swift services back into service.

Change-Id: I6313433833c5d487b1344e4c7d24e573a561a220
This commit is contained in:
Clark Boylan
2024-11-13 10:03:11 -08:00
parent ca48fd1337
commit 4c6326d12a
2 changed files with 5 additions and 7 deletions
+2 -3
View File
@@ -13,9 +13,8 @@
set_fact:
_swift_provider_name: "{{ opendev_base_item }}"
with_random_choice:
# Only rax to test if keystone is happy again
# - 'ovh_bhs'
# - 'ovh_gra'
- 'ovh_bhs'
- 'ovh_gra'
- 'rax_dfw'
- 'rax_iad'
- 'rax_ord'
+3 -4
View File
@@ -14,10 +14,9 @@
with_random_choice:
- 'ovh_bhs'
- 'ovh_gra'
# Remove rax due to keystone problems
# - '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 }}