Skip to content

Commit 2980b0b

Browse files
authored
test: Add epic4 tests to Post-Deployment Tests Pipeline (#1549)
Add epic4 tests
1 parent 05168df commit 2980b0b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.azuredevops/pipelines/post-deployment-tests-dev.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ parameters:
4141
- regression_e2e_epic1Med
4242
- regression_e2e_epic2Med
4343
- regression_e2e_epic3Med
44+
- regression_e2e_epic4c
45+
- regression_e2e_epic4d
4446

4547
stages:
4648
- ${{ each testType in parameters.testTypes }}:
@@ -60,6 +62,10 @@ stages:
6062
dependsOn: regression_e2e_epic1Med_stage
6163
${{ if eq(testType, 'regression_e2e_epic3Med') }}:
6264
dependsOn: regression_e2e_epic2Med_stage
65+
${{ if eq(testType, 'regression_e2e_epic4c') }}:
66+
dependsOn: regression_e2e_epic3Med_stage
67+
${{ if eq(testType, 'regression_e2e_epic4d') }}:
68+
dependsOn: regression_e2e_epic4c_stage
6369
condition: succeededOrFailed()
6470
variables:
6571
TARGET_ENVIRONMENT: ${{ parameters.destEnvironmentShortName }}

0 commit comments

Comments
 (0)