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
3880cd3a
Unverified
Commit
3880cd3a
authored
Jun 8, 2022
by
Imran Iqbal
Browse files
Options
Downloads
Patches
Plain Diff
ci: update `pre-commit` configuration inc. for pre-commit.ci [skip ci]
* Automated using
https://github.com/myii/ssf-formula/pull/450
parent
b3b6d6b7
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+0
-10
0 additions, 10 deletions
.gitlab-ci.yml
.pre-commit-config.yaml
+13
-1
13 additions, 1 deletion
.pre-commit-config.yaml
.travis.yml
+0
-10
0 additions, 10 deletions
.travis.yml
kitchen.yml
+0
-36
0 additions, 36 deletions
kitchen.yml
with
13 additions
and
57 deletions
.gitlab-ci.yml
+
0
−
10
View file @
3880cd3a
...
@@ -154,7 +154,6 @@ default-ubuntu-1804-master-py3: {extends: '.test_instance'}
...
@@ -154,7 +154,6 @@ default-ubuntu-1804-master-py3: {extends: '.test_instance'}
# default-centos-7-master-py3: {extends: '.test_instance'}
# default-centos-7-master-py3: {extends: '.test_instance'}
# default-fedora-36-master-py3: {extends: '.test_instance_failure_permitted'}
# default-fedora-36-master-py3: {extends: '.test_instance_failure_permitted'}
# default-fedora-35-master-py3: {extends: '.test_instance'}
# default-fedora-35-master-py3: {extends: '.test_instance'}
# default-fedora-34-master-py3: {extends: '.test_instance'}
# default-opensuse-leap-153-master-py3: {extends: '.test_instance'}
# default-opensuse-leap-153-master-py3: {extends: '.test_instance'}
# default-opensuse-tmbl-latest-master-py3: {extends: '.test_instance_failure_permitted'}
# default-opensuse-tmbl-latest-master-py3: {extends: '.test_instance_failure_permitted'}
# default-amazonlinux-2-master-py3: {extends: '.test_instance'}
# default-amazonlinux-2-master-py3: {extends: '.test_instance'}
...
@@ -175,7 +174,6 @@ default-ubuntu-1804-master-py3: {extends: '.test_instance'}
...
@@ -175,7 +174,6 @@ default-ubuntu-1804-master-py3: {extends: '.test_instance'}
# default-centos-7-3004-1-py3: {extends: '.test_instance'}
# default-centos-7-3004-1-py3: {extends: '.test_instance'}
# default-fedora-36-3004-1-py3: {extends: '.test_instance_failure_permitted'}
# default-fedora-36-3004-1-py3: {extends: '.test_instance_failure_permitted'}
# default-fedora-35-3004-1-py3: {extends: '.test_instance'}
# default-fedora-35-3004-1-py3: {extends: '.test_instance'}
# default-fedora-34-3004-1-py3: {extends: '.test_instance'}
# default-amazonlinux-2-3004-1-py3: {extends: '.test_instance'}
# default-amazonlinux-2-3004-1-py3: {extends: '.test_instance'}
# default-oraclelinux-8-3004-1-py3: {extends: '.test_instance'}
# default-oraclelinux-8-3004-1-py3: {extends: '.test_instance'}
# default-oraclelinux-7-3004-1-py3: {extends: '.test_instance'}
# default-oraclelinux-7-3004-1-py3: {extends: '.test_instance'}
...
@@ -196,14 +194,6 @@ default-ubuntu-1804-master-py3: {extends: '.test_instance'}
...
@@ -196,14 +194,6 @@ default-ubuntu-1804-master-py3: {extends: '.test_instance'}
# default-oraclelinux-8-3003-4-py3: {extends: '.test_instance'}
# default-oraclelinux-8-3003-4-py3: {extends: '.test_instance'}
# default-oraclelinux-7-3003-4-py3: {extends: '.test_instance'}
# default-oraclelinux-7-3003-4-py3: {extends: '.test_instance'}
# default-almalinux-8-3003-4-py3: {extends: '.test_instance'}
# default-almalinux-8-3003-4-py3: {extends: '.test_instance'}
# default-debian-10-3002-8-py3: {extends: '.test_instance'}
# default-debian-9-3002-8-py3: {extends: '.test_instance'}
# default-ubuntu-2004-3002-8-py3: {extends: '.test_instance'}
# default-ubuntu-1804-3002-8-py3: {extends: '.test_instance'}
# default-centos-7-3002-8-py3: {extends: '.test_instance'}
# default-amazonlinux-2-3002-8-py3: {extends: '.test_instance'}
# default-oraclelinux-8-3002-8-py3: {extends: '.test_instance'}
# default-oraclelinux-7-3002-8-py3: {extends: '.test_instance'}
# yamllint enable rule:line-length
# yamllint enable rule:line-length
###############################################################################
###############################################################################
...
...
This diff is collapsed.
Click to expand it.
.pre-commit-config.yaml
+
13
−
1
View file @
3880cd3a
...
@@ -3,6 +3,18 @@
...
@@ -3,6 +3,18 @@
---
---
# See https://pre-commit.com for more information
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
# See https://pre-commit.com/hooks.html for more hooks
ci
:
autofix_commit_msg
:
|
ci(pre-commit.ci): apply auto fixes from pre-commit.com hooks
For more information, see https://pre-commit.ci
autofix_prs
:
true
autoupdate_branch
:
'
'
autoupdate_commit_msg
:
|
ci(pre-commit.ci): perform `pre-commit` autoupdate
autoupdate_schedule
:
quarterly
skip
:
[]
submodules
:
false
default_stages
:
[
commit
]
default_stages
:
[
commit
]
repos
:
repos
:
-
repo
:
https://github.com/dafyddj/commitlint-pre-commit-hook
-
repo
:
https://github.com/dafyddj/commitlint-pre-commit-hook
...
@@ -18,7 +30,7 @@ repos:
...
@@ -18,7 +30,7 @@ repos:
additional_dependencies
:
[
'
@commitlint/config-conventional@8.3.4'
]
additional_dependencies
:
[
'
@commitlint/config-conventional@8.3.4'
]
always_run
:
true
always_run
:
true
-
repo
:
https://github.com/rubocop-hq/rubocop
-
repo
:
https://github.com/rubocop-hq/rubocop
rev
:
v1.
25
.1
rev
:
v1.
30
.1
hooks
:
hooks
:
-
id
:
rubocop
-
id
:
rubocop
name
:
Check Ruby files with rubocop
name
:
Check Ruby files with rubocop
...
...
This diff is collapsed.
Click to expand it.
.travis.yml
+
0
−
10
View file @
3880cd3a
...
@@ -106,7 +106,6 @@ jobs:
...
@@ -106,7 +106,6 @@ jobs:
# - env: INSTANCE=default-centos-7-master-py3
# - env: INSTANCE=default-centos-7-master-py3
# - env: INSTANCE=default-fedora-36-master-py3
# - env: INSTANCE=default-fedora-36-master-py3
# - env: INSTANCE=default-fedora-35-master-py3
# - env: INSTANCE=default-fedora-35-master-py3
# - env: INSTANCE=default-fedora-34-master-py3
# - env: INSTANCE=default-opensuse-leap-153-master-py3
# - env: INSTANCE=default-opensuse-leap-153-master-py3
# - env: INSTANCE=default-opensuse-tmbl-latest-master-py3
# - env: INSTANCE=default-opensuse-tmbl-latest-master-py3
# - env: INSTANCE=default-amazonlinux-2-master-py3
# - env: INSTANCE=default-amazonlinux-2-master-py3
...
@@ -127,7 +126,6 @@ jobs:
...
@@ -127,7 +126,6 @@ jobs:
# - env: INSTANCE=default-centos-7-3004-1-py3
# - env: INSTANCE=default-centos-7-3004-1-py3
# - env: INSTANCE=default-fedora-36-3004-1-py3
# - env: INSTANCE=default-fedora-36-3004-1-py3
# - env: INSTANCE=default-fedora-35-3004-1-py3
# - env: INSTANCE=default-fedora-35-3004-1-py3
# - env: INSTANCE=default-fedora-34-3004-1-py3
# - env: INSTANCE=default-amazonlinux-2-3004-1-py3
# - env: INSTANCE=default-amazonlinux-2-3004-1-py3
# - env: INSTANCE=default-oraclelinux-8-3004-1-py3
# - env: INSTANCE=default-oraclelinux-8-3004-1-py3
# - env: INSTANCE=default-oraclelinux-7-3004-1-py3
# - env: INSTANCE=default-oraclelinux-7-3004-1-py3
...
@@ -148,14 +146,6 @@ jobs:
...
@@ -148,14 +146,6 @@ jobs:
# - env: INSTANCE=default-oraclelinux-8-3003-4-py3
# - env: INSTANCE=default-oraclelinux-8-3003-4-py3
# - env: INSTANCE=default-oraclelinux-7-3003-4-py3
# - env: INSTANCE=default-oraclelinux-7-3003-4-py3
# - env: INSTANCE=default-almalinux-8-3003-4-py3
# - env: INSTANCE=default-almalinux-8-3003-4-py3
# - env: INSTANCE=default-debian-10-3002-8-py3
# - env: INSTANCE=default-debian-9-3002-8-py3
# - env: INSTANCE=default-ubuntu-2004-3002-8-py3
# - env: INSTANCE=default-ubuntu-1804-3002-8-py3
# - env: INSTANCE=default-centos-7-3002-8-py3
# - env: INSTANCE=default-amazonlinux-2-3002-8-py3
# - env: INSTANCE=default-oraclelinux-8-3002-8-py3
# - env: INSTANCE=default-oraclelinux-7-3002-8-py3
## Define the release stage that runs `semantic-release`
## Define the release stage that runs `semantic-release`
-
stage
:
'
release'
-
stage
:
'
release'
...
...
This diff is collapsed.
Click to expand it.
kitchen.yml
+
0
−
36
View file @
3880cd3a
...
@@ -103,9 +103,6 @@ platforms:
...
@@ -103,9 +103,6 @@ platforms:
-
name
:
fedora-35-master-py3
-
name
:
fedora-35-master-py3
driver
:
driver
:
image
:
saltimages/salt-master-py3:fedora-35
image
:
saltimages/salt-master-py3:fedora-35
-
name
:
fedora-34-master-py3
driver
:
image
:
saltimages/salt-master-py3:fedora-34
-
name
:
opensuse-leap-153-master-py3
-
name
:
opensuse-leap-153-master-py3
driver
:
driver
:
image
:
saltimages/salt-master-py3:opensuse-leap-15.3
image
:
saltimages/salt-master-py3:opensuse-leap-15.3
...
@@ -183,9 +180,6 @@ platforms:
...
@@ -183,9 +180,6 @@ platforms:
-
name
:
fedora-35-3004-1-py3
-
name
:
fedora-35-3004-1-py3
driver
:
driver
:
image
:
saltimages/salt-3004.1-py3:fedora-35
image
:
saltimages/salt-3004.1-py3:fedora-35
-
name
:
fedora-34-3004-1-py3
driver
:
image
:
saltimages/salt-3004.1-py3:fedora-34
-
name
:
amazonlinux-2-3004-1-py3
-
name
:
amazonlinux-2-3004-1-py3
driver
:
driver
:
image
:
saltimages/salt-3004.1-py3:amazonlinux-2
image
:
saltimages/salt-3004.1-py3:amazonlinux-2
...
@@ -264,36 +258,6 @@ platforms:
...
@@ -264,36 +258,6 @@ platforms:
driver
:
driver
:
image
:
saltimages/salt-3003.4-py3:almalinux-8
image
:
saltimages/salt-3003.4-py3:almalinux-8
## SALT `3002.8`
-
name
:
debian-10-3002-8-py3
driver
:
image
:
saltimages/salt-3002.8-py3:debian-10
run_command
:
/lib/systemd/systemd
-
name
:
debian-9-3002-8-py3
driver
:
image
:
saltimages/salt-3002.8-py3:debian-9
run_command
:
/lib/systemd/systemd
-
name
:
ubuntu-2004-3002-8-py3
driver
:
image
:
saltimages/salt-3002.8-py3:ubuntu-20.04
run_command
:
/lib/systemd/systemd
-
name
:
ubuntu-1804-3002-8-py3
driver
:
image
:
saltimages/salt-3002.8-py3:ubuntu-18.04
run_command
:
/lib/systemd/systemd
-
name
:
centos-7-3002-8-py3
driver
:
image
:
saltimages/salt-3002.8-py3:centos-7
-
name
:
amazonlinux-2-3002-8-py3
driver
:
image
:
saltimages/salt-3002.8-py3:amazonlinux-2
-
name
:
oraclelinux-8-3002-8-py3
driver
:
image
:
saltimages/salt-3002.8-py3:oraclelinux-8
-
name
:
oraclelinux-7-3002-8-py3
driver
:
image
:
saltimages/salt-3002.8-py3:oraclelinux-7
verifier
:
verifier
:
# https://www.inspec.io/
# https://www.inspec.io/
name
:
inspec
name
:
inspec
...
...
This diff is collapsed.
Click to expand it.
Jan Philipp Timme
@timmej
mentioned in commit
61ee8754
·
Jul 29, 2024
mentioned in commit
61ee8754
mentioned in commit 61ee875479a363cc2bcb3b7a22e809a6e40fdce4
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
sign in
to comment