File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,11 @@ platforms:
22
22
box_url : https://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_ubuntu-10.04_provisionerless.box
23
23
run_list : ["recipe[apt]"]
24
24
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
+
25
30
- name : centos-6.4
26
31
driver_config :
27
32
box : opscode-centos-6.4
@@ -38,10 +43,12 @@ suites:
38
43
- recipe[python]
39
44
attributes : {python: {install_method: "source"}}
40
45
- name : exert
46
+ excludes : ["centos-5.9"]
41
47
run_list :
42
48
- recipe[python]
43
49
- recipe[python_test::test_exert]
44
50
- name : virtualenv
51
+ excludes : ["centos-5.9"]
45
52
run_list :
46
53
- recipe[python]
47
54
- recipe[python_test::test_virtualenv]
You can’t perform that action at this time.
0 commit comments