From ea8ec4e375196782a50d312f43b7ddaa0347a2ee Mon Sep 17 00:00:00 2001 From: Nhu Dinh <150406148+nhudinh0309@users.noreply.github.com> Date: Tue, 20 May 2025 11:31:14 +0700 Subject: [PATCH] V16 QA Updated E2E nightly pipeline (#19355) Disabled SQLite tests and made it run against the release/16.0 branch --- build/nightly-E2E-test-pipelines.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/build/nightly-E2E-test-pipelines.yml b/build/nightly-E2E-test-pipelines.yml index 83b22aaef4..9ff53d86d3 100644 --- a/build/nightly-E2E-test-pipelines.yml +++ b/build/nightly-E2E-test-pipelines.yml @@ -8,10 +8,17 @@ schedules: displayName: Daily midnight build branches: include: - - v14/dev - v15/dev + - release/16.0 - main +parameters: + # Skipped due to DB locks + - name: sqliteAcceptanceTests + displayName: Run SQLite Acceptance Tests + type: boolean + default: false + variables: nodeVersion: 20 solution: umbraco.sln @@ -122,6 +129,8 @@ stages: # E2E Tests - job: displayName: E2E Tests (SQLite) + # currently disabled due to DB locks randomly occuring. + condition: eq(${{parameters.sqliteAcceptanceTests}}, True) timeoutInMinutes: 180 variables: # Connection string