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

tests: invert the conditions for checking modular vs monolithic daemon distro #449

Merged
merged 2 commits into from
Nov 11, 2021

Conversation

KKoukiou
Copy link
Collaborator

@KKoukiou KKoukiou commented Nov 11, 2021

We should have a list that shrinks - not grows

@martinpitt
Copy link
Member

Thanks!

don't have m.image command

m.image should totally work, and this PR still relies on it. I suggest to just drop this sentence from the commit message, as it's confusing.

You need to force-push for the pycodestyle error anyway.

martinpitt
martinpitt previously approved these changes Nov 11, 2021
Copy link
Member

@martinpitt martinpitt left a comment

Choose a reason for hiding this comment

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

LGTM, bots have the last word.

@@ -57,7 +57,7 @@ systemctl start firewalld
firewall-cmd --add-service=cockpit --permanent
firewall-cmd --add-service=cockpit

if grep -Eq 'PLATFORM_ID=.*(f35)' /etc/os-release; then
if grep -Eq 'PLATFORM_ID=.*(f35|f36|el9)' /etc/os-release; then
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 we should invert that too, and not do it on f34 and el8. But that can also be a follow-up the next time we have to touch this file.

@martinpitt
Copy link
Member

This flake is fixed by #448. Let's rebase this PR after that lands, to not totally ruin our test stats.

martinpitt
martinpitt previously approved these changes Nov 11, 2021
@martinpitt
Copy link
Member

Branch was out of date, so packit srpm build failure. Here it actually matters, so I pushed a rebase.

Copy link
Member

@martinpitt martinpitt left a comment

Choose a reason for hiding this comment

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

Thanks! The packit f35 failure is something entirely different (timeout? VM running out of memory?) but the tests until the hang look good.

@KKoukiou
Copy link
Collaborator Author

tests succeeded also downstream.

@KKoukiou KKoukiou merged commit a96b128 into cockpit-project:main Nov 11, 2021
@KKoukiou KKoukiou deleted the modular-daemons branch November 11, 2021 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants