From 88e7b0da5752ab2a4b4ba08233592fd1a3ebe5bf Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Thu, 19 May 2022 13:11:54 -0700 Subject: [PATCH] Switch base-test to test-prepare-workspace-git This tests https://review.opendev.org/842573 Change-Id: Id028f97749f0c8bcd47706d2dbb84e4cacf4e362 --- 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 aa9e91b..0beff84 100644 --- a/playbooks/base-test/post-logs.yaml +++ b/playbooks/base-test/post-logs.yaml @@ -11,7 +11,7 @@ - name: Include upload logs role no_log: true include_role: - name: test-upload-logs-swift + name: upload-logs-swift vars: zuul_log_path_shard_build: true zuul_log_cloud_config: '{{ item }}' diff --git a/playbooks/base-test/pre.yaml b/playbooks/base-test/pre.yaml index 124c6b3..68efb22 100644 --- a/playbooks/base-test/pre.yaml +++ b/playbooks/base-test/pre.yaml @@ -53,7 +53,7 @@ - hosts: all roles: - validate-host - - prepare-workspace-git + - test-prepare-workspace-git - mirror-info - role: configure-mirrors set_apt_mirrors_trusted: True