From 3bfdda452cdc17813bf4223a00f02294d1a67cee Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Tue, 20 Sep 2022 08:41:56 +1000 Subject: [PATCH] Revert "Switch base-test to test-prepare-workspace-git" This reverts commit 88e7b0da5752ab2a4b4ba08233592fd1a3ebe5bf. The testing is complete. Change-Id: I4e5420e05bc8ef8ece56fb53746236e751869cd7 --- playbooks/base-test/post-logs.yaml | 2 +- playbooks/base-test/pre.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/base-test/post-logs.yaml b/playbooks/base-test/post-logs.yaml index a410c2d..d530105 100644 --- a/playbooks/base-test/post-logs.yaml +++ b/playbooks/base-test/post-logs.yaml @@ -22,7 +22,7 @@ - name: Upload swift logs to {{ _swift_provider_name }} no_log: true include_role: - name: upload-logs-swift + name: test-upload-logs-swift vars: zuul_log_path_shard_build: true zuul_log_cloud_config: "{{ lookup('ansible.builtin.vars', 'opendev_cloud_' ~ _swift_provider_name) }}" diff --git a/playbooks/base-test/pre.yaml b/playbooks/base-test/pre.yaml index 68efb22..124c6b3 100644 --- a/playbooks/base-test/pre.yaml +++ b/playbooks/base-test/pre.yaml @@ -53,7 +53,7 @@ - hosts: all roles: - validate-host - - test-prepare-workspace-git + - prepare-workspace-git - mirror-info - role: configure-mirrors set_apt_mirrors_trusted: True