Merge "Update the base-roles test to use prepare-workspace-git"
This commit is contained in:
commit
8c15cdf4a0
@ -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
|
||||
|
@ -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.
|
@ -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/.*
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user