zuul-jobs/test-playbooks/registry/buildset-registry-k8s-crio-post.yaml
James E. Blair b6cb191295 Add cri-o support to use-buildset registry
This lets use-buildset-registry notify cri-o about the new
registries.conf file if it is being used as the container backend
for k8s.

Change-Id: Ia1805519ab4b6bb5f79df0492f702effc6a3e024
2020-01-07 07:35:28 -08:00

9 lines
256 B
YAML

- hosts: all
tasks:
- name: Describe dockertest pod
command: kubectl describe pod/quaytest
ignore_errors: true
- name: Describe upstream-dockertest pod
command: kubectl describe pod/upstream-dockertest
ignore_errors: true