test: Add a version var for kube branches
This allows us to cache a k8s branch for cri-o 1.0 branch while allowing overriding of k8s branch in master and other newer cri-o branches. Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
parent
6ed8fbeea2
commit
3596aa0155
2 changed files with 4 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
repo: "https://github.com/runcom/kubernetes.git"
|
||||
dest: "{{ ansible_env.GOPATH }}/src/k8s.io/kubernetes"
|
||||
# based on kube v1.9.0-alpha.2, update as needed
|
||||
version: "cri-o-patched-1.9"
|
||||
version: "{{ k8s_git_version }}"
|
||||
force: "{{ force_clone | default(False) | bool}}"
|
||||
|
||||
- name: install etcd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue