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

Lock the GitHub CI runner to a specific Ubuntu version #3514

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

pmatilai
Copy link
Member

We need to have control over our CI environment - we lock Fedora to a certain version without updates, yet the underlying Ubuntu image has been floating and causing trouble every now and then. Like just now, with ubuntu-latest moving from 22.04 to 24.04 where sudo is somehow broken inside our test-suite and causing totally unrelated PR's to fail with

sudo: PAM account management error: Authentication service cannot retrieve authentication info
sudo: a password is required

Lock the version to Ubuntu 22.04 for now, we'll need to eventually figure what the issue is but these things need to happen on our terms.

We need to have control over our CI environment - we lock Fedora to a
certain version without updates, yet the underlying Ubuntu image has
been floating and causing trouble every now and then. Like just now,
with ubuntu-latest moving from 22.04 to 24.04 where sudo is somehow
broken inside our test-suite and causing totally unrelated PR's to
fail with

   sudo: PAM account management error: Authentication service cannot retrieve authentication info
   sudo: a password is required

Lock the version to Ubuntu 22.04 for now, we'll need to eventually
figure what the issue is but these things need to happen on our terms.
@pmatilai pmatilai requested a review from a team as a code owner January 10, 2025 09:47
@pmatilai pmatilai requested review from dmnks and removed request for a team January 10, 2025 09:47
@dmnks dmnks merged commit 528ceb9 into rpm-software-management:master Jan 10, 2025
1 check passed
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