feat(docker) Add quickstartDebugAws gradle command for testing s3 locally (#15218)

This commit is contained in:
Chris Collins 2025-11-06 12:58:48 -05:00 committed by GitHub
parent 860303f24b
commit 002de4bcd8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 2 deletions

View File

@ -82,6 +82,14 @@ ext {
DATAHUB_LOCAL_ACTIONS_ENV: "${rootProject.project(':smoke-test').projectDir}/test_resources/actions/actions.env"
]
],
'quickstartDebugAws': [
profile: 'debug-aws',
modules: python_services_modules + backend_profile_modules + [':datahub-frontend', ':datahub-actions'],
isDebug: true,
additionalEnv: [
DATAHUB_LOCAL_ACTIONS_ENV: "${rootProject.project(':smoke-test').projectDir}/test_resources/actions/actions.env"
]
],
'quickstartCypress': [
profile: 'debug',
modules: python_services_modules + backend_profile_modules + [':datahub-frontend', ':datahub-actions'],

View File

@ -330,10 +330,10 @@ services:
condition: service_healthy
opensearch:
condition: service_healthy
system-update-debug-aws: &system-update-debug
system-update-debug-aws: &system-update-debug-aws
<<: *datahub-system-update-service-dev
environment:
<<: [*localstack-env]
<<: [*datahub-system-update-dev-env, *localstack-env]
profiles:
- debug-backend-aws
- debug-aws