zuul-jobs/test-playbooks/registry/buildset-registry-k8s-docker-post.yaml
James E. Blair 91ae8e62de Test buildset registry with k8s and docker
This adds a test job for the buildset registry with k8s with the
docker runtime.

Change-Id: I0ec1d3d5980424f85f5e7619b9dec96c8f0f70f1
2019-10-28 15:45:39 -07:00

9 lines
258 B
YAML

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