Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
systemd-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
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
salt
systemd-formula
Commits
9e958b0a
Unverified
Commit
9e958b0a
authored
3 years ago
by
Imran Iqbal
Browse files
Options
Downloads
Patches
Plain Diff
ci: add Debian 11 Bullseye & update `yamllint` configuration [skip ci]
* Automated using
https://github.com/myii/ssf-formula/pull/345
parent
04bb3110
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+4
-0
4 additions, 0 deletions
.gitlab-ci.yml
.travis.yml
+4
-0
4 additions, 0 deletions
.travis.yml
.yamllint
+8
-6
8 additions, 6 deletions
.yamllint
kitchen.yml
+16
-0
16 additions, 0 deletions
kitchen.yml
with
32 additions
and
6 deletions
.gitlab-ci.yml
+
4
−
0
View file @
9e958b0a
...
@@ -123,6 +123,7 @@ rubocop:
...
@@ -123,6 +123,7 @@ rubocop:
## 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`
# default-debian-11-tiamat-py3: {extends: '.test_instance'}
# default-debian-10-tiamat-py3: {extends: '.test_instance'}
# default-debian-10-tiamat-py3: {extends: '.test_instance'}
# default-debian-9-tiamat-py3: {extends: '.test_instance'}
# default-debian-9-tiamat-py3: {extends: '.test_instance'}
# default-ubuntu-2004-tiamat-py3: {extends: '.test_instance'}
# default-ubuntu-2004-tiamat-py3: {extends: '.test_instance'}
...
@@ -134,6 +135,7 @@ rubocop:
...
@@ -134,6 +135,7 @@ rubocop:
# default-oraclelinux-7-tiamat-py3: {extends: '.test_instance'}
# default-oraclelinux-7-tiamat-py3: {extends: '.test_instance'}
# default-almalinux-8-tiamat-py3: {extends: '.test_instance'}
# default-almalinux-8-tiamat-py3: {extends: '.test_instance'}
# default-rockylinux-8-tiamat-py3: {extends: '.test_instance'}
# default-rockylinux-8-tiamat-py3: {extends: '.test_instance'}
default-debian-11-master-py3
:
{
extends
:
'
.test_instance'
}
default-debian-10-master-py3
:
{
extends
:
'
.test_instance'
}
default-debian-10-master-py3
:
{
extends
:
'
.test_instance'
}
default-debian-9-master-py3
:
{
extends
:
'
.test_instance'
}
default-debian-9-master-py3
:
{
extends
:
'
.test_instance'
}
default-ubuntu-2004-master-py3
:
{
extends
:
'
.test_instance'
}
default-ubuntu-2004-master-py3
:
{
extends
:
'
.test_instance'
}
...
@@ -153,6 +155,7 @@ default-amazonlinux-2-master-py3: {extends: '.test_instance'}
...
@@ -153,6 +155,7 @@ default-amazonlinux-2-master-py3: {extends: '.test_instance'}
# default-gentoo-stage3-systemd-master-py3: {extends: '.test_instance'}
# default-gentoo-stage3-systemd-master-py3: {extends: '.test_instance'}
# default-almalinux-8-master-py3: {extends: '.test_instance'}
# default-almalinux-8-master-py3: {extends: '.test_instance'}
# default-rockylinux-8-master-py3: {extends: '.test_instance'}
# default-rockylinux-8-master-py3: {extends: '.test_instance'}
# default-debian-11-3003-1-py3: {extends: '.test_instance'}
# default-debian-10-3003-1-py3: {extends: '.test_instance'}
# default-debian-10-3003-1-py3: {extends: '.test_instance'}
# default-debian-9-3003-1-py3: {extends: '.test_instance'}
# default-debian-9-3003-1-py3: {extends: '.test_instance'}
# default-ubuntu-2004-3003-1-py3: {extends: '.test_instance'}
# default-ubuntu-2004-3003-1-py3: {extends: '.test_instance'}
...
@@ -170,6 +173,7 @@ default-amazonlinux-2-master-py3: {extends: '.test_instance'}
...
@@ -170,6 +173,7 @@ default-amazonlinux-2-master-py3: {extends: '.test_instance'}
# default-arch-base-latest-3003-1-py3: {extends: '.test_instance'}
# default-arch-base-latest-3003-1-py3: {extends: '.test_instance'}
# default-gentoo-stage3-latest-3003-1-py3: {extends: '.test_instance'}
# default-gentoo-stage3-latest-3003-1-py3: {extends: '.test_instance'}
# default-gentoo-stage3-systemd-3003-1-py3: {extends: '.test_instance'}
# default-gentoo-stage3-systemd-3003-1-py3: {extends: '.test_instance'}
# default-debian-11-3002-6-py3: {extends: '.test_instance'}
# default-debian-10-3002-6-py3: {extends: '.test_instance'}
# default-debian-10-3002-6-py3: {extends: '.test_instance'}
# default-debian-9-3002-6-py3: {extends: '.test_instance'}
# default-debian-9-3002-6-py3: {extends: '.test_instance'}
# default-ubuntu-2004-3002-6-py3: {extends: '.test_instance'}
# default-ubuntu-2004-3002-6-py3: {extends: '.test_instance'}
...
...
This diff is collapsed.
Click to expand it.
.travis.yml
+
4
−
0
View file @
9e958b0a
...
@@ -83,6 +83,7 @@ jobs:
...
@@ -83,6 +83,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-11-tiamat-py3
# - env: INSTANCE=default-debian-10-tiamat-py3
# - env: INSTANCE=default-debian-10-tiamat-py3
# - env: INSTANCE=default-debian-9-tiamat-py3
# - env: INSTANCE=default-debian-9-tiamat-py3
# - env: INSTANCE=default-ubuntu-2004-tiamat-py3
# - env: INSTANCE=default-ubuntu-2004-tiamat-py3
...
@@ -94,6 +95,7 @@ jobs:
...
@@ -94,6 +95,7 @@ jobs:
# - env: INSTANCE=default-oraclelinux-7-tiamat-py3
# - env: INSTANCE=default-oraclelinux-7-tiamat-py3
# - env: INSTANCE=default-almalinux-8-tiamat-py3
# - env: INSTANCE=default-almalinux-8-tiamat-py3
# - env: INSTANCE=default-rockylinux-8-tiamat-py3
# - env: INSTANCE=default-rockylinux-8-tiamat-py3
-
env
:
INSTANCE=default-debian-11-master-py3
-
env
:
INSTANCE=default-debian-10-master-py3
-
env
:
INSTANCE=default-debian-10-master-py3
-
env
:
INSTANCE=default-debian-9-master-py3
-
env
:
INSTANCE=default-debian-9-master-py3
-
env
:
INSTANCE=default-ubuntu-2004-master-py3
-
env
:
INSTANCE=default-ubuntu-2004-master-py3
...
@@ -113,6 +115,7 @@ jobs:
...
@@ -113,6 +115,7 @@ jobs:
# - env: INSTANCE=default-gentoo-stage3-systemd-master-py3
# - env: INSTANCE=default-gentoo-stage3-systemd-master-py3
# - env: INSTANCE=default-almalinux-8-master-py3
# - env: INSTANCE=default-almalinux-8-master-py3
# - env: INSTANCE=default-rockylinux-8-master-py3
# - env: INSTANCE=default-rockylinux-8-master-py3
# - env: INSTANCE=default-debian-11-3003-1-py3
# - env: INSTANCE=default-debian-10-3003-1-py3
# - env: INSTANCE=default-debian-10-3003-1-py3
# - env: INSTANCE=default-debian-9-3003-1-py3
# - env: INSTANCE=default-debian-9-3003-1-py3
# - env: INSTANCE=default-ubuntu-2004-3003-1-py3
# - env: INSTANCE=default-ubuntu-2004-3003-1-py3
...
@@ -130,6 +133,7 @@ jobs:
...
@@ -130,6 +133,7 @@ jobs:
# - env: INSTANCE=default-arch-base-latest-3003-1-py3
# - env: INSTANCE=default-arch-base-latest-3003-1-py3
# - env: INSTANCE=default-gentoo-stage3-latest-3003-1-py3
# - env: INSTANCE=default-gentoo-stage3-latest-3003-1-py3
# - env: INSTANCE=default-gentoo-stage3-systemd-3003-1-py3
# - env: INSTANCE=default-gentoo-stage3-systemd-3003-1-py3
# - env: INSTANCE=default-debian-11-3002-6-py3
# - env: INSTANCE=default-debian-10-3002-6-py3
# - env: INSTANCE=default-debian-10-3002-6-py3
# - env: INSTANCE=default-debian-9-3002-6-py3
# - env: INSTANCE=default-debian-9-3002-6-py3
# - env: INSTANCE=default-ubuntu-2004-3002-6-py3
# - env: INSTANCE=default-ubuntu-2004-3002-6-py3
...
...
This diff is collapsed.
Click to expand it.
.yamllint
+
8
−
6
View file @
9e958b0a
...
@@ -5,13 +5,15 @@
...
@@ -5,13 +5,15 @@
extends
:
'
default'
extends
:
'
default'
# Files to ignore completely
# Files to ignore completely
# 1. All YAML files under directory `.cache/`, introduced during the GitLab CI run
# 1. All YAML files under directory `.bundle/`, introduced if gems are installed locally
# 2. All YAML files under directory `.git/`
# 2. All YAML files under directory `.cache/`, introduced during the CI run
# 3. All YAML files under directory `node_modules/`, introduced during the Travis run
# 3. All YAML files under directory `.git/`
# 4. Any SLS files under directory `test/`, which are actually state files
# 4. All YAML files under directory `node_modules/`, introduced during the CI run
# 5. Any YAML files under directory `.kitchen/`, introduced during local testing
# 5. Any SLS files under directory `test/`, which are actually state files
# 6. `kitchen.vagrant.yml`, which contains Embedded Ruby (ERB) template syntax
# 6. Any YAML files under directory `.kitchen/`, introduced during local testing
# 7. `kitchen.vagrant.yml`, which contains Embedded Ruby (ERB) template syntax
ignore
:
|
ignore
:
|
.bundle/
.cache/
.cache/
.git/
.git/
node_modules/
node_modules/
...
...
This diff is collapsed.
Click to expand it.
kitchen.yml
+
16
−
0
View file @
9e958b0a
...
@@ -20,6 +20,10 @@ provisioner:
...
@@ -20,6 +20,10 @@ provisioner:
platforms
:
platforms
:
## SALT `tiamat`
## SALT `tiamat`
-
name
:
debian-11-tiamat-py3
driver
:
image
:
saltimages/salt-tiamat-py3:debian-11
run_command
:
/lib/systemd/systemd
-
name
:
debian-10-tiamat-py3
-
name
:
debian-10-tiamat-py3
driver
:
driver
:
image
:
saltimages/salt-tiamat-py3:debian-10
image
:
saltimages/salt-tiamat-py3:debian-10
...
@@ -59,6 +63,10 @@ platforms:
...
@@ -59,6 +63,10 @@ platforms:
image
:
saltimages/salt-tiamat-py3:rockylinux-8
image
:
saltimages/salt-tiamat-py3:rockylinux-8
## SALT `master`
## SALT `master`
-
name
:
debian-11-master-py3
driver
:
image
:
saltimages/salt-master-py3:debian-11
run_command
:
/lib/systemd/systemd
-
name
:
debian-10-master-py3
-
name
:
debian-10-master-py3
driver
:
driver
:
image
:
saltimages/salt-master-py3:debian-10
image
:
saltimages/salt-master-py3:debian-10
...
@@ -143,6 +151,10 @@ platforms:
...
@@ -143,6 +151,10 @@ platforms:
image
:
saltimages/salt-master-py3:rockylinux-8
image
:
saltimages/salt-master-py3:rockylinux-8
## SALT `3003.1`
## SALT `3003.1`
-
name
:
debian-11-3003-1-py3
driver
:
image
:
saltimages/salt-3003.1-py3:debian-11
run_command
:
/lib/systemd/systemd
-
name
:
debian-10-3003-1-py3
-
name
:
debian-10-3003-1-py3
driver
:
driver
:
image
:
saltimages/salt-3003.1-py3:debian-10
image
:
saltimages/salt-3003.1-py3:debian-10
...
@@ -221,6 +233,10 @@ platforms:
...
@@ -221,6 +233,10 @@ platforms:
image
:
saltimages/salt-3003.1-py3:gentoo-stage3-systemd
image
:
saltimages/salt-3003.1-py3:gentoo-stage3-systemd
## SALT `3002.6`
## SALT `3002.6`
-
name
:
debian-11-3002-6-py3
driver
:
image
:
saltimages/salt-3002.6-py3:debian-11
run_command
:
/lib/systemd/systemd
-
name
:
debian-10-3002-6-py3
-
name
:
debian-10-3002-6-py3
driver
:
driver
:
image
:
saltimages/salt-3002.6-py3:debian-10
image
:
saltimages/salt-3002.6-py3:debian-10
...
...
This diff is collapsed.
Click to expand it.
Dennis Ahrens
@ahrensde
mentioned in commit
56520008
·
3 years ago
mentioned in commit
56520008
mentioned in commit 56520008175491d3a5deecc2b5fa02c6834944f3
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