V16 QA Updated E2E nightly pipeline (#19355)
Disabled SQLite tests and made it run against the release/16.0 branch
This commit is contained in:
@@ -8,10 +8,17 @@ schedules:
|
|||||||
displayName: Daily midnight build
|
displayName: Daily midnight build
|
||||||
branches:
|
branches:
|
||||||
include:
|
include:
|
||||||
- v14/dev
|
|
||||||
- v15/dev
|
- v15/dev
|
||||||
|
- release/16.0
|
||||||
- main
|
- main
|
||||||
|
|
||||||
|
parameters:
|
||||||
|
# Skipped due to DB locks
|
||||||
|
- name: sqliteAcceptanceTests
|
||||||
|
displayName: Run SQLite Acceptance Tests
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
nodeVersion: 20
|
nodeVersion: 20
|
||||||
solution: umbraco.sln
|
solution: umbraco.sln
|
||||||
@@ -122,6 +129,8 @@ stages:
|
|||||||
# E2E Tests
|
# E2E Tests
|
||||||
- job:
|
- job:
|
||||||
displayName: E2E Tests (SQLite)
|
displayName: E2E Tests (SQLite)
|
||||||
|
# currently disabled due to DB locks randomly occuring.
|
||||||
|
condition: eq(${{parameters.sqliteAcceptanceTests}}, True)
|
||||||
timeoutInMinutes: 180
|
timeoutInMinutes: 180
|
||||||
variables:
|
variables:
|
||||||
# Connection string
|
# Connection string
|
||||||
|
|||||||
Reference in New Issue
Block a user