From 87ca182f5c86b1b245681bf0b1cf41951c7219d8 Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Wed, 17 May 2017 18:05:07 +0200 Subject: [PATCH] contrib: test: run CentOS tests with overlay2 Signed-off-by: Antonio Murdaca --- contrib/test/crio-integration-playbook.yaml | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/contrib/test/crio-integration-playbook.yaml b/contrib/test/crio-integration-playbook.yaml index ca64415e..f6bbc7e7 100644 --- a/contrib/test/crio-integration-playbook.yaml +++ b/contrib/test/crio-integration-playbook.yaml @@ -219,7 +219,7 @@ async: 3600 poll: 10 ignore_errors: yes - when: ansible_distribution == 'RedHat' + when: ansible_distribution == 'RedHat' or ansible_distribution == 'CentOS' - name: run integration tests RHEL with xunit results shell: 'STORAGE_OPTS="--storage-driver=overlay2 --storage-opt overlay2.override_kernel_check=1" make localintegration' args: @@ -227,7 +227,7 @@ async: 3600 poll: 10 ignore_errors: yes - when: (ansible_distribution == 'RedHat' and xunit) + when: (ansible_distribution == 'RedHat' or ansible_distribution == 'CentOS') and xunit - name: run integration tests Fedora shell: 'STORAGE_OPTS="--storage-driver=overlay2" make localintegration > testout.txt' args: @@ -244,22 +244,6 @@ poll: 10 ignore_errors: yes when: (ansible_distribution == 'Fedora' and xunit) - - name: run integration tests with devicemapper - shell: 'make localintegration > testout.txt' - args: - chdir: /root/src/github.com/kubernetes-incubator/cri-o - async: 3600 - poll: 10 - ignore_errors: yes - when: ansible_distribution == 'CentOS' - - name: run integration tests with devicemapper with xunit results - shell: 'make localintegration' - args: - chdir: /root/src/github.com/kubernetes-incubator/cri-o - async: 3600 - poll: 10 - ignore_errors: yes - when: (ansible_distribution == 'CentOS' and xunit) - name: Make testing output directory file: path: /root/src/github.com/kubernetes-incubator/cri-o/reports