mirror of
https://github.com/owncloud/ocis
synced 2026-04-25 17:25:21 +02:00
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:
@@ -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": {},
|
||||
|
||||
Reference in New Issue
Block a user