Merge pull request #11744 from owncloud/use-without-remote-php

test(ci): run tests with remote.php in full-ci and nightly
This commit is contained in:
nirajacharya2
2025-10-17 16:58:14 +05:45
committed by GitHub

View File

@@ -1064,6 +1064,8 @@ def localApiTestPipeline(ctx):
pipelines = []
with_remote_php = [False]
if ctx.build.event == "cron" or "full-ci" in ctx.build.title.lower():
with_remote_php.append(True)
defaults = {
"suites": {},
@@ -1362,6 +1364,8 @@ def coreApiTestPipeline(ctx):
pipelines = []
with_remote_php = [False]
if ctx.build.event == "cron" or "full-ci" in ctx.build.title.lower():
with_remote_php.append(True)
defaults = {
"suites": {},