Skip to content

Commit

Permalink
DTSAM-339 Reactivate JRD FTAs (#1948)
Browse files Browse the repository at this point in the history
[DTSAM-339](https://tools.hmcts.net/jira/browse/DTSAM-339)

Reactivate JRD FTAs: remove override of JRD FTA flag in jenkins config.
  • Loading branch information
mattnayler authored Jun 6, 2024
1 parent fb631a8 commit 8e10f56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile_CNP
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ env.PACT_BROKER_URL = "pact-broker.platform.hmcts.net"
env.PACT_BROKER_PORT = "443"
env.PACT_BROKER_SCHEME = "https"

// Turn off FTAs if RD is unavailable, DTSAM-336
env.JUDICIAL_FTA_ENABLED = "false" // temporarily disabled DTSAM-334
// Var to turn on CRD/JRD FTAs: DTSAM-336 (NB: only disable temporarily if an RD service is unavailable)
env.CASEWORKER_FTA_ENABLED = "true"
env.JUDICIAL_FTA_ENABLED = "true"

// Var to turn FTA on for azure-messaging-servicebus DTSAM-150
env.AZURE_SERVICE_BUS_FTA_ENABLED = "true"
Expand Down
4 changes: 2 additions & 2 deletions Jenkinsfile_nightly
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ env.TEST_URL = "http://am-org-role-mapping-service-aat.service.core-compute-aat.
env.LAUNCH_DARKLY_ENV = "aat"
env.JUDICIAL_BOOKING_URL = "http://am-judicial-booking-service-aat.service.core-compute-aat.internal"

// Turn off FTAs if RD is unavailable, DTSAM-336
env.JUDICIAL_FTA_ENABLED = "false" // temporarily disabled DTSAM-334
// Var to turn on CRD/JRD FTAs: DTSAM-336 (NB: only disable temporarily if an RD service is unavailable)
env.CASEWORKER_FTA_ENABLED = "true"
env.JUDICIAL_FTA_ENABLED = "true"

// Var to turn FTA on for azure-messaging-servicebus DTSAM-150
env.AZURE_SERVICE_BUS_FTA_ENABLED = "true"
Expand Down

0 comments on commit 8e10f56

Please sign in to comment.