From 0fb398dc989c9d5f6256c3effd3a1ecc730030bc Mon Sep 17 00:00:00 2001 From: markuszilch Date: Sat, 6 Jul 2024 23:52:44 +0200 Subject: [PATCH] modulesync 9.0.0 --- .github/labeler.yml | 3 +++ .github/workflows/ci.yml | 2 +- .msync.yml | 2 +- Gemfile | 2 +- spec/spec_helper.rb | 1 - 5 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 .github/labeler.yml diff --git a/.github/labeler.yml b/.github/labeler.yml new file mode 100644 index 00000000..7899de84 --- /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 566d1e47..b1faf8a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,5 +20,5 @@ jobs: name: Puppet uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v2 with: - beaker_facter: 'zabbix_version:Zabbix:5.0,6.0,7.0' + beaker_facter: 'zabbix_version:Zabbix:5.0,6.0' unit_runs_on: 'cern-self-hosted' diff --git a/.msync.yml b/.msync.yml index 876cb3b0..36071685 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 7b7be586..a82c6134 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 diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 8361eb93..b82e1778 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -23,5 +23,4 @@ end require 'support/acceptance/supported_versions' - Dir['./spec/support/spec/**/*.rb'].sort.each { |f| require f }