test-base-roles: update include to import_playbook

Change-Id: If2703df37ac68ab667859c8e945ddb08992d432b
This commit is contained in:
Albin Vass 2020-05-25 20:49:20 +02:00 committed by Andreas Jaeger
parent 578765cce4
commit 162daaebe5
1 changed files with 8 additions and 8 deletions

View File

@ -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