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
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
include:
- runner: macos-12
- runner: macos-13
os: darwin
arch: amd64
- runner: macos-13-xlarge
Expand All @@ -26,7 +26,7 @@ jobs:
- runner: windows-2019
os: windows
arch: amd64
- runner: ubuntu-20.04
- runner: ubuntu-22.04
os: linux
arch: amd64
- runner: buildjet-2vcpu-ubuntu-2204-arm
Expand Down Expand Up @@ -114,6 +114,9 @@ jobs:
# start community
./localstack start -d
./localstack wait -t 180
# TODO this is a hotfix to capture the first build of the service catalog which takes longer than
# the allowed timeout in `localstack status services` (2s)
curl http://localhost.localstack.cloud:4566/_localstack/health
./localstack status services --format plain
./localstack status services --format plain | grep "s3=available"
./localstack stop
Expand Down