Skip to content

Commit

Permalink
Merge pull request #1602 from voxpupuli/modulesync
Browse files Browse the repository at this point in the history
modulesync 9.0.0
  • Loading branch information
bastelfreak committed Jun 12, 2024
2 parents 77b2188 + ae1204e commit 7995236
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 15 deletions.
24 changes: 12 additions & 12 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -253,6 +251,8 @@ The following strings are known to work:
* ubuntu2004
* ubuntu2204
* debian11
* centos7
* centos8
* centos9
* almalinux8
* almalinux9
Expand Down
3 changes: 3 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
skip-changelog:
- head-branch: ['^release-*', 'release']
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion .msync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7995236

Please sign in to comment.