Skip to content

Commit ea8ec4e

Browse files
authored
V16 QA Updated E2E nightly pipeline (#19355)
Disabled SQLite tests and made it run against the release/16.0 branch
1 parent ceab77d commit ea8ec4e

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

build/nightly-E2E-test-pipelines.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,17 @@ schedules:
88
displayName: Daily midnight build
99
branches:
1010
include:
11-
- v14/dev
1211
- v15/dev
12+
- release/16.0
1313
- main
1414

15+
parameters:
16+
# Skipped due to DB locks
17+
- name: sqliteAcceptanceTests
18+
displayName: Run SQLite Acceptance Tests
19+
type: boolean
20+
default: false
21+
1522
variables:
1623
nodeVersion: 20
1724
solution: umbraco.sln
@@ -122,6 +129,8 @@ stages:
122129
# E2E Tests
123130
- job:
124131
displayName: E2E Tests (SQLite)
132+
# currently disabled due to DB locks randomly occuring.
133+
condition: eq(${{parameters.sqliteAcceptanceTests}}, True)
125134
timeoutInMinutes: 180
126135
variables:
127136
# Connection string

0 commit comments

Comments
 (0)