Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
keepalived-formula
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
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
keepalived-formula
Commits
0bb4271c
Commit
0bb4271c
authored
5 years ago
by
Imran Iqbal
Browse files
Options
Downloads
Patches
Plain Diff
ci(kitchen): use `debian-10-master-py3` instead of `develop` [skip ci]
* Automated using
https://github.com/myii/ssf-formula/pull/84
parent
4d402167
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.travis.yml
+1
-1
1 addition, 1 deletion
.travis.yml
kitchen.yml
+4
-4
4 additions, 4 deletions
kitchen.yml
with
5 additions
and
5 deletions
.travis.yml
+
1
−
1
View file @
0bb4271c
...
@@ -58,7 +58,7 @@ jobs:
...
@@ -58,7 +58,7 @@ jobs:
## Define the rest of the matrix based on Kitchen testing
## Define the rest of the matrix based on Kitchen testing
# Make sure the instances listed below match up with
# Make sure the instances listed below match up with
# the `platforms` defined in `kitchen.yml`
# the `platforms` defined in `kitchen.yml`
-
env
:
INSTANCE=default-debian-10-
develop
-py3
-
env
:
INSTANCE=default-debian-10-
master
-py3
# - env: INSTANCE=default-ubuntu-1804-develop-py3
# - env: INSTANCE=default-ubuntu-1804-develop-py3
# - env: INSTANCE=default-centos-7-develop-py3
# - env: INSTANCE=default-centos-7-develop-py3
# - env: INSTANCE=default-fedora-30-develop-py3
# - env: INSTANCE=default-fedora-30-develop-py3
...
...
This diff is collapsed.
Click to expand it.
kitchen.yml
+
4
−
4
View file @
0bb4271c
...
@@ -11,13 +11,13 @@ driver:
...
@@ -11,13 +11,13 @@ driver:
# Make sure the platforms listed below match up with
# Make sure the platforms listed below match up with
# the `env.matrix` instances defined in `.travis.yml`
# the `env.matrix` instances defined in `.travis.yml`
platforms
:
platforms
:
## SALT `develop`
## SALT `develop`
=> `master`
-
name
:
debian-10-
develop
-py3
-
name
:
debian-10-
master
-py3
driver
:
driver
:
image
:
netmanagers/salt-
develop
-py3:debian-10
image
:
netmanagers/salt-
master
-py3:debian-10
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 python3 git
develop
-
sh bootstrap-salt.sh -XdPbfrq -x python3 git
master
-
name
:
ubuntu-1804-develop-py3
-
name
:
ubuntu-1804-develop-py3
driver
:
driver
:
image
:
netmanagers/salt-develop-py3:ubuntu-18.04
image
:
netmanagers/salt-develop-py3:ubuntu-18.04
...
...
This diff is collapsed.
Click to expand it.
Dennis Ahrens
@ahrensde
mentioned in commit
223ef1d1
·
5 years ago
mentioned in commit
223ef1d1
mentioned in commit 223ef1d1776eac7bfcb3d582262c42f665d0d2a1
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