From 76815479f4d1b4d126080fb680f27d243ced319f Mon Sep 17 00:00:00 2001 From: Jadon Naas Date: Thu, 1 Feb 2024 14:22:49 -0500 Subject: [PATCH] Revert pull request 305 add-index-html This commit reverses a change that added index.html at the end of the log_url for Zuul logs. As far as I can tell this is causing the URL to be wrong and cause 404 errors. --- roles/upload-swift/tasks/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/upload-swift/tasks/main.yaml b/roles/upload-swift/tasks/main.yaml index c29bdea..34338a5 100644 --- a/roles/upload-swift/tasks/main.yaml +++ b/roles/upload-swift/tasks/main.yaml @@ -36,7 +36,7 @@ zuul_return: data: zuul: - log_url: "https://openstack-ci-reports.ubuntu.com/artifacts{{ upload_results.url.split('zosci-artifacts') | last }}/index.html" + log_url: "https://openstack-ci-reports.ubuntu.com/artifacts{{ upload_results.url.split('zosci-artifacts') | last }}/" - name: Print upload failures debug: var: upload_results.upload_failures