91ae8e62de
This adds a test job for the buildset registry with k8s with the docker runtime. Change-Id: I0ec1d3d5980424f85f5e7619b9dec96c8f0f70f1
9 lines
258 B
YAML
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
|