Skip to content

Commit

Permalink
Merge pull request #2123 from owncloud/full-ci-for-version-tag
Browse files Browse the repository at this point in the history
[Tests-Only] Check for version tags while running web tests
  • Loading branch information
kiranparajuli589 authored Jun 8, 2021
2 parents 4fa6990 + 76594d3 commit 820205d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .drone.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 820205d

Please sign in to comment.