contrib: test: run tests with systemd cgroup manager

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca 2017-05-18 17:49:49 +02:00
parent dac6b7ceb5
commit aeaca81280
No known key found for this signature in database
GPG key ID: B2BEAD150DE936B9

View file

@ -213,7 +213,7 @@
args: args:
chdir: /root/src/github.com/kubernetes-incubator/cri-o/ chdir: /root/src/github.com/kubernetes-incubator/cri-o/
- name: run integration tests RHEL - name: run integration tests RHEL
shell: 'STORAGE_OPTS="--storage-driver=overlay2 --storage-opt overlay2.override_kernel_check=1" make localintegration > testout.txt' shell: 'CGROUP_MANAGER=systemd STORAGE_OPTS="--storage-driver=overlay2 --storage-opt overlay2.override_kernel_check=1" make localintegration > testout.txt'
args: args:
chdir: /root/src/github.com/kubernetes-incubator/cri-o chdir: /root/src/github.com/kubernetes-incubator/cri-o
async: 3600 async: 3600
@ -221,7 +221,7 @@
ignore_errors: yes ignore_errors: yes
when: ansible_distribution == 'RedHat' or ansible_distribution == 'CentOS' when: ansible_distribution == 'RedHat' or ansible_distribution == 'CentOS'
- name: run integration tests RHEL with xunit results - name: run integration tests RHEL with xunit results
shell: 'STORAGE_OPTS="--storage-driver=overlay2 --storage-opt overlay2.override_kernel_check=1" make localintegration' shell: 'CGROUP_MANAGER=systemd STORAGE_OPTS="--storage-driver=overlay2 --storage-opt overlay2.override_kernel_check=1" make localintegration'
args: args:
chdir: /root/src/github.com/kubernetes-incubator/cri-o chdir: /root/src/github.com/kubernetes-incubator/cri-o
async: 3600 async: 3600
@ -229,7 +229,7 @@
ignore_errors: yes ignore_errors: yes
when: (ansible_distribution == 'RedHat' or ansible_distribution == 'CentOS') and xunit when: (ansible_distribution == 'RedHat' or ansible_distribution == 'CentOS') and xunit
- name: run integration tests Fedora - name: run integration tests Fedora
shell: 'STORAGE_OPTS="--storage-driver=overlay2" make localintegration > testout.txt' shell: 'CGROUP_MANAGER=systemd STORAGE_OPTS="--storage-driver=overlay2" make localintegration > testout.txt'
args: args:
chdir: /root/src/github.com/kubernetes-incubator/cri-o chdir: /root/src/github.com/kubernetes-incubator/cri-o
async: 3600 async: 3600
@ -237,7 +237,7 @@
ignore_errors: yes ignore_errors: yes
when: ansible_distribution == 'Fedora' when: ansible_distribution == 'Fedora'
- name: run integration tests Fedora with xunit results - name: run integration tests Fedora with xunit results
shell: 'STORAGE_OPTS="--storage-driver=overlay2" make localintegration' shell: 'CGROUP_MANAGER=systemd STORAGE_OPTS="--storage-driver=overlay2" make localintegration'
args: args:
chdir: /root/src/github.com/kubernetes-incubator/cri-o chdir: /root/src/github.com/kubernetes-incubator/cri-o
async: 3600 async: 3600