Skip to content

Commit

Permalink
remove web smoke tests from nightly and full-ci (#8929)
Browse files Browse the repository at this point in the history
  • Loading branch information
PrajwolAmatya authored Apr 23, 2024
1 parent 38777f4 commit f14d026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,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"))

Expand Down

0 comments on commit f14d026

Please sign in to comment.