-
-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix the Acceptance Tests by running them with beaker_hypervisor: vagrant_libvirt
#390
Changes from 18 commits
b3db785
fdb6fc1
c973bd9
e125c18
b394233
3186f6f
c504497
e2c8f62
22c2e87
94911a9
c99cf50
92879c2
e38df64
2df562a
f4d1936
14e38ff
a91fd1b
f94c746
874d6e7
6026ad8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"name": "puppet-selinux", | ||
"version": "4.1.1-rc0", | ||
"author": "Vox Pupuli", | ||
|
@@ -20,7 +20,6 @@ | |
"operatingsystem": "CentOS", | ||
"operatingsystemrelease": [ | ||
"7", | ||
"8", | ||
"9" | ||
] | ||
}, | ||
|
@@ -48,16 +47,13 @@ | |
{ | ||
"operatingsystem": "Fedora", | ||
"operatingsystemrelease": [ | ||
"30", | ||
"31", | ||
"32", | ||
"33" | ||
"36", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fedora 36 is the version before 40 that had its own releases of puppet, because of that I added it to here, but the tests dont run because of it being EOL. I guess I can remove it? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, we should remove EOL Fedora 36, in a separate pull request so that the changelog generator picks it up. 👍 |
||
"40" | ||
] | ||
}, | ||
{ | ||
"operatingsystem": "Debian", | ||
"operatingsystemrelease": [ | ||
"10", | ||
"11", | ||
"12" | ||
] | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will move to v3 on main repo once voxpupuli/gha-puppet#57 is merged