Skip to content

Commit 85abe85

Browse files
committed
chore: add test parameters to route to live pipeline
1 parent 40639f0 commit 85abe85

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,5 @@ stages:
9292
- template: .azuredevops/templates/steps/run-post-deployment-tests.yaml@dtos-devops-templates
9393
parameters:
9494
serviceConnection: sc-cohort-manager-nft
95+
testProjectDirectory: 'tests/smoke-tests/NHS.CohortManager.SmokeTests'
96+
testProjectName: 'NHS.CohortManager.SmokeTests'

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,5 @@ stages:
9292
- template: .azuredevops/templates/steps/run-post-deployment-tests.yaml@dtos-devops-templates
9393
parameters:
9494
serviceConnection: sc-cohort-manager-int
95+
testProjectDirectory: 'tests/smoke-tests/NHS.CohortManager.SmokeTests'
96+
testProjectName: 'NHS.CohortManager.SmokeTests'

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,5 @@ stages:
6767
- template: .azuredevops/templates/steps/run-post-deployment-tests.yaml@dtos-devops-templates
6868
parameters:
6969
serviceConnection: sc-cohort-manager-dev
70+
testProjectDirectory: 'tests/smoke-tests/NHS.CohortManager.SmokeTests'
71+
testProjectName: 'NHS.CohortManager.SmokeTests'

0 commit comments

Comments
 (0)