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:
PKiran
2021-06-08 15:00:04 +05:45
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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)