Browse Source

ci(kitchen): avoid using bootstrap for `master` instances [skip ci]

* Automated using https://github.com/myii/ssf-formula/pull/124
tags/v1.1.3
Imran Iqbal 4 years ago
parent
commit
d2d51864a5
2 changed files with 14 additions and 12 deletions
  1. +3
    -3
      .travis.yml
  2. +11
    -9
      kitchen.yml

+ 3
- 3
.travis.yml View File

# - env: INSTANCE=v201707-py2-debian-8-2017-7-py2 # - env: INSTANCE=v201707-py2-debian-8-2017-7-py2
- env: INSTANCE=v201707-py2-ubuntu-1604-2017-7-py2 - env: INSTANCE=v201707-py2-ubuntu-1604-2017-7-py2
- env: INSTANCE=v201707-py2-centos-6-2017-7-py2 - env: INSTANCE=v201707-py2-centos-6-2017-7-py2
# - env: INSTANCE=v201707-py2-amazonlinux-2-2017-7-py2
# - env: INSTANCE=v201707-py2-amazonlinux-1-2017-7-py2
# - env: INSTANCE=v201707-py2-arch-base-latest-2017-7-py2 # - env: INSTANCE=v201707-py2-arch-base-latest-2017-7-py2
- env: INSTANCE=v201803-py2-debian-9-2018-3-py2 - env: INSTANCE=v201803-py2-debian-9-2018-3-py2
# - env: INSTANCE=v201803-py2-ubuntu-1604-2018-3-py2 # - env: INSTANCE=v201803-py2-ubuntu-1604-2018-3-py2
- env: INSTANCE=v201803-py2-centos-7-2018-3-py2 - env: INSTANCE=v201803-py2-centos-7-2018-3-py2
# - env: INSTANCE=v201803-py2-amazonlinux-2-2018-3-py2
# - env: INSTANCE=v201803-py2-amazonlinux-1-2018-3-py2
# - env: INSTANCE=v201803-py2-arch-base-latest-2018-3-py2 # - env: INSTANCE=v201803-py2-arch-base-latest-2018-3-py2
- env: INSTANCE=v201902-py2-ubuntu-1804-2019-2-py2 - env: INSTANCE=v201902-py2-ubuntu-1804-2019-2-py2
# - env: INSTANCE=v201902-py2-centos-7-2019-2-py2 # - env: INSTANCE=v201902-py2-centos-7-2019-2-py2
- env: INSTANCE=v201902-py2-amazonlinux-2-2019-2-py2
- env: INSTANCE=v201902-py2-amazonlinux-2-2019-2-py3
# - env: INSTANCE=v201902-py2-arch-base-latest-2019-2-py2 # - env: INSTANCE=v201902-py2-arch-base-latest-2019-2-py2
- env: INSTANCE=v201902-py3-debian-10-2019-2-py3 - env: INSTANCE=v201902-py3-debian-10-2019-2-py3
# - env: INSTANCE=v201902-py3-debian-9-2019-2-py3 # - env: INSTANCE=v201902-py3-debian-9-2019-2-py3

+ 11
- 9
kitchen.yml View File

driver: driver:
image: netmanagers/salt-2017.7-py2:centos-6 image: netmanagers/salt-2017.7-py2:centos-6
run_command: /sbin/init run_command: /sbin/init
- name: amazonlinux-2-2017-7-py2
- name: amazonlinux-1-2017-7-py2
driver: driver:
image: netmanagers/salt-2017.7-py2:amazonlinux-2
image: netmanagers/salt-2017.7-py2:amazonlinux-1
run_command: /sbin/init
- name: arch-base-latest-2017-7-py2 - name: arch-base-latest-2017-7-py2
driver: driver:
image: netmanagers/salt-2017.7-py2:arch-base-latest image: netmanagers/salt-2017.7-py2:arch-base-latest
- name: centos-7-2018-3-py2 - name: centos-7-2018-3-py2
driver: driver:
image: netmanagers/salt-2018.3-py2:centos-7 image: netmanagers/salt-2018.3-py2:centos-7
- name: amazonlinux-2-2018-3-py2
- name: amazonlinux-1-2018-3-py2
driver: driver:
image: netmanagers/salt-2018.3-py2:amazonlinux-2
image: netmanagers/salt-2018.3-py2:amazonlinux-1
run_command: /sbin/init
- name: arch-base-latest-2018-3-py2 - name: arch-base-latest-2018-3-py2
driver: driver:
image: netmanagers/salt-2018.3-py2:arch-base-latest image: netmanagers/salt-2018.3-py2:arch-base-latest
- name: centos-7-2019-2-py2 - name: centos-7-2019-2-py2
driver: driver:
image: netmanagers/salt-2019.2-py2:centos-7 image: netmanagers/salt-2019.2-py2:centos-7
- name: amazonlinux-2-2019-2-py2
- name: amazonlinux-2-2019-2-py3
driver: driver:
image: netmanagers/salt-2019.2-py2:amazonlinux-2
image: netmanagers/salt-2019.2-py3:amazonlinux-2
- name: arch-base-latest-2019-2-py2 - name: arch-base-latest-2019-2-py2
driver: driver:
image: netmanagers/salt-2019.2-py2:arch-base-latest image: netmanagers/salt-2019.2-py2:arch-base-latest
includes: includes:
- ubuntu-1804-2019-2-py2 - ubuntu-1804-2019-2-py2
- centos-7-2019-2-py2 - centos-7-2019-2-py2
- amazonlinux-2-2019-2-py2
- amazonlinux-2-2019-2-py3
- arch-base-latest-2019-2-py2 - arch-base-latest-2019-2-py2
provisioner: provisioner:
state_top: state_top:
- debian-9-2018-3-py2 - debian-9-2018-3-py2
- ubuntu-1604-2018-3-py2 - ubuntu-1604-2018-3-py2
- centos-7-2018-3-py2 - centos-7-2018-3-py2
- amazonlinux-2-2018-3-py2
- amazonlinux-1-2018-3-py2
- arch-base-latest-2018-3-py2 - arch-base-latest-2018-3-py2
provisioner: provisioner:
state_top: state_top:
- debian-8-2017-7-py2 - debian-8-2017-7-py2
- ubuntu-1604-2017-7-py2 - ubuntu-1604-2017-7-py2
- centos-6-2017-7-py2 - centos-6-2017-7-py2
- amazonlinux-2-2017-7-py2
- amazonlinux-1-2017-7-py2
- arch-base-latest-2017-7-py2 - arch-base-latest-2017-7-py2
provisioner: provisioner:
state_top: state_top:

Loading…
Cancel
Save