File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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
4547stages :
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 }}
You can’t perform that action at this time.
0 commit comments