Skip to content

Commit 32518b9

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

File tree

4 files changed

+13
-57
lines changed

4 files changed

+13
-57
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ default-centos-stream8-master-py3: {extends: '.test_instance_failure_permitted'}
204204
default-centos-7-master-py3: {extends: '.test_instance'}
205205
default-fedora-36-master-py3: {extends: '.test_instance_failure_permitted'}
206206
default-fedora-35-master-py3: {extends: '.test_instance'}
207-
default-fedora-34-master-py3: {extends: '.test_instance'}
208207
default-opensuse-leap-153-master-py3: {extends: '.test_instance'}
209208
default-opensuse-tmbl-latest-master-py3: {extends: '.test_instance_failure_permitted'}
210209
default-amazonlinux-2-master-py3: {extends: '.test_instance'}
@@ -225,7 +224,6 @@ default-rockylinux-8-master-py3: {extends: '.test_instance'}
225224
# default-centos-7-3004-1-py3: {extends: '.test_instance'}
226225
# default-fedora-36-3004-1-py3: {extends: '.test_instance_failure_permitted'}
227226
# default-fedora-35-3004-1-py3: {extends: '.test_instance'}
228-
# default-fedora-34-3004-1-py3: {extends: '.test_instance'}
229227
# default-amazonlinux-2-3004-1-py3: {extends: '.test_instance'}
230228
# default-oraclelinux-8-3004-1-py3: {extends: '.test_instance'}
231229
# default-oraclelinux-7-3004-1-py3: {extends: '.test_instance'}
@@ -246,14 +244,6 @@ default-rockylinux-8-master-py3: {extends: '.test_instance'}
246244
# default-oraclelinux-8-3003-4-py3: {extends: '.test_instance'}
247245
# default-oraclelinux-7-3003-4-py3: {extends: '.test_instance'}
248246
# default-almalinux-8-3003-4-py3: {extends: '.test_instance'}
249-
# default-debian-10-3002-8-py3: {extends: '.test_instance'}
250-
# default-debian-9-3002-8-py3: {extends: '.test_instance'}
251-
# default-ubuntu-2004-3002-8-py3: {extends: '.test_instance'}
252-
# default-ubuntu-1804-3002-8-py3: {extends: '.test_instance'}
253-
# default-centos-7-3002-8-py3: {extends: '.test_instance'}
254-
# default-amazonlinux-2-3002-8-py3: {extends: '.test_instance'}
255-
# default-oraclelinux-8-3002-8-py3: {extends: '.test_instance'}
256-
# default-oraclelinux-7-3002-8-py3: {extends: '.test_instance'}
257247
# yamllint enable rule:line-length
258248

259249
###############################################################################

.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 & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ jobs:
117117
- env: INSTANCE=default-centos-7-master-py3
118118
- env: INSTANCE=default-fedora-36-master-py3
119119
- env: INSTANCE=default-fedora-35-master-py3
120-
- env: INSTANCE=default-fedora-34-master-py3
121120
- env: INSTANCE=default-opensuse-leap-153-master-py3
122121
- env: INSTANCE=default-opensuse-tmbl-latest-master-py3
123122
- env: INSTANCE=default-amazonlinux-2-master-py3
@@ -138,7 +137,6 @@ jobs:
138137
# - env: INSTANCE=default-centos-7-3004-1-py3
139138
# - env: INSTANCE=default-fedora-36-3004-1-py3
140139
# - env: INSTANCE=default-fedora-35-3004-1-py3
141-
# - env: INSTANCE=default-fedora-34-3004-1-py3
142140
# - env: INSTANCE=default-amazonlinux-2-3004-1-py3
143141
# - env: INSTANCE=default-oraclelinux-8-3004-1-py3
144142
# - env: INSTANCE=default-oraclelinux-7-3004-1-py3
@@ -159,14 +157,6 @@ jobs:
159157
# - env: INSTANCE=default-oraclelinux-8-3003-4-py3
160158
# - env: INSTANCE=default-oraclelinux-7-3003-4-py3
161159
# - env: INSTANCE=default-almalinux-8-3003-4-py3
162-
# - env: INSTANCE=default-debian-10-3002-8-py3
163-
# - env: INSTANCE=default-debian-9-3002-8-py3
164-
# - env: INSTANCE=default-ubuntu-2004-3002-8-py3
165-
# - env: INSTANCE=default-ubuntu-1804-3002-8-py3
166-
# - env: INSTANCE=default-centos-7-3002-8-py3
167-
# - env: INSTANCE=default-amazonlinux-2-3002-8-py3
168-
# - env: INSTANCE=default-oraclelinux-8-3002-8-py3
169-
# - env: INSTANCE=default-oraclelinux-7-3002-8-py3
170160
# <REMOVEME
171161

172162
# Test the conversion of `template-formula` into another formula

kitchen.yml

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,6 @@ platforms:
105105
- name: fedora-35-master-py3
106106
driver:
107107
image: saltimages/salt-master-py3:fedora-35
108-
- name: fedora-34-master-py3
109-
driver:
110-
image: saltimages/salt-master-py3:fedora-34
111108
- name: opensuse-leap-153-master-py3
112109
driver:
113110
image: saltimages/salt-master-py3:opensuse-leap-15.3
@@ -185,9 +182,6 @@ platforms:
185182
- name: fedora-35-3004-1-py3
186183
driver:
187184
image: saltimages/salt-3004.1-py3:fedora-35
188-
- name: fedora-34-3004-1-py3
189-
driver:
190-
image: saltimages/salt-3004.1-py3:fedora-34
191185
- name: amazonlinux-2-3004-1-py3
192186
driver:
193187
image: saltimages/salt-3004.1-py3:amazonlinux-2
@@ -266,36 +260,6 @@ platforms:
266260
driver:
267261
image: saltimages/salt-3003.4-py3:almalinux-8
268262

269-
## SALT `3002.8`
270-
- name: debian-10-3002-8-py3
271-
driver:
272-
image: saltimages/salt-3002.8-py3:debian-10
273-
run_command: /lib/systemd/systemd
274-
- name: debian-9-3002-8-py3
275-
driver:
276-
image: saltimages/salt-3002.8-py3:debian-9
277-
run_command: /lib/systemd/systemd
278-
- name: ubuntu-2004-3002-8-py3
279-
driver:
280-
image: saltimages/salt-3002.8-py3:ubuntu-20.04
281-
run_command: /lib/systemd/systemd
282-
- name: ubuntu-1804-3002-8-py3
283-
driver:
284-
image: saltimages/salt-3002.8-py3:ubuntu-18.04
285-
run_command: /lib/systemd/systemd
286-
- name: centos-7-3002-8-py3
287-
driver:
288-
image: saltimages/salt-3002.8-py3:centos-7
289-
- name: amazonlinux-2-3002-8-py3
290-
driver:
291-
image: saltimages/salt-3002.8-py3:amazonlinux-2
292-
- name: oraclelinux-8-3002-8-py3
293-
driver:
294-
image: saltimages/salt-3002.8-py3:oraclelinux-8
295-
- name: oraclelinux-7-3002-8-py3
296-
driver:
297-
image: saltimages/salt-3002.8-py3:oraclelinux-7
298-
299263
verifier:
300264
# https://www.inspec.io/
301265
name: inspec

0 commit comments

Comments
 (0)