Skip to content

Commit 83d02a5

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

File tree

4 files changed

+13
-67
lines changed

4 files changed

+13
-67
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ redhat-centos-stream8-master-py3: {extends: '.test_instance_failure_permitted'}
154154
redhat-centos-7-master-py3: {extends: '.test_instance'}
155155
redhat-fedora-36-master-py3: {extends: '.test_instance_failure_permitted'}
156156
redhat-fedora-35-master-py3: {extends: '.test_instance'}
157-
redhat-fedora-34-master-py3: {extends: '.test_instance'}
158157
suse-opensuse-leap-153-master-py3: {extends: '.test_instance'}
159158
suse-opensuse-tmbl-latest-master-py3: {extends: '.test_instance_failure_permitted'}
160159
redhat-amazonlinux-2-master-py3: {extends: '.test_instance'}
@@ -172,7 +171,6 @@ redhat-rockylinux-8-master-py3: {extends: '.test_instance'}
172171
# redhat-centos-7-3004-1-py3: {extends: '.test_instance'}
173172
# redhat-fedora-36-3004-1-py3: {extends: '.test_instance_failure_permitted'}
174173
# redhat-fedora-35-3004-1-py3: {extends: '.test_instance'}
175-
# redhat-fedora-34-3004-1-py3: {extends: '.test_instance'}
176174
# redhat-amazonlinux-2-3004-1-py3: {extends: '.test_instance'}
177175
# redhat-oraclelinux-8-3004-1-py3: {extends: '.test_instance'}
178176
# redhat-oraclelinux-7-3004-1-py3: {extends: '.test_instance'}
@@ -190,14 +188,6 @@ redhat-rockylinux-8-master-py3: {extends: '.test_instance'}
190188
# redhat-oraclelinux-8-3003-4-py3: {extends: '.test_instance'}
191189
# redhat-oraclelinux-7-3003-4-py3: {extends: '.test_instance'}
192190
# redhat-almalinux-8-3003-4-py3: {extends: '.test_instance'}
193-
# debian-debian-10-3002-8-py3: {extends: '.test_instance'}
194-
# debian-debian-9-3002-8-py3: {extends: '.test_instance'}
195-
# ubuntu-ubuntu-2004-3002-8-py3: {extends: '.test_instance'}
196-
# ubuntu-ubuntu-1804-3002-8-py3: {extends: '.test_instance'}
197-
# redhat-centos-7-3002-8-py3: {extends: '.test_instance'}
198-
# redhat-amazonlinux-2-3002-8-py3: {extends: '.test_instance'}
199-
# redhat-oraclelinux-8-3002-8-py3: {extends: '.test_instance'}
200-
# redhat-oraclelinux-7-3002-8-py3: {extends: '.test_instance'}
201191
# yamllint enable rule:line-length
202192

203193
###############################################################################

.pre-commit-config.yaml

Lines changed: 13 additions & 1 deletion
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/config-conventional@8.3.4']
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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ jobs:
106106
- env: INSTANCE=redhat-centos-7-master-py3
107107
- env: INSTANCE=redhat-fedora-36-master-py3
108108
- env: INSTANCE=redhat-fedora-35-master-py3
109-
- env: INSTANCE=redhat-fedora-34-master-py3
110109
- env: INSTANCE=suse-opensuse-leap-153-master-py3
111110
- env: INSTANCE=suse-opensuse-tmbl-latest-master-py3
112111
- env: INSTANCE=redhat-amazonlinux-2-master-py3
@@ -124,7 +123,6 @@ jobs:
124123
# - env: INSTANCE=redhat-centos-7-3004-1-py3
125124
# - env: INSTANCE=redhat-fedora-36-3004-1-py3
126125
# - env: INSTANCE=redhat-fedora-35-3004-1-py3
127-
# - env: INSTANCE=redhat-fedora-34-3004-1-py3
128126
# - env: INSTANCE=redhat-amazonlinux-2-3004-1-py3
129127
# - env: INSTANCE=redhat-oraclelinux-8-3004-1-py3
130128
# - env: INSTANCE=redhat-oraclelinux-7-3004-1-py3
@@ -142,14 +140,6 @@ jobs:
142140
# - env: INSTANCE=redhat-oraclelinux-8-3003-4-py3
143141
# - env: INSTANCE=redhat-oraclelinux-7-3003-4-py3
144142
# - env: INSTANCE=redhat-almalinux-8-3003-4-py3
145-
# - env: INSTANCE=debian-debian-10-3002-8-py3
146-
# - env: INSTANCE=debian-debian-9-3002-8-py3
147-
# - env: INSTANCE=ubuntu-ubuntu-2004-3002-8-py3
148-
# - env: INSTANCE=ubuntu-ubuntu-1804-3002-8-py3
149-
# - env: INSTANCE=redhat-centos-7-3002-8-py3
150-
# - env: INSTANCE=redhat-amazonlinux-2-3002-8-py3
151-
# - env: INSTANCE=redhat-oraclelinux-8-3002-8-py3
152-
# - env: INSTANCE=redhat-oraclelinux-7-3002-8-py3
153143

154144
## Define the release stage that runs `semantic-release`
155145
- stage: 'release'

kitchen.yml

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,6 @@ platforms:
103103
- name: fedora-35-master-py3
104104
driver:
105105
image: saltimages/salt-master-py3:fedora-35
106-
- name: fedora-34-master-py3
107-
driver:
108-
image: saltimages/salt-master-py3:fedora-34
109106
- name: opensuse-leap-153-master-py3
110107
driver:
111108
image: saltimages/salt-master-py3:opensuse-leap-15.3
@@ -183,9 +180,6 @@ platforms:
183180
- name: fedora-35-3004-1-py3
184181
driver:
185182
image: saltimages/salt-3004.1-py3:fedora-35
186-
- name: fedora-34-3004-1-py3
187-
driver:
188-
image: saltimages/salt-3004.1-py3:fedora-34
189183
- name: amazonlinux-2-3004-1-py3
190184
driver:
191185
image: saltimages/salt-3004.1-py3:amazonlinux-2
@@ -264,36 +258,6 @@ platforms:
264258
driver:
265259
image: saltimages/salt-3003.4-py3:almalinux-8
266260

267-
## SALT `3002.8`
268-
- name: debian-10-3002-8-py3
269-
driver:
270-
image: saltimages/salt-3002.8-py3:debian-10
271-
run_command: /lib/systemd/systemd
272-
- name: debian-9-3002-8-py3
273-
driver:
274-
image: saltimages/salt-3002.8-py3:debian-9
275-
run_command: /lib/systemd/systemd
276-
- name: ubuntu-2004-3002-8-py3
277-
driver:
278-
image: saltimages/salt-3002.8-py3:ubuntu-20.04
279-
run_command: /lib/systemd/systemd
280-
- name: ubuntu-1804-3002-8-py3
281-
driver:
282-
image: saltimages/salt-3002.8-py3:ubuntu-18.04
283-
run_command: /lib/systemd/systemd
284-
- name: centos-7-3002-8-py3
285-
driver:
286-
image: saltimages/salt-3002.8-py3:centos-7
287-
- name: amazonlinux-2-3002-8-py3
288-
driver:
289-
image: saltimages/salt-3002.8-py3:amazonlinux-2
290-
- name: oraclelinux-8-3002-8-py3
291-
driver:
292-
image: saltimages/salt-3002.8-py3:oraclelinux-8
293-
- name: oraclelinux-7-3002-8-py3
294-
driver:
295-
image: saltimages/salt-3002.8-py3:oraclelinux-7
296-
297261
verifier:
298262
# https://www.inspec.io/
299263
name: inspec
@@ -316,8 +280,6 @@ suites:
316280
- debian-9-3004-1-py3
317281
- debian-10-3003-4-py3
318282
- debian-9-3003-4-py3
319-
- debian-10-3002-8-py3
320-
- debian-9-3002-8-py3
321283
provisioner:
322284
state_top:
323285
base:
@@ -352,8 +314,6 @@ suites:
352314
- ubuntu-1804-3004-1-py3
353315
- ubuntu-2004-3003-4-py3
354316
- ubuntu-1804-3003-4-py3
355-
- ubuntu-2004-3002-8-py3
356-
- ubuntu-1804-3002-8-py3
357317
provisioner:
358318
state_top:
359319
base:
@@ -390,7 +350,6 @@ suites:
390350
- centos-7-master-py3
391351
- fedora-36-master-py3
392352
- fedora-35-master-py3
393-
- fedora-34-master-py3
394353
- amazonlinux-2-master-py3
395354
- oraclelinux-8-master-py3
396355
- oraclelinux-7-master-py3
@@ -400,7 +359,6 @@ suites:
400359
- centos-7-3004-1-py3
401360
- fedora-36-3004-1-py3
402361
- fedora-35-3004-1-py3
403-
- fedora-34-3004-1-py3
404362
- amazonlinux-2-3004-1-py3
405363
- oraclelinux-8-3004-1-py3
406364
- oraclelinux-7-3004-1-py3
@@ -412,10 +370,6 @@ suites:
412370
- oraclelinux-8-3003-4-py3
413371
- oraclelinux-7-3003-4-py3
414372
- almalinux-8-3003-4-py3
415-
- centos-7-3002-8-py3
416-
- amazonlinux-2-3002-8-py3
417-
- oraclelinux-8-3002-8-py3
418-
- oraclelinux-7-3002-8-py3
419373
provisioner:
420374
state_top:
421375
base:

0 commit comments

Comments
 (0)