From ae1204ef6e84d2a6a8cd341462d31165583000ca Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Wed, 12 Jun 2024 11:33:39 +0200 Subject: [PATCH] modulesync 9.0.0 --- .github/CONTRIBUTING.md | 24 ++++++++++++------------ .github/labeler.yml | 3 +++ .github/workflows/ci.yml | 2 +- .msync.yml | 2 +- Gemfile | 2 +- 5 files changed, 18 insertions(+), 15 deletions(-) create mode 100644 .github/labeler.yml diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index e3a012395..880932740 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -2,18 +2,16 @@ ## Table of contents -- [Contribution guidelines](#contribution-guidelines) - - [Table of contents](#table-of-contents) - - [Contributing](#contributing) - - [Writing proper commits - short version](#writing-proper-commits---short-version) - - [Writing proper commits - long version](#writing-proper-commits---long-version) - - [Dependencies](#dependencies) - - [Note for OS X users](#note-for-os-x-users) - - [The test matrix](#the-test-matrix) - - [Syntax and style](#syntax-and-style) - - [Running the unit tests](#running-the-unit-tests) - - [Unit tests in docker](#unit-tests-in-docker) - - [Integration tests](#integration-tests) +* [Contributing](#contributing) +* [Writing proper commits - short version](#writing-proper-commits-short-version) +* [Writing proper commits - long version](#writing-proper-commits-long-version) +* [Dependencies](#dependencies) + * [Note for OS X users](#note-for-os-x-users) +* [The test matrix](#the-test-matrix) +* [Syntax and style](#syntax-and-style) +* [Running the unit tests](#running-the-unit-tests) +* [Unit tests in docker](#unit-tests-in-docker) +* [Integration tests](#integration-tests) This module has grown over time based on a range of contributions from people using it. If you follow these contributing guidelines your patch @@ -253,6 +251,8 @@ The following strings are known to work: * ubuntu2004 * ubuntu2204 * debian11 +* centos7 +* centos8 * centos9 * almalinux8 * almalinux9 diff --git a/.github/labeler.yml b/.github/labeler.yml new file mode 100644 index 000000000..7899de848 --- /dev/null +++ b/.github/labeler.yml @@ -0,0 +1,3 @@ +--- +skip-changelog: + - head-branch: ['^release-*', 'release'] diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a45ece1f..5c4e19472 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,4 +21,4 @@ jobs: uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v2 with: timeout_minutes: 60 - unit_runs_on: 'self-hosted' + unit_runs_on: 'cern-self-hosted' diff --git a/.msync.yml b/.msync.yml index 876cb3b02..36071685f 100644 --- a/.msync.yml +++ b/.msync.yml @@ -2,4 +2,4 @@ # Managed by modulesync - DO NOT EDIT # https://voxpupuli.org/docs/updating-files-managed-with-modulesync/ -modulesync_config_version: '8.0.1' +modulesync_config_version: '9.0.0' diff --git a/Gemfile b/Gemfile index ec7b4cd33..27cdc0de2 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source ENV['GEM_SOURCE'] || 'https://rubygems.org' group :test do - gem 'voxpupuli-test', '~> 7.2', :require => false + gem 'voxpupuli-test', '~> 8.0', :require => false gem 'coveralls', :require => false gem 'simplecov-console', :require => false gem 'puppet_metadata', '~> 4.0', :require => false