From 162daaebe59467cec428c9a4e749c7cf2515a23c Mon Sep 17 00:00:00 2001 From: Albin Vass Date: Mon, 25 May 2020 20:49:20 +0200 Subject: [PATCH] test-base-roles: update include to import_playbook Change-Id: If2703df37ac68ab667859c8e945ddb08992d432b --- test-playbooks/base-roles/base.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/test-playbooks/base-roles/base.yaml b/test-playbooks/base-roles/base.yaml index 18ba3fc60..d760f4af6 100644 --- a/test-playbooks/base-roles/base.yaml +++ b/test-playbooks/base-roles/base.yaml @@ -4,11 +4,11 @@ # base-integration in zuul.d/jobs.yaml. # Note: set-zuul-log-path-fact is tested by emit-job-header.yaml -- include: emit-job-header.yaml -- include: ensure-output-dirs.yaml -- include: prepare-workspace-git.yaml -- include: configure-mirrors.yaml -- include: fetch-zuul-cloner.yaml -- include: validate-host.yaml -- include: fetch-output.yaml -- include: fetch-subunit-output.yaml +- import_playbook: emit-job-header.yaml +- import_playbook: ensure-output-dirs.yaml +- import_playbook: prepare-workspace-git.yaml +- import_playbook: configure-mirrors.yaml +- import_playbook: fetch-zuul-cloner.yaml +- import_playbook: validate-host.yaml +- import_playbook: fetch-output.yaml +- import_playbook: fetch-subunit-output.yaml