This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-1-test by this push:
     new 57a890906ff [v3-1-test] Align integration LocalStack docker-compose 
with e2e LocalStack config (#62980) (#62993)
57a890906ff is described below

commit 57a890906ffaba666d70f7eff6b4d2651d1ddba7
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Mar 7 12:05:26 2026 +0100

    [v3-1-test] Align integration LocalStack docker-compose with e2e LocalStack 
config (#62980) (#62993)
    
    (cherry picked from commit 6722c4b3559259591cdc69f76319e1811602956e)
    
    Co-authored-by: Jason(Zhe-You) Liu 
<[email protected]>
---
 scripts/ci/docker-compose/integration-localstack.yml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/scripts/ci/docker-compose/integration-localstack.yml 
b/scripts/ci/docker-compose/integration-localstack.yml
index 68560bb0476..bb1ef2f5a3d 100644
--- a/scripts/ci/docker-compose/integration-localstack.yml
+++ b/scripts/ci/docker-compose/integration-localstack.yml
@@ -27,8 +27,17 @@ services:
     environment:
       # LocalStack configuration: 
https://docs.localstack.cloud/references/configuration/
       - DEBUG=${DEBUG:-0}
+      - AWS_ACCESS_KEY_ID=test
+      - AWS_SECRET_ACCESS_KEY=test
+      - AWS_DEFAULT_REGION=us-east-1
     volumes:
       - "/var/run/docker.sock:/var/run/docker.sock"
+    healthcheck:
+      test: ["CMD", "curl", "-f", "http://localhost:4566/_localstack/health";]
+      interval: 10s
+      timeout: 5s
+      retries: 10
+      start_period: 10s
 
   airflow:
     environment:

Reply via email to