Skip to content
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

Add/ubuntu24 #955

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add/ubuntu24 #955

wants to merge 1 commit into from

Conversation

Valantin
Copy link
Contributor

Pull Request (PR) description

Add Ubuntu 24.04 to supported OS

This Pull Request (PR) fixes the following issues

This Pull Request (PR) include

#952

@Valantin Valantin added this to the 10.1.0 milestone Jun 17, 2024
@Valantin Valantin added the enhancement New feature or request label Jun 17, 2024
@@ -13,7 +13,7 @@ def baseline_os_hash
},
{
'operatingsystem' => 'Ubuntu',
'operatingsystemrelease' => %w[20.04 22.04]
'operatingsystemrelease' => %w[20.04 22.04 24.04]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think in another PR we should remove the whole hash here. It doesn't make sense to duplicate the information from metadata.json. We did that in the past because we only had limited CI power.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes but we need to remove not supported os from metadata.json
I'm waiting centos7 EOL to think to release v11

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI: With #967 the unit tests will run much faster, so we don't need to worry about the CI runtime for unit tests.

@Valantin Valantin modified the milestones: 10.1.0, 11.0.0 Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs-tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants