Skip to content

Commit a1ca18a

Browse files
committed
Test beaker on windows
1 parent 37c7ae1 commit a1ca18a

File tree

3 files changed

+9
-57
lines changed

3 files changed

+9
-57
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@ permissions:
2222
jobs:
2323
puppet:
2424
name: Puppet
25-
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v3
25+
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@windows
26+
with:
27+
beaker_hypervisor: none
28+
acceptance_runs_on: windows-2025

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ source ENV['GEM_SOURCE'] || 'https://rubygems.org'
55

66
group :test do
77
gem 'voxpupuli-test', '~> 11.0', :require => false
8-
gem 'puppet_metadata', '~> 5.0', :require => false
8+
#gem 'puppet_metadata', '~> 5.0', :require => false
9+
gem 'puppet_metadata', github: 'voxpupuli/puppet_metadata', branch: 'windows'
910
end
1011

1112
group :development do

metadata.json

Lines changed: 3 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -19,62 +19,10 @@
1919
],
2020
"operatingsystem_support": [
2121
{
22-
"operatingsystem": "AlmaLinux",
22+
"operatingsystem": "Windows",
2323
"operatingsystemrelease": [
24-
"8",
25-
"9"
26-
]
27-
},
28-
{
29-
"operatingsystem": "Archlinux"
30-
},
31-
{
32-
"operatingsystem": "CentOS",
33-
"operatingsystemrelease": [
34-
"9"
35-
]
36-
},
37-
{
38-
"operatingsystem": "Debian",
39-
"operatingsystemrelease": [
40-
"11",
41-
"12",
42-
"13"
43-
]
44-
},
45-
{
46-
"operatingsystem": "Fedora",
47-
"operatingsystemrelease": [
48-
"41"
49-
]
50-
},
51-
{
52-
"operatingsystem": "OracleLinux",
53-
"operatingsystemrelease": [
54-
"8",
55-
"9"
56-
]
57-
},
58-
{
59-
"operatingsystem": "RedHat",
60-
"operatingsystemrelease": [
61-
"8",
62-
"9"
63-
]
64-
},
65-
{
66-
"operatingsystem": "Rocky",
67-
"operatingsystemrelease": [
68-
"8",
69-
"9"
70-
]
71-
},
72-
{
73-
"operatingsystem": "Ubuntu",
74-
"operatingsystemrelease": [
75-
"20.04",
76-
"22.04",
77-
"24.04"
24+
"2022",
25+
"2025"
7826
]
7927
}
8028
]

0 commit comments

Comments
 (0)