Skip to content

Commit 7bcef5f

Browse files
authored
Nightly E2E test pipeline: QA Run E2E tests on v17/dev and enable the different setting app tests by default (#20379)
Update yaml file to run the nightly E2E tests against the v17/dev branch and run different app settings tests by default
1 parent 173887d commit 7bcef5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/nightly-E2E-test-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ schedules:
1010
include:
1111
- v15/dev
1212
- main
13+
- v17/dev
1314

1415
parameters:
1516
- name: skipIntegrationTests
@@ -20,7 +21,7 @@ parameters:
2021
- name: differentAppSettingsAcceptanceTests
2122
displayName: Run acceptance tests with different app settings
2223
type: boolean
23-
default: false
24+
default: true
2425

2526
- name: skipDefaultConfigAcceptanceTests
2627
displayName: Skip tests with DefaultConfig

0 commit comments

Comments
 (0)