Skip to content

Commit cd18cec

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

File tree

6 files changed

+13
-71
lines changed

6 files changed

+13
-71
lines changed

.github/workflows/kitchen.vagrant.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
# - default-freebsd-123-3004-0-py3
2727
- default-openbsd-70-3003-3-py3
2828
# - archive-openbsd-70-3003-3-py3
29-
- default-openbsd-69-3002-6-py3
30-
# - archive-openbsd-69-3002-6-py3
3129
- default-windows-10-latest-py3
3230
# - archive-windows-10-latest-py3
3331
- default-windows-81-latest-py3

.gitlab-ci.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,6 @@ default-fedora-35-master-py3: {extends: '.test_instance'}
184184
# archive-fedora-35-master-py3: {extends: '.test_instance'}
185185
# source-fedora-35-master-py3: {extends: '.test_instance'}
186186
# repo-fedora-35-master-py3: {extends: '.test_instance'}
187-
default-fedora-34-master-py3: {extends: '.test_instance'}
188-
# archive-fedora-34-master-py3: {extends: '.test_instance'}
189-
# source-fedora-34-master-py3: {extends: '.test_instance'}
190-
# repo-fedora-34-master-py3: {extends: '.test_instance'}
191187
default-opensuse-leap-153-master-py3: {extends: '.test_instance'}
192188
# archive-opensuse-leap-153-master-py3: {extends: '.test_instance'}
193189
# source-opensuse-leap-153-master-py3: {extends: '.test_instance'}
@@ -238,7 +234,6 @@ default-rockylinux-8-master-py3: {extends: '.test_instance'}
238234
# default-centos-7-3004-1-py3: {extends: '.test_instance'}
239235
# default-fedora-36-3004-1-py3: {extends: '.test_instance_failure_permitted'}
240236
# default-fedora-35-3004-1-py3: {extends: '.test_instance'}
241-
# default-fedora-34-3004-1-py3: {extends: '.test_instance'}
242237
# default-amazonlinux-2-3004-1-py3: {extends: '.test_instance'}
243238
# default-oraclelinux-8-3004-1-py3: {extends: '.test_instance'}
244239
# default-oraclelinux-7-3004-1-py3: {extends: '.test_instance'}
@@ -259,14 +254,6 @@ default-rockylinux-8-master-py3: {extends: '.test_instance'}
259254
# default-oraclelinux-8-3003-4-py3: {extends: '.test_instance'}
260255
# default-oraclelinux-7-3003-4-py3: {extends: '.test_instance'}
261256
# default-almalinux-8-3003-4-py3: {extends: '.test_instance'}
262-
# default-debian-10-3002-8-py3: {extends: '.test_instance'}
263-
# default-debian-9-3002-8-py3: {extends: '.test_instance'}
264-
# default-ubuntu-2004-3002-8-py3: {extends: '.test_instance'}
265-
# default-ubuntu-1804-3002-8-py3: {extends: '.test_instance'}
266-
# default-centos-7-3002-8-py3: {extends: '.test_instance'}
267-
# default-amazonlinux-2-3002-8-py3: {extends: '.test_instance'}
268-
# default-oraclelinux-8-3002-8-py3: {extends: '.test_instance'}
269-
# default-oraclelinux-7-3002-8-py3: {extends: '.test_instance'}
270257
# yamllint enable rule:line-length
271258

272259
###############################################################################

.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/[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

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,6 @@ jobs:
136136
# - env: INSTANCE=archive-fedora-35-master-py3
137137
# - env: INSTANCE=source-fedora-35-master-py3
138138
# - env: INSTANCE=repo-fedora-35-master-py3
139-
- env: INSTANCE=default-fedora-34-master-py3
140-
# - env: INSTANCE=archive-fedora-34-master-py3
141-
# - env: INSTANCE=source-fedora-34-master-py3
142-
# - env: INSTANCE=repo-fedora-34-master-py3
143139
- env: INSTANCE=default-opensuse-leap-153-master-py3
144140
# - env: INSTANCE=archive-opensuse-leap-153-master-py3
145141
# - env: INSTANCE=source-opensuse-leap-153-master-py3
@@ -190,7 +186,6 @@ jobs:
190186
# - env: INSTANCE=default-centos-7-3004-1-py3
191187
# - env: INSTANCE=default-fedora-36-3004-1-py3
192188
# - env: INSTANCE=default-fedora-35-3004-1-py3
193-
# - env: INSTANCE=default-fedora-34-3004-1-py3
194189
# - env: INSTANCE=default-amazonlinux-2-3004-1-py3
195190
# - env: INSTANCE=default-oraclelinux-8-3004-1-py3
196191
# - env: INSTANCE=default-oraclelinux-7-3004-1-py3
@@ -211,14 +206,6 @@ jobs:
211206
# - env: INSTANCE=default-oraclelinux-8-3003-4-py3
212207
# - env: INSTANCE=default-oraclelinux-7-3003-4-py3
213208
# - env: INSTANCE=default-almalinux-8-3003-4-py3
214-
# - env: INSTANCE=default-debian-10-3002-8-py3
215-
# - env: INSTANCE=default-debian-9-3002-8-py3
216-
# - env: INSTANCE=default-ubuntu-2004-3002-8-py3
217-
# - env: INSTANCE=default-ubuntu-1804-3002-8-py3
218-
# - env: INSTANCE=default-centos-7-3002-8-py3
219-
# - env: INSTANCE=default-amazonlinux-2-3002-8-py3
220-
# - env: INSTANCE=default-oraclelinux-8-3002-8-py3
221-
# - env: INSTANCE=default-oraclelinux-7-3002-8-py3
222209

223210
## Define the release stage that runs `semantic-release`
224211
- stage: 'release'

kitchen.vagrant.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@ platforms:
3636
ssh:
3737
shell: /bin/ksh
3838
synced_folders: []
39-
- name: openbsd-69-3002-6-py3
40-
driver:
41-
box: myii/openbsd-6.9-3002.6-py3
42-
ssh:
43-
shell: /bin/ksh
44-
synced_folders: []
4539
- name: windows-10-latest-py3
4640
driver:
4741
box: techneg/win10x64-pro-salt

kitchen.yml

Lines changed: 0 additions & 36 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

0 commit comments

Comments
 (0)