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