CI: split critest from e2e
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
da50e6ca11
commit
d91df68638
1 changed files with 14 additions and 1 deletions
|
@ -41,6 +41,7 @@
|
||||||
tags:
|
tags:
|
||||||
- integration
|
- integration
|
||||||
- e2e
|
- e2e
|
||||||
|
- critest
|
||||||
tasks:
|
tasks:
|
||||||
- name: clone build and install cri-o
|
- name: clone build and install cri-o
|
||||||
include: "build/cri-o.yml"
|
include: "build/cri-o.yml"
|
||||||
|
@ -65,7 +66,7 @@
|
||||||
vars_files:
|
vars_files:
|
||||||
- "{{ playbook_dir }}/vars.yml"
|
- "{{ playbook_dir }}/vars.yml"
|
||||||
tags:
|
tags:
|
||||||
- e2e
|
- critest
|
||||||
tasks:
|
tasks:
|
||||||
- name: install Golang tools
|
- name: install Golang tools
|
||||||
include: golang.yml
|
include: golang.yml
|
||||||
|
@ -78,6 +79,18 @@
|
||||||
cri_tools_git_version: "a9e38a4a000bc1a4052fb33de1c967b8cfe9ad40"
|
cri_tools_git_version: "a9e38a4a000bc1a4052fb33de1c967b8cfe9ad40"
|
||||||
- name: run critest validation and benchmarks
|
- name: run critest validation and benchmarks
|
||||||
include: critest.yml
|
include: critest.yml
|
||||||
|
|
||||||
|
- hosts: all
|
||||||
|
remote_user: root
|
||||||
|
vars_files:
|
||||||
|
- "{{ playbook_dir }}/vars.yml"
|
||||||
|
tags:
|
||||||
|
- e2e
|
||||||
|
tasks:
|
||||||
|
- name: install Golang tools
|
||||||
|
include: golang.yml
|
||||||
|
vars:
|
||||||
|
version: "1.9.2"
|
||||||
- name: clone build and install kubernetes
|
- name: clone build and install kubernetes
|
||||||
include: "build/kubernetes.yml"
|
include: "build/kubernetes.yml"
|
||||||
vars:
|
vars:
|
||||||
|
|
Loading…
Reference in a new issue