From 7bcef5fde5f9c36705e68d18e44929cdb970391c Mon Sep 17 00:00:00 2001 From: Nhu Dinh <150406148+nhudinh0309@users.noreply.github.com> Date: Tue, 7 Oct 2025 15:36:54 +0700 Subject: [PATCH] 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 --- build/nightly-E2E-test-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/nightly-E2E-test-pipelines.yml b/build/nightly-E2E-test-pipelines.yml index e95d6ac403..f49b0db803 100644 --- a/build/nightly-E2E-test-pipelines.yml +++ b/build/nightly-E2E-test-pipelines.yml @@ -10,6 +10,7 @@ schedules: include: - v15/dev - main + - v17/dev parameters: - name: skipIntegrationTests @@ -20,7 +21,7 @@ parameters: - name: differentAppSettingsAcceptanceTests displayName: Run acceptance tests with different app settings type: boolean - default: false + default: true - name: skipDefaultConfigAcceptanceTests displayName: Skip tests with DefaultConfig