From 888014548391ff13f67b4473ee5330ab9ef89c77 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Thu, 5 Oct 2023 17:00:29 +0200 Subject: [PATCH] Drop pidfile_workaround from Beaker testing --- .github/workflows/ci.yml | 2 -- .sync.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf4c56b..1f82c4c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,5 +19,3 @@ jobs: puppet: name: Puppet uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v2 - with: - pidfile_workaround: 'CentOS' diff --git a/.sync.yml b/.sync.yml index 43b0750..9f83f2d 100644 --- a/.sync.yml +++ b/.sync.yml @@ -5,7 +5,5 @@ - parameter_types spec/spec_helper.rb: mock_with: ':rspec' -.github/workflows/ci.yml: - pidfile_workaround: CentOS spec/spec_helper_acceptance.rb: unmanaged: false