Skip to content

Commit

Permalink
Merge pull request #228 from myii/chore/ci-enable-py2-centos-7
Browse files Browse the repository at this point in the history
ci(kitchen+travis): use `py2` instead of `py3` for `centos-7`
  • Loading branch information
javierbertoli authored Apr 19, 2019
2 parents c24d2b6 + 2f6a7d4 commit 821deb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
matrix:
- INSTANCE: v2019-2-py3-debian-9
- INSTANCE: v2019-2-py3-ubuntu-1804
#- INSTANCE: v2019-2-py3-centos-7
- INSTANCE: v2019-2-py2-centos-7
- INSTANCE: v2019-2-py2-fedora-29

- INSTANCE: v2018-3-py2-debian-8
Expand Down
8 changes: 1 addition & 7 deletions kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,7 @@ suites:
includes:
- debian-9
- ubuntu-18.04
- centos-7
provisioner:
# If we don't force bootstrapping with python3, centos bootstraps using python2
# and then, when switching the repo to python3 and tries to install
# the packages, complains with
# Downloading packages:
# https://repo.saltstack.com/py3/re.........rpm: [Errno -1] Package does not
# match intended download. Suggestion: run yum --enablerepo=saltstack clean metadata
salt_bootstrap_options: -X -x python3 -d git %s
salt_version: '2019.2'
pillars:
Expand All @@ -87,6 +80,7 @@ suites:
# Fedora ships updated py2 versions in their own repos
- name: v2019-2-py2
includes:
- centos-7
- fedora-29
provisioner:
salt_version: '2019.2'
Expand Down

0 comments on commit 821deb9

Please sign in to comment.