mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-08 21:30:07 -06:00
Merge pull request #2123 from owncloud/full-ci-for-version-tag
[Tests-Only] Check for version tags while running web tests
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