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

Upgrade minimum-version runners and fix Docker smoke tests #33

Merged
merged 3 commits into from
Jan 30, 2025

Conversation

silv-io
Copy link
Member

@silv-io silv-io commented Jan 30, 2025

Motivation

Currently, we're running into two issues with the CLI build:

  1. The macos-12 runner is deprecated, it needs to be replaced with the oldest currently supported runner: macos-13
  2. The Ubuntu 20.04 runner is failing

Changes

  • Upgrade macos-12 to macos-13
  • Upgrade Ubuntu to 22.04 as 20.04 will be EOL in May 2025
  • Add a manual curl to the health endpoint before calling localstack status services as the first call now reliably takes longer than the 2s timeout defined in localstack-core/localstack/cli/localstack.py:390

@silv-io silv-io requested a review from alexrashed January 30, 2025 08:24
Copy link
Member

@alexrashed alexrashed left a comment

Choose a reason for hiding this comment

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

Great rubber ducking session! Great find with the service catalog building causing the timeout 🤯 💯 🦸🏽

@silv-io silv-io changed the title Fix CLI Build for 4.1 release Upgrade minimum-version runners and fix Docker smoke tests Jan 30, 2025
@silv-io silv-io marked this pull request as ready for review January 30, 2025 09:24
@silv-io silv-io merged commit 139436a into main Jan 30, 2025
6 checks passed
@silv-io silv-io deleted the fix-cli-build branch January 30, 2025 09:24
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