Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mysql-formula
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
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
mysql-formula
Commits
5c20c9b5
Commit
5c20c9b5
authored
Oct 1, 2019
by
Imran Iqbal
Browse files
Options
Downloads
Patches
Plain Diff
ci(platform): add `arch-base-latest` (commented out for now) [skip ci]
* Automated using
https://github.com/myii/ssf-formula/pull/50
parent
e6bc70bf
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.travis.yml
+4
-0
4 additions, 0 deletions
.travis.yml
kitchen.yml
+19
-0
19 additions, 0 deletions
kitchen.yml
test/integration/default/inspec.yml
+1
-0
1 addition, 0 deletions
test/integration/default/inspec.yml
with
24 additions
and
0 deletions
.travis.yml
+
4
−
0
View file @
5c20c9b5
...
@@ -25,24 +25,28 @@ env:
...
@@ -25,24 +25,28 @@ env:
# - INSTANCE: default-fedora-30-develop-py3
# - INSTANCE: default-fedora-30-develop-py3
# - INSTANCE: default-opensuse-leap-15-develop-py3
# - INSTANCE: default-opensuse-leap-15-develop-py3
# - INSTANCE: default-amazonlinux-2-develop-py2
# - INSTANCE: default-amazonlinux-2-develop-py2
# - INSTANCE: default-arch-base-latest-develop-py2
-
INSTANCE
:
default-debian-9-2019-2-py3
-
INSTANCE
:
default-debian-9-2019-2-py3
-
INSTANCE
:
default-ubuntu-1804-2019-2-py3
-
INSTANCE
:
default-ubuntu-1804-2019-2-py3
# - INSTANCE: default-centos-7-2019-2-py3
# - INSTANCE: default-centos-7-2019-2-py3
# - INSTANCE: default-fedora-30-2019-2-py3
# - INSTANCE: default-fedora-30-2019-2-py3
# - INSTANCE: default-opensuse-leap-15-2019-2-py3
# - INSTANCE: default-opensuse-leap-15-2019-2-py3
# - INSTANCE: default-amazonlinux-2-2019-2-py2
# - INSTANCE: default-amazonlinux-2-2019-2-py2
# - INSTANCE: default-arch-base-latest-2019-2-py2
-
INSTANCE
:
default-debian-9-2018-3-py2
-
INSTANCE
:
default-debian-9-2018-3-py2
# - INSTANCE: default-ubuntu-1604-2018-3-py2
# - INSTANCE: default-ubuntu-1604-2018-3-py2
# - INSTANCE: default-centos-7-2018-3-py2
# - INSTANCE: default-centos-7-2018-3-py2
# - INSTANCE: default-fedora-29-2018-3-py2
# - INSTANCE: default-fedora-29-2018-3-py2
# - INSTANCE: default-opensuse-leap-15-2018-3-py2
# - INSTANCE: default-opensuse-leap-15-2018-3-py2
# - INSTANCE: default-amazonlinux-2-2018-3-py2
# - INSTANCE: default-amazonlinux-2-2018-3-py2
# - INSTANCE: default-arch-base-latest-2018-3-py2
-
INSTANCE
:
default-debian-8-2017-7-py2
-
INSTANCE
:
default-debian-8-2017-7-py2
# - INSTANCE: default-ubuntu-1604-2017-7-py2
# - INSTANCE: default-ubuntu-1604-2017-7-py2
# - INSTANCE: default-centos-6-2017-7-py2
# - INSTANCE: default-centos-6-2017-7-py2
# - INSTANCE: default-fedora-29-2017-7-py2
# - INSTANCE: default-fedora-29-2017-7-py2
# - INSTANCE: default-opensuse-leap-15-2017-7-py2
# - INSTANCE: default-opensuse-leap-15-2017-7-py2
# - INSTANCE: default-amazonlinux-2-2017-7-py2
# - INSTANCE: default-amazonlinux-2-2017-7-py2
# - INSTANCE: default-arch-base-latest-2017-7-py2
script
:
script
:
-
bin/kitchen verify ${INSTANCE}
-
bin/kitchen verify ${INSTANCE}
...
...
This diff is collapsed.
Click to expand it.
kitchen.yml
+
19
−
0
View file @
5c20c9b5
...
@@ -53,6 +53,13 @@ platforms:
...
@@ -53,6 +53,13 @@ platforms:
provision_command
:
provision_command
:
-
curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
-
curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
-
sh bootstrap-salt.sh -XdPbfrq -x python2 git develop
-
sh bootstrap-salt.sh -XdPbfrq -x python2 git develop
-
name
:
arch-base-latest-develop-py2
driver
:
image
:
netmanagers/salt-develop-py2:arch-base-latest
provision_command
:
-
curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
-
sh bootstrap-salt.sh -XdPbfrq -x python2 git develop
run_command
:
/usr/lib/systemd/systemd
## SALT `2019.2`
## SALT `2019.2`
-
name
:
debian-9-2019-2-py3
-
name
:
debian-9-2019-2-py3
...
@@ -78,6 +85,10 @@ platforms:
...
@@ -78,6 +85,10 @@ platforms:
-
name
:
amazonlinux-2-2019-2-py2
-
name
:
amazonlinux-2-2019-2-py2
driver
:
driver
:
image
:
netmanagers/salt-2019.2-py2:amazonlinux-2
image
:
netmanagers/salt-2019.2-py2:amazonlinux-2
-
name
:
arch-base-latest-2019-2-py2
driver
:
image
:
netmanagers/salt-2019.2-py2:arch-base-latest
run_command
:
/usr/lib/systemd/systemd
## SALT `2018.3`
## SALT `2018.3`
-
name
:
debian-9-2018-3-py2
-
name
:
debian-9-2018-3-py2
...
@@ -103,6 +114,10 @@ platforms:
...
@@ -103,6 +114,10 @@ platforms:
-
name
:
amazonlinux-2-2018-3-py2
-
name
:
amazonlinux-2-2018-3-py2
driver
:
driver
:
image
:
netmanagers/salt-2018.3-py2:amazonlinux-2
image
:
netmanagers/salt-2018.3-py2:amazonlinux-2
-
name
:
arch-base-latest-2018-3-py2
driver
:
image
:
netmanagers/salt-2018.3-py2:arch-base-latest
run_command
:
/usr/lib/systemd/systemd
## SALT `2017.7`
## SALT `2017.7`
-
name
:
debian-8-2017-7-py2
-
name
:
debian-8-2017-7-py2
...
@@ -129,6 +144,10 @@ platforms:
...
@@ -129,6 +144,10 @@ platforms:
-
name
:
amazonlinux-2-2017-7-py2
-
name
:
amazonlinux-2-2017-7-py2
driver
:
driver
:
image
:
netmanagers/salt-2017.7-py2:amazonlinux-2
image
:
netmanagers/salt-2017.7-py2:amazonlinux-2
-
name
:
arch-base-latest-2017-7-py2
driver
:
image
:
netmanagers/salt-2017.7-py2:arch-base-latest
run_command
:
/usr/lib/systemd/systemd
provisioner
:
provisioner
:
name
:
salt_solo
name
:
salt_solo
...
...
This diff is collapsed.
Click to expand it.
test/integration/default/inspec.yml
+
1
−
0
View file @
5c20c9b5
...
@@ -15,3 +15,4 @@ supports:
...
@@ -15,3 +15,4 @@ supports:
-
platform-name
:
suse
-
platform-name
:
suse
-
platform-name
:
freebsd
-
platform-name
:
freebsd
-
platform-name
:
amazon
-
platform-name
:
amazon
-
platform-name
:
arch
This diff is collapsed.
Click to expand it.
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
sign in
to comment