Skip to content

Commit 388933c

Browse files
committed
chore: apply template copier-ssf-ci at v2.0.1
1 parent 4419c79 commit 388933c

File tree

4 files changed

+8
-32
lines changed

4 files changed

+8
-32
lines changed

.copier-answers.ssf-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2-
_commit: v2.0.0
2+
_commit: v2.0.1
33
_src_path: https://github.com/dafyddj/copier-ssf-ci
44
failure_permitted_ignored: []
55
failure_permitted_patterns: []

.gitlab-ci.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
stage_test: &stage_test 'test'
1616
# `image`
1717
# yamllint disable rule:line-length
18-
image_commitlint: &image_commitlint 'techneg/ci-commitlint:v1.1.90@sha256:8334132f86e7241ed7eb5ac6469aa1a44c68f2b0923349209e7a7f403de18c97'
19-
image_dindruby: &image_dindruby 'techneg/ci-docker-python-ruby:v2.2.59@sha256:df2308e9c162f73c2094a913dcd29baccb07e3fd677418a74437e7780a7bcd1b'
20-
image_dindrubybionic: &image_dindrubybionic 'techneg/ci-docker-python-ruby:v2.2.59@sha256:df2308e9c162f73c2094a913dcd29baccb07e3fd677418a74437e7780a7bcd1b'
21-
image_precommit: &image_precommit 'techneg/ci-pre-commit:v2.4.24@sha256:0508ba9bb36bbfe9c12da5745cfb85159cdfbf8453c64fb63c9ca4d6e6cca679'
18+
image_commitlint: &image_commitlint 'techneg/ci-commitlint:v1.1.91@sha256:02574d0409adafb76d5a40a7d08202073e5377f4a7c4bfe9e198d1203ff94a8c'
19+
image_dindruby: &image_dindruby 'techneg/ci-docker-python-ruby:v2.2.60@sha256:de98b8d1d3cf86639fe69bfc4f0416115d18300759c5ed2948ac56f973dd944f'
20+
image_dindrubybionic: &image_dindrubybionic 'techneg/ci-docker-python-ruby:v2.2.60@sha256:de98b8d1d3cf86639fe69bfc4f0416115d18300759c5ed2948ac56f973dd944f'
21+
image_precommit: &image_precommit 'techneg/ci-pre-commit:v2.4.25@sha256:ff5192e893c1079fbf70e3ce6bfc3773815041786a75659793158be930ba7803'
2222
image_rubocop: &image_rubocop 'pipelinecomponents/rubocop:latest@sha256:fe69f9642c7edde46bbd78326d2c42c6e13fc73694efb142e92e206725479328'
2323
image_semantic-release: &image_semanticrelease 'myii/ssf-semantic-release:15.14@sha256:374f588420087517a3cc0235e11293bffd72d7a59da3d98d5e69f014ff2a7761'
2424
# `services`
2525
services_docker_dind: &services_docker_dind
26-
- 'docker:28.2.2-dind@sha256:bbc590727c1e4fe707877314ff4f0f977bdda2985c485f2b044db0e18979efb3'
26+
- 'docker:28.2.2-dind@sha256:d4668861cabc1691635d98e827a81cfa834a416f8fe0f4efc609f9f806d86d82'
2727
# yamllint enable rule:line-length
2828
# `variables`
2929
# https://forum.gitlab.com/t/gitlab-com-ci-caching-rubygems/5627/3
@@ -176,7 +176,6 @@ debian-11-master: {extends: '.test_instance_failure_permitted'}
176176
fedora-41-master: {extends: '.test_instance_failure_permitted'}
177177
fedora-40-master: {extends: '.test_instance_failure_permitted'}
178178
opensuse-leap-156-master: {extends: '.test_instance_failure_permitted'}
179-
opensuse-leap-155-master: {extends: '.test_instance_failure_permitted'}
180179
opensuse-tmbl-latest-master: {extends: '.test_instance_failure_permitted'}
181180
oraclelinux-9-master: {extends: '.test_instance_failure_permitted'}
182181
oraclelinux-8-master: {extends: '.test_instance_failure_permitted'}
@@ -195,7 +194,6 @@ debian-11-3007-3: {extends: '.test_instance'}
195194
fedora-41-3007-3: {extends: '.test_instance_failure_permitted'}
196195
fedora-40-3007-3: {extends: '.test_instance'}
197196
opensuse-leap-156-3007-3: {extends: '.test_instance'}
198-
opensuse-leap-155-3007-3: {extends: '.test_instance'}
199197
opensuse-tmbl-latest-3007-3: {extends: '.test_instance'}
200198
oraclelinux-9-3007-3: {extends: '.test_instance'}
201199
oraclelinux-8-3007-3: {extends: '.test_instance'}
@@ -214,7 +212,6 @@ debian-11-3006-11: {extends: '.test_instance'}
214212
fedora-41-3006-11: {extends: '.test_instance_failure_permitted'}
215213
fedora-40-3006-11: {extends: '.test_instance'}
216214
opensuse-leap-156-3006-11: {extends: '.test_instance'}
217-
opensuse-leap-155-3006-11: {extends: '.test_instance'}
218215
opensuse-tmbl-latest-3006-11: {extends: '.test_instance'}
219216
oraclelinux-9-3006-11: {extends: '.test_instance'}
220217
oraclelinux-8-3006-11: {extends: '.test_instance'}

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repos:
3030
- id: commitlint
3131
- id: commitlint-ci
3232
- repo: https://github.com/rubocop-hq/rubocop
33-
rev: v1.75.8
33+
rev: v1.76.1
3434
hooks:
3535
- id: rubocop
3636
name: Check Ruby files with rubocop
@@ -100,7 +100,7 @@ repos:
100100
)$
101101
additional_dependencies: [pygments==2.16.1]
102102
- repo: https://github.com/renovatebot/pre-commit-hooks
103-
rev: 40.36.8
103+
rev: 40.48.11
104104
hooks:
105105
- id: renovate-config-validator
106106
name: Check Renovate config with renovate-config-validator

kitchen.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,6 @@ platforms:
5656
# => SCP did not finish successfully (255): (Net::SCP::Error)
5757
transport:
5858
max_ssh_sessions: 1
59-
- name: opensuse-leap-155-master
60-
driver:
61-
image: saltimages/salt-master-py3:opensuse-leap-15.5
62-
# Workaround to avoid intermittent failures on `opensuse-leap-15.5`:
63-
# => SCP did not finish successfully (255): (Net::SCP::Error)
64-
transport:
65-
max_ssh_sessions: 1
6659
- name: opensuse-tmbl-latest-master
6760
driver:
6861
image: saltimages/salt-master-py3:opensuse-tumbleweed-latest
@@ -122,13 +115,6 @@ platforms:
122115
- name: centos-stream9-3007-3
123116
driver:
124117
image: saltimages/salt-3007.3-py3:centos-stream9
125-
- name: opensuse-leap-155-3007-3
126-
driver:
127-
image: saltimages/salt-3007.3-py3:opensuse-leap-15.5
128-
# Workaround to avoid intermittent failures on `opensuse-leap-15.5`:
129-
# => SCP did not finish successfully (255): (Net::SCP::Error)
130-
transport:
131-
max_ssh_sessions: 1
132118
- name: opensuse-leap-156-3007-3
133119
driver:
134120
image: saltimages/salt-3007.3-py3:opensuse-leap-15.6
@@ -212,13 +198,6 @@ platforms:
212198
# => SCP did not finish successfully (255): (Net::SCP::Error)
213199
transport:
214200
max_ssh_sessions: 1
215-
- name: opensuse-leap-155-3006-11
216-
driver:
217-
image: saltimages/salt-3006.11-py3:opensuse-leap-15.5
218-
# Workaround to avoid intermittent failures on `opensuse-leap-15.5`:
219-
# => SCP did not finish successfully (255): (Net::SCP::Error)
220-
transport:
221-
max_ssh_sessions: 1
222201
- name: fedora-41-3006-11
223202
driver:
224203
image: saltimages/salt-3006.11-py3:fedora-41

0 commit comments

Comments
 (0)