Skip to content

Commit a83f6a2

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

4 files changed

Lines changed: 13 additions & 75 deletions

File tree

.gitlab-ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ redhat8-centos-stream8-master-py3: {extends: '.test_instance_failure_permitted'}
154154
centos-centos-7-master-py3: {extends: '.test_instance'}
155155
# fedora-fedora-36-master-py3: {extends: '.test_instance_failure_permitted'}
156156
# fedora-fedora-35-master-py3: {extends: '.test_instance'}
157-
# fedora-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
amazon-amazonlinux-2-master-py3: {extends: '.test_instance'}
@@ -175,7 +174,6 @@ redhat8-rockylinux-8-master-py3: {extends: '.test_instance'}
175174
# centos-centos-7-3004-1-py3: {extends: '.test_instance'}
176175
# fedora-fedora-36-3004-1-py3: {extends: '.test_instance_failure_permitted'}
177176
# fedora-fedora-35-3004-1-py3: {extends: '.test_instance'}
178-
# fedora-fedora-34-3004-1-py3: {extends: '.test_instance'}
179177
# amazon-amazonlinux-2-3004-1-py3: {extends: '.test_instance'}
180178
# redhat8-oraclelinux-8-3004-1-py3: {extends: '.test_instance'}
181179
# centos-oraclelinux-7-3004-1-py3: {extends: '.test_instance'}
@@ -196,14 +194,6 @@ redhat8-rockylinux-8-master-py3: {extends: '.test_instance'}
196194
# redhat8-oraclelinux-8-3003-4-py3: {extends: '.test_instance'}
197195
# centos-oraclelinux-7-3003-4-py3: {extends: '.test_instance'}
198196
# redhat8-almalinux-8-3003-4-py3: {extends: '.test_instance'}
199-
# debian-debian-10-3002-8-py3: {extends: '.test_instance'}
200-
# debian-debian-9-3002-8-py3: {extends: '.test_instance'}
201-
# ubuntu-ubuntu-2004-3002-8-py3: {extends: '.test_instance'}
202-
# ubuntu-ubuntu-1804-3002-8-py3: {extends: '.test_instance'}
203-
# centos-centos-7-3002-8-py3: {extends: '.test_instance'}
204-
# amazon-amazonlinux-2-3002-8-py3: {extends: '.test_instance'}
205-
# redhat8-oraclelinux-8-3002-8-py3: {extends: '.test_instance'}
206-
# centos-oraclelinux-7-3002-8-py3: {extends: '.test_instance'}
207197
# yamllint enable rule:line-length
208198

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

.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=centos-centos-7-master-py3
107107
# - env: INSTANCE=fedora-fedora-36-master-py3
108108
# - env: INSTANCE=fedora-fedora-35-master-py3
109-
# - env: INSTANCE=fedora-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=amazon-amazonlinux-2-master-py3
@@ -127,7 +126,6 @@ jobs:
127126
# - env: INSTANCE=centos-centos-7-3004-1-py3
128127
# - env: INSTANCE=fedora-fedora-36-3004-1-py3
129128
# - env: INSTANCE=fedora-fedora-35-3004-1-py3
130-
# - env: INSTANCE=fedora-fedora-34-3004-1-py3
131129
# - env: INSTANCE=amazon-amazonlinux-2-3004-1-py3
132130
# - env: INSTANCE=redhat8-oraclelinux-8-3004-1-py3
133131
# - env: INSTANCE=centos-oraclelinux-7-3004-1-py3
@@ -148,14 +146,6 @@ jobs:
148146
# - env: INSTANCE=redhat8-oraclelinux-8-3003-4-py3
149147
# - env: INSTANCE=centos-oraclelinux-7-3003-4-py3
150148
# - env: INSTANCE=redhat8-almalinux-8-3003-4-py3
151-
# - env: INSTANCE=debian-debian-10-3002-8-py3
152-
# - env: INSTANCE=debian-debian-9-3002-8-py3
153-
# - env: INSTANCE=ubuntu-ubuntu-2004-3002-8-py3
154-
# - env: INSTANCE=ubuntu-ubuntu-1804-3002-8-py3
155-
# - env: INSTANCE=centos-centos-7-3002-8-py3
156-
# - env: INSTANCE=amazon-amazonlinux-2-3002-8-py3
157-
# - env: INSTANCE=redhat8-oraclelinux-8-3002-8-py3
158-
# - env: INSTANCE=centos-oraclelinux-7-3002-8-py3
159149

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

kitchen.yml

Lines changed: 0 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,6 @@ platforms:
127127
- name: fedora-35-master-py3
128128
driver:
129129
image: saltimages/salt-master-py3:fedora-35
130-
- name: fedora-34-master-py3
131-
driver:
132-
image: saltimages/salt-master-py3:fedora-34
133130
- name: opensuse-leap-153-master-py3
134131
driver:
135132
image: saltimages/salt-master-py3:opensuse-leap-15.3
@@ -219,9 +216,6 @@ platforms:
219216
- name: fedora-35-3004-1-py3
220217
driver:
221218
image: saltimages/salt-3004.1-py3:fedora-35
222-
- name: fedora-34-3004-1-py3
223-
driver:
224-
image: saltimages/salt-3004.1-py3:fedora-34
225219
- name: amazonlinux-2-3004-1-py3
226220
driver:
227221
image: saltimages/salt-3004.1-py3:amazonlinux-2
@@ -308,44 +302,6 @@ platforms:
308302
driver:
309303
image: saltimages/salt-3003.4-py3:almalinux-8
310304

311-
## SALT `3002.8`
312-
- name: debian-10-3002-8-py3
313-
driver:
314-
image: saltimages/salt-3002.8-py3:debian-10
315-
provision_command:
316-
- apt-get update
317-
- apt-get install --reinstall -y udev
318-
- apt-get install -y snapd
319-
run_command: /lib/systemd/systemd
320-
- name: debian-9-3002-8-py3
321-
driver:
322-
image: saltimages/salt-3002.8-py3:debian-9
323-
provision_command:
324-
- apt-get update
325-
- apt-get install --reinstall -y udev
326-
- apt-get install -y snapd
327-
run_command: /lib/systemd/systemd
328-
- name: ubuntu-2004-3002-8-py3
329-
driver:
330-
image: saltimages/salt-3002.8-py3:ubuntu-20.04
331-
run_command: /lib/systemd/systemd
332-
- name: ubuntu-1804-3002-8-py3
333-
driver:
334-
image: saltimages/salt-3002.8-py3:ubuntu-18.04
335-
run_command: /lib/systemd/systemd
336-
- name: centos-7-3002-8-py3
337-
driver:
338-
image: saltimages/salt-3002.8-py3:centos-7
339-
- name: amazonlinux-2-3002-8-py3
340-
driver:
341-
image: saltimages/salt-3002.8-py3:amazonlinux-2
342-
- name: oraclelinux-8-3002-8-py3
343-
driver:
344-
image: saltimages/salt-3002.8-py3:oraclelinux-8
345-
- name: oraclelinux-7-3002-8-py3
346-
driver:
347-
image: saltimages/salt-3002.8-py3:oraclelinux-7
348-
349305
verifier:
350306
# https://www.inspec.io/
351307
name: inspec
@@ -368,8 +324,6 @@ suites:
368324
- debian-9-3004-1-py3
369325
- debian-10-3003-4-py3
370326
- debian-9-3003-4-py3
371-
- debian-10-3002-8-py3
372-
- debian-9-3002-8-py3
373327
provisioner:
374328
dependencies:
375329
- name: node
@@ -404,8 +358,6 @@ suites:
404358
- ubuntu-1804-3004-1-py3
405359
- ubuntu-2004-3003-4-py3
406360
- ubuntu-1804-3003-4-py3
407-
- ubuntu-2004-3002-8-py3
408-
- ubuntu-1804-3002-8-py3
409361
provisioner:
410362
dependencies:
411363
- name: golang
@@ -431,10 +383,8 @@ suites:
431383
includes:
432384
- fedora-36-master-py3
433385
- fedora-35-master-py3
434-
- fedora-34-master-py3
435386
- fedora-36-3004-1-py3
436387
- fedora-35-3004-1-py3
437-
- fedora-34-3004-1-py3
438388
provisioner:
439389
state_top:
440390
base:
@@ -468,7 +418,6 @@ suites:
468418
- centos-stream8-3003-4-py3
469419
- oraclelinux-8-3003-4-py3
470420
- almalinux-8-3003-4-py3
471-
- oraclelinux-8-3002-8-py3
472421
provisioner:
473422
dependencies:
474423
- name: epel
@@ -500,8 +449,6 @@ suites:
500449
- oraclelinux-7-3004-1-py3
501450
- centos-7-3003-4-py3
502451
- oraclelinux-7-3003-4-py3
503-
- centos-7-3002-8-py3
504-
- oraclelinux-7-3002-8-py3
505452
provisioner:
506453
dependencies:
507454
- name: epel
@@ -529,7 +476,6 @@ suites:
529476
- amazonlinux-2-master-py3
530477
- amazonlinux-2-3004-1-py3
531478
- amazonlinux-2-3003-4-py3
532-
- amazonlinux-2-3002-8-py3
533479
provisioner:
534480
dependencies:
535481
- name: epel

0 commit comments

Comments
 (0)