mirror of
https://github.com/saltstack-formulas/openssh-formula.git
synced 2025-08-03 15:33:52 +02:00
chore(copier): update template https://github.com/dafyddj/copier-ssf-ci to v2.0.1
This commit is contained in:
parent
b74aa33f91
commit
629076b1be
@ -1,5 +1,5 @@
|
||||
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
|
||||
_commit: v2.0.0
|
||||
_commit: v2.0.1
|
||||
_src_path: https://github.com/dafyddj/copier-ssf-ci
|
||||
failure_permitted_ignored: []
|
||||
failure_permitted_patterns: []
|
||||
|
@ -15,15 +15,15 @@
|
||||
stage_test: &stage_test 'test'
|
||||
# `image`
|
||||
# yamllint disable rule:line-length
|
||||
image_commitlint: &image_commitlint 'techneg/ci-commitlint:v1.1.90@sha256:8334132f86e7241ed7eb5ac6469aa1a44c68f2b0923349209e7a7f403de18c97'
|
||||
image_dindruby: &image_dindruby 'techneg/ci-docker-python-ruby:v2.2.59@sha256:df2308e9c162f73c2094a913dcd29baccb07e3fd677418a74437e7780a7bcd1b'
|
||||
image_dindrubybionic: &image_dindrubybionic 'techneg/ci-docker-python-ruby:v2.2.59@sha256:df2308e9c162f73c2094a913dcd29baccb07e3fd677418a74437e7780a7bcd1b'
|
||||
image_precommit: &image_precommit 'techneg/ci-pre-commit:v2.4.24@sha256:0508ba9bb36bbfe9c12da5745cfb85159cdfbf8453c64fb63c9ca4d6e6cca679'
|
||||
image_commitlint: &image_commitlint 'techneg/ci-commitlint:v1.1.91@sha256:02574d0409adafb76d5a40a7d08202073e5377f4a7c4bfe9e198d1203ff94a8c'
|
||||
image_dindruby: &image_dindruby 'techneg/ci-docker-python-ruby:v2.2.60@sha256:de98b8d1d3cf86639fe69bfc4f0416115d18300759c5ed2948ac56f973dd944f'
|
||||
image_dindrubybionic: &image_dindrubybionic 'techneg/ci-docker-python-ruby:v2.2.60@sha256:de98b8d1d3cf86639fe69bfc4f0416115d18300759c5ed2948ac56f973dd944f'
|
||||
image_precommit: &image_precommit 'techneg/ci-pre-commit:v2.4.25@sha256:ff5192e893c1079fbf70e3ce6bfc3773815041786a75659793158be930ba7803'
|
||||
image_rubocop: &image_rubocop 'pipelinecomponents/rubocop:latest@sha256:fe69f9642c7edde46bbd78326d2c42c6e13fc73694efb142e92e206725479328'
|
||||
image_semantic-release: &image_semanticrelease 'myii/ssf-semantic-release:15.14@sha256:374f588420087517a3cc0235e11293bffd72d7a59da3d98d5e69f014ff2a7761'
|
||||
# `services`
|
||||
services_docker_dind: &services_docker_dind
|
||||
- 'docker:28.2.2-dind@sha256:bbc590727c1e4fe707877314ff4f0f977bdda2985c485f2b044db0e18979efb3'
|
||||
- 'docker:28.2.2-dind@sha256:d4668861cabc1691635d98e827a81cfa834a416f8fe0f4efc609f9f806d86d82'
|
||||
# yamllint enable rule:line-length
|
||||
# `variables`
|
||||
# https://forum.gitlab.com/t/gitlab-com-ci-caching-rubygems/5627/3
|
||||
@ -176,7 +176,6 @@ debian-11-master: {extends: '.test_instance_failure_permitted'}
|
||||
fedora-41-master: {extends: '.test_instance_failure_permitted'}
|
||||
fedora-40-master: {extends: '.test_instance_failure_permitted'}
|
||||
opensuse-leap-156-master: {extends: '.test_instance_failure_permitted'}
|
||||
opensuse-leap-155-master: {extends: '.test_instance_failure_permitted'}
|
||||
opensuse-tmbl-latest-master: {extends: '.test_instance_failure_permitted'}
|
||||
oraclelinux-9-master: {extends: '.test_instance_failure_permitted'}
|
||||
oraclelinux-8-master: {extends: '.test_instance_failure_permitted'}
|
||||
@ -195,7 +194,6 @@ debian-11-3007-3: {extends: '.test_instance'}
|
||||
fedora-41-3007-3: {extends: '.test_instance_failure_permitted'}
|
||||
fedora-40-3007-3: {extends: '.test_instance'}
|
||||
opensuse-leap-156-3007-3: {extends: '.test_instance'}
|
||||
opensuse-leap-155-3007-3: {extends: '.test_instance'}
|
||||
opensuse-tmbl-latest-3007-3: {extends: '.test_instance'}
|
||||
oraclelinux-9-3007-3: {extends: '.test_instance'}
|
||||
oraclelinux-8-3007-3: {extends: '.test_instance'}
|
||||
@ -214,7 +212,6 @@ debian-11-3006-11: {extends: '.test_instance'}
|
||||
fedora-41-3006-11: {extends: '.test_instance_failure_permitted'}
|
||||
fedora-40-3006-11: {extends: '.test_instance'}
|
||||
opensuse-leap-156-3006-11: {extends: '.test_instance'}
|
||||
opensuse-leap-155-3006-11: {extends: '.test_instance'}
|
||||
opensuse-tmbl-latest-3006-11: {extends: '.test_instance'}
|
||||
oraclelinux-9-3006-11: {extends: '.test_instance'}
|
||||
oraclelinux-8-3006-11: {extends: '.test_instance'}
|
||||
|
@ -30,7 +30,7 @@ repos:
|
||||
- id: commitlint
|
||||
- id: commitlint-ci
|
||||
- repo: https://github.com/rubocop-hq/rubocop
|
||||
rev: v1.75.8
|
||||
rev: v1.76.1
|
||||
hooks:
|
||||
- id: rubocop
|
||||
name: Check Ruby files with rubocop
|
||||
@ -100,7 +100,7 @@ repos:
|
||||
)$
|
||||
additional_dependencies: [pygments==2.16.1]
|
||||
- repo: https://github.com/renovatebot/pre-commit-hooks
|
||||
rev: 40.36.8
|
||||
rev: 40.48.11
|
||||
hooks:
|
||||
- id: renovate-config-validator
|
||||
name: Check Renovate config with renovate-config-validator
|
||||
|
21
kitchen.yml
21
kitchen.yml
@ -56,13 +56,6 @@ platforms:
|
||||
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
||||
transport:
|
||||
max_ssh_sessions: 1
|
||||
- name: opensuse-leap-155-master
|
||||
driver:
|
||||
image: saltimages/salt-master-py3:opensuse-leap-15.5
|
||||
# Workaround to avoid intermittent failures on `opensuse-leap-15.5`:
|
||||
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
||||
transport:
|
||||
max_ssh_sessions: 1
|
||||
- name: opensuse-tmbl-latest-master
|
||||
driver:
|
||||
image: saltimages/salt-master-py3:opensuse-tumbleweed-latest
|
||||
@ -122,13 +115,6 @@ platforms:
|
||||
- name: centos-stream9-3007-3
|
||||
driver:
|
||||
image: saltimages/salt-3007.3-py3:centos-stream9
|
||||
- name: opensuse-leap-155-3007-3
|
||||
driver:
|
||||
image: saltimages/salt-3007.3-py3:opensuse-leap-15.5
|
||||
# Workaround to avoid intermittent failures on `opensuse-leap-15.5`:
|
||||
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
||||
transport:
|
||||
max_ssh_sessions: 1
|
||||
- name: opensuse-leap-156-3007-3
|
||||
driver:
|
||||
image: saltimages/salt-3007.3-py3:opensuse-leap-15.6
|
||||
@ -212,13 +198,6 @@ platforms:
|
||||
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
||||
transport:
|
||||
max_ssh_sessions: 1
|
||||
- name: opensuse-leap-155-3006-11
|
||||
driver:
|
||||
image: saltimages/salt-3006.11-py3:opensuse-leap-15.5
|
||||
# Workaround to avoid intermittent failures on `opensuse-leap-15.5`:
|
||||
# => SCP did not finish successfully (255): (Net::SCP::Error)
|
||||
transport:
|
||||
max_ssh_sessions: 1
|
||||
- name: fedora-41-3006-11
|
||||
driver:
|
||||
image: saltimages/salt-3006.11-py3:fedora-41
|
||||
|
Loading…
x
Reference in New Issue
Block a user