Skip to content

Commit 2fefadf

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

File tree

4 files changed

+13
-71
lines changed

4 files changed

+13
-71
lines changed

.gitlab-ci.yml

-12
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,6 @@ fedora-36-master-py3: {extends: '.test_instance_failure_permitted'}
174174
# default-fedora-35-master-py3: {extends: '.test_instance'}
175175
# repo-fedora-35-master-py3: {extends: '.test_instance'}
176176
fedora-35-master-py3: {extends: '.test_instance'}
177-
# default-fedora-34-master-py3: {extends: '.test_instance'}
178-
# repo-fedora-34-master-py3: {extends: '.test_instance'}
179-
fedora-34-master-py3: {extends: '.test_instance'}
180177
# default-opensuse-leap-153-master-py3: {extends: '.test_instance'}
181178
# repo-opensuse-leap-153-master-py3: {extends: '.test_instance'}
182179
opensuse-leap-153-master-py3: {extends: '.test_instance'}
@@ -213,7 +210,6 @@ rockylinux-8-master-py3: {extends: '.test_instance'}
213210
# default-centos-7-3004-1-py3: {extends: '.test_instance'}
214211
# default-fedora-36-3004-1-py3: {extends: '.test_instance_failure_permitted'}
215212
# default-fedora-35-3004-1-py3: {extends: '.test_instance'}
216-
# default-fedora-34-3004-1-py3: {extends: '.test_instance'}
217213
# default-amazonlinux-2-3004-1-py3: {extends: '.test_instance'}
218214
# default-oraclelinux-8-3004-1-py3: {extends: '.test_instance'}
219215
# default-oraclelinux-7-3004-1-py3: {extends: '.test_instance'}
@@ -234,14 +230,6 @@ rockylinux-8-master-py3: {extends: '.test_instance'}
234230
# default-oraclelinux-8-3003-4-py3: {extends: '.test_instance'}
235231
# default-oraclelinux-7-3003-4-py3: {extends: '.test_instance'}
236232
# default-almalinux-8-3003-4-py3: {extends: '.test_instance'}
237-
# default-debian-10-3002-8-py3: {extends: '.test_instance'}
238-
# default-debian-9-3002-8-py3: {extends: '.test_instance'}
239-
# default-ubuntu-2004-3002-8-py3: {extends: '.test_instance'}
240-
# default-ubuntu-1804-3002-8-py3: {extends: '.test_instance'}
241-
# default-centos-7-3002-8-py3: {extends: '.test_instance'}
242-
# default-amazonlinux-2-3002-8-py3: {extends: '.test_instance'}
243-
# default-oraclelinux-8-3002-8-py3: {extends: '.test_instance'}
244-
# default-oraclelinux-7-3002-8-py3: {extends: '.test_instance'}
245233
# yamllint enable rule:line-length
246234

247235
###############################################################################

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

-12
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,6 @@ jobs:
126126
# - env: INSTANCE=default-fedora-35-master-py3
127127
# - env: INSTANCE=repo-fedora-35-master-py3
128128
- env: INSTANCE=fedora-35-master-py3
129-
# - env: INSTANCE=default-fedora-34-master-py3
130-
# - env: INSTANCE=repo-fedora-34-master-py3
131-
- env: INSTANCE=fedora-34-master-py3
132129
# - env: INSTANCE=default-opensuse-leap-153-master-py3
133130
# - env: INSTANCE=repo-opensuse-leap-153-master-py3
134131
- env: INSTANCE=opensuse-leap-153-master-py3
@@ -165,7 +162,6 @@ jobs:
165162
# - env: INSTANCE=default-centos-7-3004-1-py3
166163
# - env: INSTANCE=default-fedora-36-3004-1-py3
167164
# - env: INSTANCE=default-fedora-35-3004-1-py3
168-
# - env: INSTANCE=default-fedora-34-3004-1-py3
169165
# - env: INSTANCE=default-amazonlinux-2-3004-1-py3
170166
# - env: INSTANCE=default-oraclelinux-8-3004-1-py3
171167
# - env: INSTANCE=default-oraclelinux-7-3004-1-py3
@@ -186,14 +182,6 @@ jobs:
186182
# - env: INSTANCE=default-oraclelinux-8-3003-4-py3
187183
# - env: INSTANCE=default-oraclelinux-7-3003-4-py3
188184
# - env: INSTANCE=default-almalinux-8-3003-4-py3
189-
# - env: INSTANCE=default-debian-10-3002-8-py3
190-
# - env: INSTANCE=default-debian-9-3002-8-py3
191-
# - env: INSTANCE=default-ubuntu-2004-3002-8-py3
192-
# - env: INSTANCE=default-ubuntu-1804-3002-8-py3
193-
# - env: INSTANCE=default-centos-7-3002-8-py3
194-
# - env: INSTANCE=default-amazonlinux-2-3002-8-py3
195-
# - env: INSTANCE=default-oraclelinux-8-3002-8-py3
196-
# - env: INSTANCE=default-oraclelinux-7-3002-8-py3
197185

198186
## Define the release stage that runs `semantic-release`
199187
- stage: 'release'

kitchen.yml

-46
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
@@ -345,7 +309,6 @@ suites:
345309
- centos-7-master-py3
346310
- fedora-36-master-py3
347311
- fedora-35-master-py3
348-
- fedora-34-master-py3
349312
- opensuse-leap-153-master-py3
350313
- amazonlinux-2-master-py3
351314
- oraclelinux-8-master-py3
@@ -362,7 +325,6 @@ suites:
362325
- centos-7-3004-1-py3
363326
- fedora-36-3004-1-py3
364327
- fedora-35-3004-1-py3
365-
- fedora-34-3004-1-py3
366328
- amazonlinux-2-3004-1-py3
367329
- oraclelinux-8-3004-1-py3
368330
- oraclelinux-7-3004-1-py3
@@ -379,14 +341,6 @@ suites:
379341
- oraclelinux-8-3003-4-py3
380342
- oraclelinux-7-3003-4-py3
381343
- almalinux-8-3003-4-py3
382-
- debian-10-3002-8-py3
383-
- debian-9-3002-8-py3
384-
- ubuntu-2004-3002-8-py3
385-
- ubuntu-1804-3002-8-py3
386-
- centos-7-3002-8-py3
387-
- amazonlinux-2-3002-8-py3
388-
- oraclelinux-8-3002-8-py3
389-
- oraclelinux-7-3002-8-py3
390344
provisioner:
391345
state_top:
392346
base:

0 commit comments

Comments
 (0)