Skip to content

Commit 56cdb26

Browse files
Merge branch 'main' into spike/Snapshot-tests
2 parents 5adaff9 + dcd40c8 commit 56cdb26

File tree

863 files changed

+36234
-38465
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

863 files changed

+36234
-38465
lines changed

.azuredevops/pipelines/acr-image-promote-dev-to-nft.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ resources:
99
- repository: dtos-devops-templates
1010
type: github
1111
name: NHSDigital/dtos-devops-templates
12-
ref: 9ebaa0958ce826d44bdba77c25bf0a697e1f441c
12+
ref: 093557aee9d7ffb803106db24f51b7a5ef6f7f50
1313
endpoint: NHSDigital
1414

1515
variables:
@@ -29,9 +29,12 @@ stages:
2929
steps:
3030
- checkout: self
3131
- checkout: dtos-devops-templates
32-
- template: .azuredevops/templates/steps/apply-database-changes.yaml@dtos-devops-templates
32+
- template: .azuredevops/templates/steps/app-container-job-start.yaml@dtos-devops-templates
3333
parameters:
3434
serviceConnection: $(SERVICE_CONNECTION)
35+
targetSubscriptionId: $(TF_VAR_TARGET_SUBSCRIPTION_ID)
36+
resourceGroupName: $(RESOURCE_GROUP_NAME_SQL)
37+
jobName: $(DATABASE_MANAGEMENT_JOB_NAME)
3538

3639
- stage: re_tag_stage
3740
displayName: ACR re-tag

.azuredevops/pipelines/acr-image-promote-nft-to-integration.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ resources:
99
- repository: dtos-devops-templates
1010
type: github
1111
name: NHSDigital/dtos-devops-templates
12-
ref: 9ebaa0958ce826d44bdba77c25bf0a697e1f441c
12+
ref: 093557aee9d7ffb803106db24f51b7a5ef6f7f50
1313
endpoint: NHSDigital
1414

1515
variables:
@@ -29,9 +29,12 @@ stages:
2929
steps:
3030
- checkout: self
3131
- checkout: dtos-devops-templates
32-
- template: .azuredevops/templates/steps/apply-database-changes.yaml@dtos-devops-templates
32+
- template: .azuredevops/templates/steps/app-container-job-start.yaml@dtos-devops-templates
3333
parameters:
3434
serviceConnection: $(SERVICE_CONNECTION)
35+
targetSubscriptionId: $(TF_VAR_TARGET_SUBSCRIPTION_ID)
36+
resourceGroupName: $(RESOURCE_GROUP_NAME_SQL)
37+
jobName: $(DATABASE_MANAGEMENT_JOB_NAME)
3538

3639
- stage: re_tag_stage
3740
displayName: ACR re-tag

.azuredevops/pipelines/acr-image-promote-to-dev.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ resources:
99
- repository: dtos-devops-templates
1010
type: github
1111
name: NHSDigital/dtos-devops-templates
12-
ref: 9ebaa0958ce826d44bdba77c25bf0a697e1f441c
12+
ref: 093557aee9d7ffb803106db24f51b7a5ef6f7f50
1313
endpoint: NHSDigital
1414

1515
variables:
@@ -29,9 +29,12 @@ stages:
2929
steps:
3030
- checkout: self
3131
- checkout: dtos-devops-templates
32-
- template: .azuredevops/templates/steps/apply-database-changes.yaml@dtos-devops-templates
32+
- template: .azuredevops/templates/steps/app-container-job-start.yaml@dtos-devops-templates
3333
parameters:
3434
serviceConnection: $(SERVICE_CONNECTION)
35+
targetSubscriptionId: $(TF_VAR_TARGET_SUBSCRIPTION_ID)
36+
resourceGroupName: $(RESOURCE_GROUP_NAME_SQL)
37+
jobName: $(DATABASE_MANAGEMENT_JOB_NAME)
3538

3639
- stage: deploy_image_stage
3740
displayName: Deploy images

.azuredevops/pipelines/acr-image-promote-to-devtest.yaml renamed to .azuredevops/pipelines/acr-image-promote-to-sandbox.yaml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ resources:
99
- repository: dtos-devops-templates
1010
type: github
1111
name: NHSDigital/dtos-devops-templates
12-
ref: 9ebaa0958ce826d44bdba77c25bf0a697e1f441c
12+
ref: 093557aee9d7ffb803106db24f51b7a5ef6f7f50
1313
endpoint: NHSDigital
1414

1515
variables:
@@ -24,14 +24,17 @@ stages:
2424
name: private-pool-dev-uks
2525
displayName: Apply database changes
2626
variables:
27-
- group: DEVTEST_core_backend
28-
- group: DEVTEST_image_pipelines
27+
- group: SBX_core_backend
28+
- group: SBX_image_pipelines
2929
steps:
3030
- checkout: self
3131
- checkout: dtos-devops-templates
32-
- template: .azuredevops/templates/steps/apply-database-changes.yaml@dtos-devops-templates
32+
- template: .azuredevops/templates/steps/app-container-job-start.yaml@dtos-devops-templates
3333
parameters:
3434
serviceConnection: $(SERVICE_CONNECTION)
35+
targetSubscriptionId: $(TF_VAR_TARGET_SUBSCRIPTION_ID)
36+
resourceGroupName: $(RESOURCE_GROUP_NAME_SQL)
37+
jobName: $(DATABASE_MANAGEMENT_JOB_NAME)
3538

3639
- stage: deploy_image_stage
3740
displayName: Deploy images
@@ -41,8 +44,8 @@ stages:
4144
name: private-pool-dev-uks
4245
displayName: Deploy Docker images to function apps
4346
variables:
44-
- group: DEVTEST_core_backend
45-
- group: DEVTEST_image_pipelines
47+
- group: SBX_core_backend
48+
- group: SBX_image_pipelines
4649
steps:
4750
- template: .azuredevops/templates/steps/deploy-images-from-acr.yaml@dtos-devops-templates
4851
parameters:
@@ -51,7 +54,7 @@ stages:
5154
- stage: post_deployment_tests_stage
5255
displayName: Post-deployment tests
5356
variables:
54-
- group: DEVTEST_automation_testing_pipeline
57+
- group: SBX_automation_testing_pipeline
5558
jobs:
5659
- job: post_deployment_tests
5760
displayName: Run post-deployment tests

.azuredevops/pipelines/cd-infrastructure-dev-audit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ resources:
1313
- repository: dtos-devops-templates
1414
type: github
1515
name: NHSDigital/dtos-devops-templates
16-
ref: c00889236a258a52a2f3131272427ce81d4da951
16+
ref: 093557aee9d7ffb803106db24f51b7a5ef6f7f50
1717
endpoint: NHSDigital
1818

1919
variables:

.azuredevops/pipelines/cd-infrastructure-dev-core.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ resources:
1313
- repository: dtos-devops-templates
1414
type: github
1515
name: NHSDigital/dtos-devops-templates
16-
ref: 2f8731f9c7d6b9d53b7044979e381377b2c85bcd
16+
ref: e4e68ea29c4fab7014caf900063fe70f785732f3
1717
endpoint: NHSDigital
1818

1919
variables:
2020
- group: DEV_core_backend
2121
- group: DEV_audit_backend_remote_state
2222
- group: DEV_hub_backend_remote_state
2323
- name: TF_VERSION
24-
value: 1.9.2
24+
value: 1.11.4
2525
- name: TF_PLAN_ARTIFACT
2626
value: tf_plan_core_DEV
2727
- name: TF_DIRECTORY

.azuredevops/pipelines/cd-infrastructure-devtest-audit.yaml

Lines changed: 0 additions & 59 deletions
This file was deleted.

.azuredevops/pipelines/cd-infrastructure-devtest-core.yaml

Lines changed: 0 additions & 60 deletions
This file was deleted.

.azuredevops/pipelines/cd-infrastructure-int-audit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ resources:
1313
- repository: dtos-devops-templates
1414
type: github
1515
name: NHSDigital/dtos-devops-templates
16-
ref: c00889236a258a52a2f3131272427ce81d4da951
16+
ref: 093557aee9d7ffb803106db24f51b7a5ef6f7f50
1717
endpoint: NHSDigital
1818

1919
variables:

.azuredevops/pipelines/cd-infrastructure-int-core.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ resources:
1313
- repository: dtos-devops-templates
1414
type: github
1515
name: NHSDigital/dtos-devops-templates
16-
ref: 2f8731f9c7d6b9d53b7044979e381377b2c85bcd
16+
ref: e4e68ea29c4fab7014caf900063fe70f785732f3
1717
endpoint: NHSDigital
1818

1919
variables:
2020
- group: INT_core_backend
2121
- group: INT_audit_backend_remote_state
2222
- group: DEV_hub_backend_remote_state
2323
- name: TF_VERSION
24-
value: 1.9.2
24+
value: 1.11.4
2525
- name: TF_PLAN_ARTIFACT
2626
value: tf_plan_core_INT
2727
- name: TF_DIRECTORY

0 commit comments

Comments
 (0)