File tree Expand file tree Collapse file tree 4 files changed +13
-27
lines changed Expand file tree Collapse file tree 4 files changed +13
-27
lines changed Original file line number Diff line number Diff line change @@ -171,10 +171,6 @@ ubuntu-1804-master-py3: {extends: '.test_instance'}
171
171
# repositories-debian-9-3003-4-py3: {extends: '.test_instance'}
172
172
# repositories-ubuntu-2004-3003-4-py3: {extends: '.test_instance'}
173
173
# repositories-ubuntu-1804-3003-4-py3: {extends: '.test_instance'}
174
- # repositories-debian-10-3002-8-py3: {extends: '.test_instance'}
175
- # repositories-debian-9-3002-8-py3: {extends: '.test_instance'}
176
- # repositories-ubuntu-2004-3002-8-py3: {extends: '.test_instance'}
177
- # repositories-ubuntu-1804-3002-8-py3: {extends: '.test_instance'}
178
174
# yamllint enable rule:line-length
179
175
180
176
# ##############################################################################
Original file line number Diff line number Diff line change 3
3
---
4
4
# See https://pre-commit.com for more information
5
5
# 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
6
18
default_stages : [commit]
7
19
repos :
8
20
- repo : https://github.com/dafyddj/commitlint-pre-commit-hook
18
30
additional_dependencies : ['@commitlint/config-conventional@8.3.4']
19
31
always_run : true
20
32
- repo : https://github.com/rubocop-hq/rubocop
21
- rev : v1.25 .1
33
+ rev : v1.30 .1
22
34
hooks :
23
35
- id : rubocop
24
36
name : Check Ruby files with rubocop
Original file line number Diff line number Diff line change @@ -123,10 +123,6 @@ jobs:
123
123
# - env: INSTANCE=repositories-debian-9-3003-4-py3
124
124
# - env: INSTANCE=repositories-ubuntu-2004-3003-4-py3
125
125
# - env: INSTANCE=repositories-ubuntu-1804-3003-4-py3
126
- # - env: INSTANCE=repositories-debian-10-3002-8-py3
127
- # - env: INSTANCE=repositories-debian-9-3002-8-py3
128
- # - env: INSTANCE=repositories-ubuntu-2004-3002-8-py3
129
- # - env: INSTANCE=repositories-ubuntu-1804-3002-8-py3
130
126
131
127
# # Define the release stage that runs `semantic-release`
132
128
- stage : ' release'
Original file line number Diff line number Diff line change @@ -115,24 +115,6 @@ platforms:
115
115
image : saltimages/salt-3003.4-py3:ubuntu-18.04
116
116
run_command : /lib/systemd/systemd
117
117
118
- # # SALT `3002.8`
119
- - name : debian-10-3002-8-py3
120
- driver :
121
- image : saltimages/salt-3002.8-py3:debian-10
122
- run_command : /lib/systemd/systemd
123
- - name : debian-9-3002-8-py3
124
- driver :
125
- image : saltimages/salt-3002.8-py3:debian-9
126
- run_command : /lib/systemd/systemd
127
- - name : ubuntu-2004-3002-8-py3
128
- driver :
129
- image : saltimages/salt-3002.8-py3:ubuntu-20.04
130
- run_command : /lib/systemd/systemd
131
- - name : ubuntu-1804-3002-8-py3
132
- driver :
133
- image : saltimages/salt-3002.8-py3:ubuntu-18.04
134
- run_command : /lib/systemd/systemd
135
-
136
118
verifier :
137
119
# https://www.inspec.io/
138
120
name : inspec
You can’t perform that action at this time.
0 commit comments