Skip to content

Commit

Permalink
Disable CentOS 5 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Apr 8, 2017
1 parent 4fadf29 commit 54c06f2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .kitchen.docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ driver:

# If you add new platforms below, include them in the .travis.yml file matrix
platforms:
- name: centos-5
- name: centos-6
- name: centos-7
- name: debian-7
Expand Down
2 changes: 0 additions & 2 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ platforms:
run_list: recipe[apt]
- name: debian-8.7
run_list: recipe[apt]
- name: centos-5.11
run_list: recipe[selinux::disabled]
- name: centos-6.6
run_list: recipe[selinux::disabled]
- name: fedora-20
Expand Down
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ env:
- TESTS="integration[mysql-debian-7,verify]"
- TESTS="integration[mysql-debian-8,verify]"
- TESTS="integration[mysql-scientific-66,verify]"
- TESTS="integration[postgresql-centos-5,verify]"
- TESTS="integration[postgresql-centos-6,verify]"
- TESTS="integration[postgresql-debian-7,verify]"
- TESTS="integration[postgresql-debian-8,verify]"
Expand All @@ -37,8 +36,6 @@ matrix:
env: TESTS="integration[mysql-debian-8,verify]"
- rvm: 2.2
env: TESTS="integration[mysql-scientific-66,verify]"
- rvm: 2.2
env: TESTS="integration[postgresql-centos-5,verify]"
- rvm: 2.2
env: TESTS="integration[postgresql-centos-6,verify]"
- rvm: 2.2
Expand Down

0 comments on commit 54c06f2

Please sign in to comment.