mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2024-11-28 02:57:50 +01:00
We don't need the daemons running at bootstrap time
This commit is contained in:
parent
f494b59fe1
commit
9f9bd97f9e
@ -15,15 +15,14 @@ env:
|
|||||||
- 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:
|
||||||
|
@ -30,6 +30,7 @@ platforms:
|
|||||||
|
|
||||||
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
|
||||||
@ -151,7 +152,7 @@ suites:
|
|||||||
|
|
||||||
# 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:
|
||||||
@ -174,7 +175,6 @@ suites:
|
|||||||
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…
Reference in New Issue
Block a user