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

Skip to content

Commit 8fadb74

Browse files
committed
GDAES-1802 cents yum issues
6.6 deprecated load local mirror for testing
1 parent c31fac7 commit 8fadb74

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.kitchen.ec2.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,15 @@ platforms:
2626
suites:
2727
- name: default
2828
run_list:
29+
- recipe[yum-gd]
2930
- recipe[python]
3031
attributes:
3132
python:
3233
setuptools_version: 18.0.1
3334
virtualenv_version: 13.1.0
3435
- name: package
3536
run_list:
37+
- recipe[yum-gd]
3638
- recipe[python]
3739
attributes:
3840
python:
@@ -41,6 +43,7 @@ suites:
4143
virtualenv_version: 13.1.0
4244
- name: source
4345
run_list:
46+
- recipe[yum-gd]
4447
- recipe[python]
4548
attributes:
4649
python:

.kitchen.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,15 @@ platforms:
1717
suites:
1818
- name: default
1919
run_list:
20+
- recipe[yum-gd]
2021
- recipe[python]
2122
attributes:
2223
python:
2324
setuptools_version: 18.0.1
2425
virtualenv_version: 13.1.0
2526
- name: package
2627
run_list:
28+
- recipe[yum-gd]
2729
- recipe[python]
2830
attributes:
2931
python:
@@ -32,6 +34,7 @@ suites:
3234
virtualenv_version: 13.1.0
3335
- name: source
3436
run_list:
37+
- recipe[yum-gd]
3538
- recipe[python]
3639
attributes:
3740
python:

0 commit comments

Comments
 (0)