Merge "Update the base-roles test to use prepare-workspace-git"

This commit is contained in:
Zuul 2019-09-17 17:47:01 +00:00 committed by Gerrit Code Review
commit 8c15cdf4a0
3 changed files with 4 additions and 5 deletions

View File

@ -6,7 +6,7 @@
# Note: set-zuul-log-path-fact is tested by emit-job-header.yaml
- include: emit-job-header.yaml
- include: ensure-output-dirs.yaml
- include: use-cached-repos.yaml
- include: prepare-workspace-git.yaml
- include: configure-mirrors.yaml
- include: fetch-zuul-cloner.yaml
- include: validate-host.yaml

View File

@ -1,7 +1,7 @@
- name: Test the use-cached-repos role
- name: Test the prepare-workspace-git role
hosts: all
roles:
- role: use-cached-repos
- role: prepare-workspace-git
post_tasks:
# opendev/base-jobs is in 'required-projects'.
# Also check that the project being tested is being prepared.

View File

@ -113,14 +113,13 @@
required-projects:
- opendev/base-jobs
files:
- ^roles/configure-mirrors/.*
- ^roles/configure-mirrors/.*
- ^roles/emit-job-header/.*
- ^roles/ensure-output-dirs/.*
- ^roles/fetch-output/.*
- ^roles/fetch-zuul-cloner/.*
- ^roles/set-zuul-log-path-fact/.*
- ^roles/use-cached-repo/.*
- ^roles/prepare-workspace-git/.*
- ^roles/validate-host/.*
- ^test-playbooks/base-roles/.*