mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-24 00:16:16 -04:00
Merge branch 'master' into tls-config-location
This commit is contained in:
@@ -3,5 +3,5 @@ CORE_COMMITID=044cb11543a774845469b05503582c7cae771173
|
||||
CORE_BRANCH=master
|
||||
|
||||
# The test runner source for UI tests
|
||||
WEB_COMMITID=7cd2508ffaca200348c751b8e18425d3644426e0
|
||||
WEB_COMMITID=06745744336efb9238a57a81e49d8be80162d976
|
||||
WEB_BRANCH=master
|
||||
|
||||
@@ -500,7 +500,7 @@ def uiTests(ctx):
|
||||
|
||||
filterTags = params["filterTags"]
|
||||
|
||||
if ("full-ci" in ctx.build.title.lower()):
|
||||
if ("full-ci" in ctx.build.title.lower() or ctx.build.event == "tag"):
|
||||
numberOfParts = params["numberOfParts"]
|
||||
skipExceptParts = params["skipExceptParts"]
|
||||
debugPartsEnabled = (len(skipExceptParts) != 0)
|
||||
|
||||
Reference in New Issue
Block a user