Skip to content

Commit

Permalink
DMP-4144 ARM RPO - Integrate all Endpoints for ARMRPOPollAutomatedTask
Browse files Browse the repository at this point in the history
Added the new env variable IS_MOCK_ARM_RPO_DOWNLOAD_CSV.
  • Loading branch information
karen-hedges committed Nov 21, 2024
1 parent 3d51e0e commit 514d987
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/darts-modernisation/darts-api/demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ spec:
EVENT_OBFUSCATION_ENABLED: false
PROCESS_E2E_ARM_RPO: false
ARM_RPO_DURATION: 24h
IS_MOCK_ARM_RPO_DOWNLOAD_CSV: false
function:
image: sdshmctspublic.azurecr.io/darts/api:prod-4e60c6b-20241121052957 # {"$imagepolicy": "flux-system:darts-api"}
environment:
Expand Down
1 change: 1 addition & 0 deletions apps/darts-modernisation/darts-api/ithc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ spec:
MANUAL_DELETION_ENABLED: false
EVENT_OBFUSCATION_ENABLED: false
PROCESS_E2E_ARM_RPO: false
IS_MOCK_ARM_RPO_DOWNLOAD_CSV: true
1 change: 1 addition & 0 deletions apps/darts-modernisation/darts-api/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ spec:
DARTS_API_DB_POOL_SIZE: 200
PROCESS_E2E_ARM_RPO: false
ARM_RPO_DURATION: 24h
IS_MOCK_ARM_RPO_DOWNLOAD_CSV: false
pdb:
enabled: false
function:
Expand Down
1 change: 1 addition & 0 deletions apps/darts-modernisation/darts-api/stg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ spec:
MANUAL_DELETION_ENABLED: true
EVENT_OBFUSCATION_ENABLED: true
PROCESS_E2E_ARM_RPO: false
IS_MOCK_ARM_RPO_DOWNLOAD_CSV: true
function:
image: sdshmctspublic.azurecr.io/darts/api:prod-4e60c6b-20241121052957 # {"$imagepolicy": "flux-system:darts-api"}
environment:
Expand Down
1 change: 1 addition & 0 deletions apps/darts-modernisation/darts-api/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ spec:
DARTS_API_DB_POOL_SIZE: 200
PROCESS_E2E_ARM_RPO: false
MODERNISED_DARTS_START_DATE: '2024-10-01'
IS_MOCK_ARM_RPO_DOWNLOAD_CSV: true
function:
image: sdshmctspublic.azurecr.io/darts/api:prod-4e60c6b-20241121052957 # {"$imagepolicy": "flux-system:darts-api"}
3 changes: 2 additions & 1 deletion apps/darts-modernisation/darts-automated-tasks/demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ spec:
ARM_URL: https://www.test.court-tribunal-records-archive.service.justice.gov.uk
FEIGN_LOG_LEVEL: full
PROCESS_E2E_ARM_RPO: false
ARM_RPO_DURATION: 24h
ARM_RPO_DURATION: 24h
IS_MOCK_ARM_RPO_DOWNLOAD_CSV: false
1 change: 1 addition & 0 deletions apps/darts-modernisation/darts-automated-tasks/ithc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ spec:
DARTS_LOG_LEVEL: DEBUG
ARM_URL: http://darts-stub-services.ithc.platform.hmcts.net
PROCESS_E2E_ARM_RPO: false
IS_MOCK_ARM_RPO_DOWNLOAD_CSV: true
1 change: 1 addition & 0 deletions apps/darts-modernisation/darts-automated-tasks/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ spec:
ARM_URL: https://www.court-tribunal-records-archive.service.justice.gov.uk
PROCESS_E2E_ARM_RPO: false
ARM_RPO_DURATION: 24h
IS_MOCK_ARM_RPO_DOWNLOAD_CSV: false
pdb:
enabled: false
1 change: 1 addition & 0 deletions apps/darts-modernisation/darts-automated-tasks/stg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ spec:
DARTS_LOG_LEVEL: DEBUG
ARM_URL: http://darts-stub-services.staging.platform.hmcts.net
PROCESS_E2E_ARM_RPO: false
IS_MOCK_ARM_RPO_DOWNLOAD_CSV: true
1 change: 1 addition & 0 deletions apps/darts-modernisation/darts-automated-tasks/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ spec:
RESTART: 001
ARM_URL: http://darts-stub-services.test.platform.hmcts.net
PROCESS_E2E_ARM_RPO: false
IS_MOCK_ARM_RPO_DOWNLOAD_CSV: true

0 comments on commit 514d987

Please sign in to comment.