contrib: parametrize the crio socket for kube
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
73c1a9823f
commit
2f344c7533
2 changed files with 3 additions and 1 deletions
|
@ -25,6 +25,7 @@
|
|||
include: "build/kubernetes.yml"
|
||||
vars:
|
||||
k8s_git_version: "cri-o-node-e2e-patched-logs"
|
||||
crio_socket: "/var/run/crio.sock"
|
||||
|
||||
- name: clone build and install runc
|
||||
include: "build/runc.yml"
|
||||
|
@ -81,5 +82,6 @@
|
|||
vars:
|
||||
force_clone: True
|
||||
k8s_git_version: "cri-o-patched-1.9"
|
||||
crio_socket: "/var/run/crio/crio.sock"
|
||||
- name: run k8s e2e tests
|
||||
include: e2e.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue