Merge pull request #1221 from runcom/split-critest-from-e2e

CI: split critest from e2e
This commit is contained in:
Mrunal Patel 2017-12-13 16:53:20 -08:00 committed by GitHub
commit 2fa1f3f74a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 1 deletions

View File

@ -41,6 +41,7 @@
tags:
- integration
- e2e
- critest
tasks:
- name: clone build and install cri-o
include: "build/cri-o.yml"
@ -65,7 +66,7 @@
vars_files:
- "{{ playbook_dir }}/vars.yml"
tags:
- e2e
- critest
tasks:
- name: install Golang tools
include: golang.yml
@ -78,6 +79,18 @@
cri_tools_git_version: "a9e38a4a000bc1a4052fb33de1c967b8cfe9ad40"
- name: run critest validation and benchmarks
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
include: "build/kubernetes.yml"
vars: