Browse Source

We don't need the daemons running at bootstrap time

tags/v0.57.0
Javier Bértoli 5 years ago
parent
commit
9f9bd97f9e
2 changed files with 4 additions and 5 deletions
  1. +2
    -3
      .travis.yml
  2. +2
    -2
      kitchen.yml

+ 2
- 3
.travis.yml View File

- INSTANCE: v2019-2-py3-centos-7 - INSTANCE: v2019-2-py3-centos-7
- INSTANCE: v2019-2-py2-fedora-29 - INSTANCE: v2019-2-py2-fedora-29


- INSTANCE: v2018-3-py2-opensuse-423
- INSTANCE: v2018-3-py2-debian-8 - INSTANCE: v2018-3-py2-debian-8
- INSTANCE: v2018-3-py2-ubuntu-1604 - INSTANCE: v2018-3-py2-ubuntu-1604
- INSTANCE: v2018-3-py2-bootstrap-2016-11-centos-6 - INSTANCE: v2018-3-py2-bootstrap-2016-11-centos-6
- INSTANCE: v2018-3-py2-forced-fedora-28
- INSTANCE: v2018-3-py2-forced-version-fedora-28
- INSTANCE: v2018-3-py2-opensuse-423


- INSTANCE: v2017-7-py2-debian-8 - INSTANCE: v2017-7-py2-debian-8
- INSTANCE: v2017-7-py2-ubuntu-1604 - INSTANCE: v2017-7-py2-ubuntu-1604
- INSTANCE: v2017-7-py2-centos-6
- INSTANCE: v2017-7-py2-bootstrap-2016-11-centos-6 - INSTANCE: v2017-7-py2-bootstrap-2016-11-centos-6


script: script:

+ 2
- 2
kitchen.yml View File



provisioner: provisioner:
name: salt_solo name: salt_solo
salt_bootstrap_options: -X -d
log_level: info log_level: info
require_chef: false require_chef: false
formula: salt formula: salt


# To tests fedora 28 & salt v2018.2, we need to force the package version # To tests fedora 28 & salt v2018.2, we need to force the package version
# otherwise the image, which includes the 'updates' repo, will install 2019.2 # otherwise the image, which includes the 'updates' repo, will install 2019.2
- name: v2018-3-py2-forced
- name: v2018-3-py2-forced-version
includes: includes:
- fedora-28 - fedora-28
provisioner: provisioner:
includes: includes:
- debian-8 - debian-8
- ubuntu-16.04 - ubuntu-16.04
- centos-6
provisioner: provisioner:
# We require an old version of salt in the provisioner or, # We require an old version of salt in the provisioner or,
# the salt formula fails to downgrade to the desired version to test # the salt formula fails to downgrade to the desired version to test

Loading…
Cancel
Save