Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
postgres-formula
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
salt
postgres-formula
Commits
e9da40b5
Unverified
Commit
e9da40b5
authored
3 years ago
by
Imran Iqbal
Browse files
Options
Downloads
Patches
Plain Diff
ci(kitchen): move `provisioner` block & update `run_command` [skip ci]
* Automated using
https://github.com/myii/ssf-formula/pull/344
parent
24f92dd0
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
kitchen.yml
+35
-30
35 additions, 30 deletions
kitchen.yml
with
35 additions
and
30 deletions
kitchen.yml
+
35
−
30
View file @
e9da40b5
...
...
@@ -6,22 +6,36 @@ driver:
name
:
docker
use_sudo
:
false
privileged
:
true
run_command
:
/lib/systemd/systemd
run_command
:
/usr/lib/systemd/systemd
provisioner
:
name
:
salt_solo
log_level
:
debug
salt_install
:
none
require_chef
:
false
formula
:
postgres
salt_copy_filter
:
-
.kitchen
-
.git
platforms
:
## SALT `tiamat`
-
name
:
debian-10-tiamat-py3
driver
:
image
:
saltimages/salt-tiamat-py3:debian-10
run_command
:
/lib/systemd/systemd
-
name
:
debian-9-tiamat-py3
driver
:
image
:
saltimages/salt-tiamat-py3:debian-9
run_command
:
/lib/systemd/systemd
-
name
:
ubuntu-2004-tiamat-py3
driver
:
image
:
saltimages/salt-tiamat-py3:ubuntu-20.04
run_command
:
/lib/systemd/systemd
-
name
:
ubuntu-1804-tiamat-py3
driver
:
image
:
saltimages/salt-tiamat-py3:ubuntu-18.04
run_command
:
/lib/systemd/systemd
-
name
:
centos-8-tiamat-py3
driver
:
image
:
saltimages/salt-tiamat-py3:centos-8
...
...
@@ -48,15 +62,19 @@ platforms:
-
name
:
debian-10-master-py3
driver
:
image
:
saltimages/salt-master-py3:debian-10
run_command
:
/lib/systemd/systemd
-
name
:
debian-9-master-py3
driver
:
image
:
saltimages/salt-master-py3:debian-9
run_command
:
/lib/systemd/systemd
-
name
:
ubuntu-2004-master-py3
driver
:
image
:
saltimages/salt-master-py3:ubuntu-20.04
run_command
:
/lib/systemd/systemd
-
name
:
ubuntu-1804-master-py3
driver
:
image
:
saltimages/salt-master-py3:ubuntu-18.04
run_command
:
/lib/systemd/systemd
-
name
:
centos-8-master-py3
driver
:
image
:
saltimages/salt-master-py3:centos-8
...
...
@@ -72,7 +90,6 @@ platforms:
-
name
:
opensuse-leap-153-master-py3
driver
:
image
:
saltimages/salt-master-py3:opensuse-leap-15.3
run_command
:
/usr/lib/systemd/systemd
# Workaround to avoid intermittent failures on `opensuse-leap-15.3`:
# => SCP did not finish successfully (255): (Net::SCP::Error)
transport
:
...
...
@@ -80,7 +97,6 @@ platforms:
-
name
:
opensuse-leap-152-master-py3
driver
:
image
:
saltimages/salt-master-py3:opensuse-leap-15.2
run_command
:
/usr/lib/systemd/systemd
# Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
# => SCP did not finish successfully (255): (Net::SCP::Error)
transport
:
...
...
@@ -88,7 +104,6 @@ platforms:
-
name
:
opensuse-tmbl-latest-master-py3
driver
:
image
:
saltimages/salt-master-py3:opensuse-tumbleweed-latest
run_command
:
/usr/lib/systemd/systemd
# Workaround to avoid intermittent failures on `opensuse-tumbleweed`:
# => SCP did not finish successfully (255): (Net::SCP::Error)
transport
:
...
...
@@ -105,7 +120,6 @@ platforms:
-
name
:
arch-base-latest-master-py3
driver
:
image
:
saltimages/salt-master-py3:arch-base-latest
run_command
:
/usr/lib/systemd/systemd
-
name
:
gentoo-stage3-latest-master-py3
driver
:
image
:
saltimages/salt-master-py3:gentoo-stage3-latest
...
...
@@ -124,15 +138,19 @@ platforms:
-
name
:
debian-10-3003-1-py3
driver
:
image
:
saltimages/salt-3003.1-py3:debian-10
run_command
:
/lib/systemd/systemd
-
name
:
debian-9-3003-1-py3
driver
:
image
:
saltimages/salt-3003.1-py3:debian-9
run_command
:
/lib/systemd/systemd
-
name
:
ubuntu-2004-3003-1-py3
driver
:
image
:
saltimages/salt-3003.1-py3:ubuntu-20.04
run_command
:
/lib/systemd/systemd
-
name
:
ubuntu-1804-3003-1-py3
driver
:
image
:
saltimages/salt-3003.1-py3:ubuntu-18.04
run_command
:
/lib/systemd/systemd
-
name
:
centos-8-3003-1-py3
driver
:
image
:
saltimages/salt-3003.1-py3:centos-8
...
...
@@ -148,7 +166,6 @@ platforms:
-
name
:
opensuse-leap-153-3003-1-py3
driver
:
image
:
saltimages/salt-3003.1-py3:opensuse-leap-15.3
run_command
:
/usr/lib/systemd/systemd
# Workaround to avoid intermittent failures on `opensuse-leap-15.3`:
# => SCP did not finish successfully (255): (Net::SCP::Error)
transport
:
...
...
@@ -156,7 +173,6 @@ platforms:
-
name
:
opensuse-leap-152-3003-1-py3
driver
:
image
:
saltimages/salt-3003.1-py3:opensuse-leap-15.2
run_command
:
/usr/lib/systemd/systemd
# Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
# => SCP did not finish successfully (255): (Net::SCP::Error)
transport
:
...
...
@@ -164,7 +180,6 @@ platforms:
-
name
:
opensuse-tmbl-latest-3003-1-py3
driver
:
image
:
saltimages/salt-3003.1-py3:opensuse-tumbleweed-latest
run_command
:
/usr/lib/systemd/systemd
# Workaround to avoid intermittent failures on `opensuse-tumbleweed`:
# => SCP did not finish successfully (255): (Net::SCP::Error)
transport
:
...
...
@@ -181,7 +196,6 @@ platforms:
-
name
:
arch-base-latest-3003-1-py3
driver
:
image
:
saltimages/salt-3003.1-py3:arch-base-latest
run_command
:
/usr/lib/systemd/systemd
-
name
:
gentoo-stage3-latest-3003-1-py3
driver
:
image
:
saltimages/salt-3003.1-py3:gentoo-stage3-latest
...
...
@@ -194,15 +208,19 @@ platforms:
-
name
:
debian-10-3002-6-py3
driver
:
image
:
saltimages/salt-3002.6-py3:debian-10
run_command
:
/lib/systemd/systemd
-
name
:
debian-9-3002-6-py3
driver
:
image
:
saltimages/salt-3002.6-py3:debian-9
run_command
:
/lib/systemd/systemd
-
name
:
ubuntu-2004-3002-6-py3
driver
:
image
:
saltimages/salt-3002.6-py3:ubuntu-20.04
run_command
:
/lib/systemd/systemd
-
name
:
ubuntu-1804-3002-6-py3
driver
:
image
:
saltimages/salt-3002.6-py3:ubuntu-18.04
run_command
:
/lib/systemd/systemd
-
name
:
centos-8-3002-6-py3
driver
:
image
:
saltimages/salt-3002.6-py3:centos-8
...
...
@@ -227,7 +245,6 @@ platforms:
-
name
:
arch-base-latest-3002-6-py3
driver
:
image
:
saltimages/salt-3002.6-py3:arch-base-latest
run_command
:
/usr/lib/systemd/systemd
-
name
:
gentoo-stage3-latest-3002-6-py3
driver
:
image
:
saltimages/salt-3002.6-py3:gentoo-stage3-latest
...
...
@@ -240,7 +257,6 @@ platforms:
-
name
:
opensuse-leap-153-3002-2-py3
driver
:
image
:
saltimages/salt-3002.2-py3:opensuse-leap-15.3
run_command
:
/usr/lib/systemd/systemd
# Workaround to avoid intermittent failures on `opensuse-leap-15.3`:
# => SCP did not finish successfully (255): (Net::SCP::Error)
transport
:
...
...
@@ -248,7 +264,6 @@ platforms:
-
name
:
opensuse-leap-152-3002-2-py3
driver
:
image
:
saltimages/salt-3002.2-py3:opensuse-leap-15.2
run_command
:
/usr/lib/systemd/systemd
# Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
# => SCP did not finish successfully (255): (Net::SCP::Error)
transport
:
...
...
@@ -256,7 +271,6 @@ platforms:
-
name
:
opensuse-tmbl-latest-3002-2-py3
driver
:
image
:
saltimages/salt-3002.2-py3:opensuse-tumbleweed-latest
run_command
:
/usr/lib/systemd/systemd
# Workaround to avoid intermittent failures on `opensuse-tumbleweed`:
# => SCP did not finish successfully (255): (Net::SCP::Error)
transport
:
...
...
@@ -266,15 +280,19 @@ platforms:
-
name
:
debian-10-3001-7-py3
driver
:
image
:
saltimages/salt-3001.7-py3:debian-10
run_command
:
/lib/systemd/systemd
-
name
:
debian-9-3001-7-py3
driver
:
image
:
saltimages/salt-3001.7-py3:debian-9
run_command
:
/lib/systemd/systemd
-
name
:
ubuntu-2004-3001-7-py3
driver
:
image
:
saltimages/salt-3001.7-py3:ubuntu-20.04
run_command
:
/lib/systemd/systemd
-
name
:
ubuntu-1804-3001-7-py3
driver
:
image
:
saltimages/salt-3001.7-py3:ubuntu-18.04
run_command
:
/lib/systemd/systemd
-
name
:
centos-8-3001-7-py3
driver
:
image
:
saltimages/salt-3001.7-py3:centos-8
...
...
@@ -290,7 +308,6 @@ platforms:
-
name
:
opensuse-leap-153-3001-7-py3
driver
:
image
:
saltimages/salt-3001.7-py3:opensuse-leap-15.3
run_command
:
/usr/lib/systemd/systemd
# Workaround to avoid intermittent failures on `opensuse-leap-15.3`:
# => SCP did not finish successfully (255): (Net::SCP::Error)
transport
:
...
...
@@ -298,7 +315,6 @@ platforms:
-
name
:
opensuse-leap-152-3001-7-py3
driver
:
image
:
saltimages/salt-3001.7-py3:opensuse-leap-15.2
run_command
:
/usr/lib/systemd/systemd
# Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
# => SCP did not finish successfully (255): (Net::SCP::Error)
transport
:
...
...
@@ -306,7 +322,6 @@ platforms:
-
name
:
opensuse-tmbl-latest-3001-7-py3
driver
:
image
:
saltimages/salt-3001.7-py3:opensuse-tumbleweed-latest
run_command
:
/usr/lib/systemd/systemd
# Workaround to avoid intermittent failures on `opensuse-tumbleweed`:
# => SCP did not finish successfully (255): (Net::SCP::Error)
transport
:
...
...
@@ -323,7 +338,6 @@ platforms:
-
name
:
arch-base-latest-3001-7-py3
driver
:
image
:
saltimages/salt-3001.7-py3:arch-base-latest
run_command
:
/usr/lib/systemd/systemd
-
name
:
gentoo-stage3-latest-3001-7-py3
driver
:
image
:
saltimages/salt-3001.7-py3:gentoo-stage3-latest
...
...
@@ -336,12 +350,15 @@ platforms:
-
name
:
debian-10-3000-9-py3
driver
:
image
:
saltimages/salt-3000.9-py3:debian-10
run_command
:
/lib/systemd/systemd
-
name
:
debian-9-3000-9-py3
driver
:
image
:
saltimages/salt-3000.9-py3:debian-9
run_command
:
/lib/systemd/systemd
-
name
:
ubuntu-1804-3000-9-py3
driver
:
image
:
saltimages/salt-3000.9-py3:ubuntu-18.04
run_command
:
/lib/systemd/systemd
-
name
:
centos-8-3000-9-py3
driver
:
image
:
saltimages/salt-3000.9-py3:centos-8
...
...
@@ -351,7 +368,6 @@ platforms:
-
name
:
opensuse-leap-153-3000-9-py3
driver
:
image
:
saltimages/salt-3000.9-py3:opensuse-leap-15.3
run_command
:
/usr/lib/systemd/systemd
# Workaround to avoid intermittent failures on `opensuse-leap-15.3`:
# => SCP did not finish successfully (255): (Net::SCP::Error)
transport
:
...
...
@@ -359,7 +375,6 @@ platforms:
-
name
:
opensuse-leap-152-3000-9-py3
driver
:
image
:
saltimages/salt-3000.9-py3:opensuse-leap-15.2
run_command
:
/usr/lib/systemd/systemd
# Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
# => SCP did not finish successfully (255): (Net::SCP::Error)
transport
:
...
...
@@ -383,20 +398,10 @@ platforms:
-
name
:
ubuntu-1804-3000-9-py2
driver
:
image
:
saltimages/salt-3000.9-py2:ubuntu-18.04
run_command
:
/lib/systemd/systemd
-
name
:
arch-base-latest-3000-9-py2
driver
:
image
:
saltimages/salt-3000.9-py2:arch-base-latest
run_command
:
/usr/lib/systemd/systemd
provisioner
:
name
:
salt_solo
log_level
:
debug
salt_install
:
none
require_chef
:
false
formula
:
postgres
salt_copy_filter
:
-
.kitchen
-
.git
verifier
:
# https://www.inspec.io/
...
...
This diff is collapsed.
Click to expand it.
Dennis Ahrens
@ahrensde
mentioned in commit
47ada685
·
3 years ago
mentioned in commit
47ada685
mentioned in commit 47ada685df26e63d21dd15489c20c9a018526f0b
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment