Skip to content

Commit e7b4931

Browse files
committed
ci: update pre-commit configuration inc. for pre-commit.ci [skip ci]
* Automated using myii/ssf-formula#450
1 parent a0a5f3c commit e7b4931

File tree

4 files changed

+13
-63
lines changed

4 files changed

+13
-63
lines changed

.gitlab-ci.yml

-10
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ default-centos-stream8-master-py3: {extends: '.test_instance_failure_permitted'}
154154
default-centos-7-master-py3: {extends: '.test_instance'}
155155
default-fedora-36-master-py3: {extends: '.test_instance_failure_permitted'}
156156
default-fedora-35-master-py3: {extends: '.test_instance'}
157-
default-fedora-34-master-py3: {extends: '.test_instance'}
158157
default-opensuse-leap-153-master-py3: {extends: '.test_instance'}
159158
default-opensuse-tmbl-latest-master-py3: {extends: '.test_instance_failure_permitted'}
160159
default-amazonlinux-2-master-py3: {extends: '.test_instance'}
@@ -175,7 +174,6 @@ default-rockylinux-8-master-py3: {extends: '.test_instance'}
175174
# default-centos-7-3004-1-py3: {extends: '.test_instance'}
176175
# default-fedora-36-3004-1-py3: {extends: '.test_instance_failure_permitted'}
177176
# default-fedora-35-3004-1-py3: {extends: '.test_instance'}
178-
# default-fedora-34-3004-1-py3: {extends: '.test_instance'}
179177
# default-amazonlinux-2-3004-1-py3: {extends: '.test_instance'}
180178
# default-oraclelinux-8-3004-1-py3: {extends: '.test_instance'}
181179
# default-oraclelinux-7-3004-1-py3: {extends: '.test_instance'}
@@ -196,14 +194,6 @@ default-rockylinux-8-master-py3: {extends: '.test_instance'}
196194
# default-oraclelinux-8-3003-4-py3: {extends: '.test_instance'}
197195
# default-oraclelinux-7-3003-4-py3: {extends: '.test_instance'}
198196
# default-almalinux-8-3003-4-py3: {extends: '.test_instance'}
199-
# default-debian-10-3002-8-py3: {extends: '.test_instance'}
200-
# default-debian-9-3002-8-py3: {extends: '.test_instance'}
201-
# default-ubuntu-2004-3002-8-py3: {extends: '.test_instance'}
202-
# default-ubuntu-1804-3002-8-py3: {extends: '.test_instance'}
203-
# default-centos-7-3002-8-py3: {extends: '.test_instance'}
204-
# default-amazonlinux-2-3002-8-py3: {extends: '.test_instance'}
205-
# default-oraclelinux-8-3002-8-py3: {extends: '.test_instance'}
206-
# default-oraclelinux-7-3002-8-py3: {extends: '.test_instance'}
207197
# yamllint enable rule:line-length
208198

209199
###############################################################################

.pre-commit-config.yaml

+13-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
---
44
# See https://pre-commit.com for more information
55
# See https://pre-commit.com/hooks.html for more hooks
6+
ci:
7+
autofix_commit_msg: |
8+
ci(pre-commit.ci): apply auto fixes from pre-commit.com hooks
9+
10+
For more information, see https://pre-commit.ci
11+
autofix_prs: true
12+
autoupdate_branch: ''
13+
autoupdate_commit_msg: |
14+
ci(pre-commit.ci): perform `pre-commit` autoupdate
15+
autoupdate_schedule: quarterly
16+
skip: []
17+
submodules: false
618
default_stages: [commit]
719
repos:
820
- repo: https://github.com/dafyddj/commitlint-pre-commit-hook
@@ -18,7 +30,7 @@ repos:
1830
additional_dependencies: ['@commitlint/[email protected]']
1931
always_run: true
2032
- repo: https://github.com/rubocop-hq/rubocop
21-
rev: v1.25.1
33+
rev: v1.30.1
2234
hooks:
2335
- id: rubocop
2436
name: Check Ruby files with rubocop

.travis.yml

-10
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ jobs:
106106
- env: INSTANCE=default-centos-7-master-py3
107107
- env: INSTANCE=default-fedora-36-master-py3
108108
- env: INSTANCE=default-fedora-35-master-py3
109-
- env: INSTANCE=default-fedora-34-master-py3
110109
- env: INSTANCE=default-opensuse-leap-153-master-py3
111110
- env: INSTANCE=default-opensuse-tmbl-latest-master-py3
112111
- env: INSTANCE=default-amazonlinux-2-master-py3
@@ -127,7 +126,6 @@ jobs:
127126
# - env: INSTANCE=default-centos-7-3004-1-py3
128127
# - env: INSTANCE=default-fedora-36-3004-1-py3
129128
# - env: INSTANCE=default-fedora-35-3004-1-py3
130-
# - env: INSTANCE=default-fedora-34-3004-1-py3
131129
# - env: INSTANCE=default-amazonlinux-2-3004-1-py3
132130
# - env: INSTANCE=default-oraclelinux-8-3004-1-py3
133131
# - env: INSTANCE=default-oraclelinux-7-3004-1-py3
@@ -148,14 +146,6 @@ jobs:
148146
# - env: INSTANCE=default-oraclelinux-8-3003-4-py3
149147
# - env: INSTANCE=default-oraclelinux-7-3003-4-py3
150148
# - env: INSTANCE=default-almalinux-8-3003-4-py3
151-
# - env: INSTANCE=default-debian-10-3002-8-py3
152-
# - env: INSTANCE=default-debian-9-3002-8-py3
153-
# - env: INSTANCE=default-ubuntu-2004-3002-8-py3
154-
# - env: INSTANCE=default-ubuntu-1804-3002-8-py3
155-
# - env: INSTANCE=default-centos-7-3002-8-py3
156-
# - env: INSTANCE=default-amazonlinux-2-3002-8-py3
157-
# - env: INSTANCE=default-oraclelinux-8-3002-8-py3
158-
# - env: INSTANCE=default-oraclelinux-7-3002-8-py3
159149

160150
## Define the release stage that runs `semantic-release`
161151
- stage: 'release'

kitchen.yml

-42
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,6 @@ platforms:
109109
provision_command:
110110
- dnf -y update
111111
- dnf -y reinstall udev
112-
- name: fedora-34-master-py3
113-
driver:
114-
image: saltimages/salt-master-py3:fedora-34
115-
provision_command:
116-
- dnf -y update
117-
- dnf -y reinstall udev
118112
- name: opensuse-leap-153-master-py3
119113
driver:
120114
image: saltimages/salt-master-py3:opensuse-leap-15.3
@@ -200,12 +194,6 @@ platforms:
200194
provision_command:
201195
- dnf -y update
202196
- dnf -y reinstall udev
203-
- name: fedora-34-3004-1-py3
204-
driver:
205-
image: saltimages/salt-3004.1-py3:fedora-34
206-
provision_command:
207-
- dnf -y update
208-
- dnf -y reinstall udev
209197
- name: amazonlinux-2-3004-1-py3
210198
driver:
211199
image: saltimages/salt-3004.1-py3:amazonlinux-2
@@ -286,36 +274,6 @@ platforms:
286274
driver:
287275
image: saltimages/salt-3003.4-py3:almalinux-8
288276

289-
## SALT `3002.8`
290-
- name: debian-10-3002-8-py3
291-
driver:
292-
image: saltimages/salt-3002.8-py3:debian-10
293-
run_command: /lib/systemd/systemd
294-
- name: debian-9-3002-8-py3
295-
driver:
296-
image: saltimages/salt-3002.8-py3:debian-9
297-
run_command: /lib/systemd/systemd
298-
- name: ubuntu-2004-3002-8-py3
299-
driver:
300-
image: saltimages/salt-3002.8-py3:ubuntu-20.04
301-
run_command: /lib/systemd/systemd
302-
- name: ubuntu-1804-3002-8-py3
303-
driver:
304-
image: saltimages/salt-3002.8-py3:ubuntu-18.04
305-
run_command: /lib/systemd/systemd
306-
- name: centos-7-3002-8-py3
307-
driver:
308-
image: saltimages/salt-3002.8-py3:centos-7
309-
- name: amazonlinux-2-3002-8-py3
310-
driver:
311-
image: saltimages/salt-3002.8-py3:amazonlinux-2
312-
- name: oraclelinux-8-3002-8-py3
313-
driver:
314-
image: saltimages/salt-3002.8-py3:oraclelinux-8
315-
- name: oraclelinux-7-3002-8-py3
316-
driver:
317-
image: saltimages/salt-3002.8-py3:oraclelinux-7
318-
319277
verifier:
320278
# https://www.inspec.io/
321279
name: inspec

0 commit comments

Comments
 (0)