Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ada1f90

Browse files
committed
- Exclude centos-5.9 from exert and virtualenv tests.
Signed-off-by: Scott M. Likens <[email protected]>
1 parent 2466ea8 commit ada1f90

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.kitchen.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ platforms:
2222
box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_ubuntu-10.04_provisionerless.box
2323
run_list: ["recipe[apt]"]
2424

25+
- name: centos-5.9
26+
driver_config:
27+
box: opscode-centos-5.9
28+
box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_centos-5.9_provisionerless.box
29+
2530
- name: centos-6.4
2631
driver_config:
2732
box: opscode-centos-6.4
@@ -38,10 +43,12 @@ suites:
3843
- recipe[python]
3944
attributes: {python: {install_method: "source"}}
4045
- name: exert
46+
excludes: ["centos-5.9"]
4147
run_list:
4248
- recipe[python]
4349
- recipe[python_test::test_exert]
4450
- name: virtualenv
51+
excludes: ["centos-5.9"]
4552
run_list:
4653
- recipe[python]
4754
- recipe[python_test::test_virtualenv]

0 commit comments

Comments
 (0)