From a544de75c41b5be74f2f5114fd41d76a04f6901c Mon Sep 17 00:00:00 2001 From: Prajwol Amatya Date: Tue, 23 Apr 2024 14:20:15 +0545 Subject: [PATCH] remove web smoke tests from nightly and full-ci --- .drone.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index 87908424eb..5298ae3c28 100644 --- a/.drone.star +++ b/.drone.star @@ -1079,7 +1079,7 @@ def uiTests(ctx): # For ordinary PRs, always run the "minimal" UI test pipeline # That has its own expected-failures file, and we always want to know that it is correct, - if (ctx.build.event != "tag"): + if (ctx.build.event != "tag" and ctx.build.event != "cron" and "full-ci" not in ctx.build.title.lower()): pipelines.append(uiTestPipeline(ctx, filterTags, 1, 2, "ocis", "smoke")) pipelines.append(uiTestPipeline(ctx, filterTags, 2, 2, "ocis", "smoke"))