mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-25 00:48:45 +00:00
feat(docker) Add quickstartDebugAws gradle command for testing s3 locally (#15218)
This commit is contained in:
parent
860303f24b
commit
002de4bcd8
@ -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'],
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user