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

test: buildkite testbot_maintenance.sh apt upgrade hung on linux, remove it #6561

Merged
merged 2 commits into from
Sep 23, 2024

Conversation

rfay
Copy link
Member

@rfay rfay commented Sep 23, 2024

The Issue

In

I added an apt update/apt upgrade for Linux machines (WSL2) that actually hung, apparently waiting for user input.

Fix this with DEBIAN_FRONTEND=noninteractive and use apt-get upgrade

However, I tried that, and the buildkite-agent upgrade still hung and needed manual intervention (sudo dpkg --configure -a) so not trying that here any more. They'll get manually updated.

@rfay rfay marked this pull request as ready for review September 23, 2024 09:42
@rfay rfay requested a review from a team as a code owner September 23, 2024 09:42
@rfay rfay changed the title test: added buildkite testbot-maintenance hung on linux test: buildkite testbot_maintenance.sh apt upgrade hung on linux, remove it Sep 23, 2024
@rfay rfay merged commit f292c7f into master Sep 23, 2024
13 of 21 checks passed
@rfay rfay deleted the 20240923_dont_hang_apt_upgrade branch September 23, 2024 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant