Skip to content

Commit 92d2004

Browse files
committed
test: again try running all test suites in drone ci
1 parent 172ad17 commit 92d2004

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.drone.star

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ config = {
213213
],
214214
"skip": False,
215215
"k8s": True,
216-
"withRemotePhp": [True],
216+
"withRemotePhp": [False],
217217
},
218218
"antivirus": {
219219
"suites": [
@@ -1077,7 +1077,7 @@ def codestyle(ctx):
10771077
def localApiTestPipeline(ctx):
10781078
pipelines = []
10791079

1080-
with_remote_php = [True]
1080+
with_remote_php = [False]
10811081
if ctx.build.event == "cron" or "full-ci" in ctx.build.title.lower():
10821082
with_remote_php.append(True)
10831083

@@ -1377,7 +1377,7 @@ def wopiValidatorTests(ctx, storage, wopiServerType):
13771377
def coreApiTestPipeline(ctx):
13781378
pipelines = []
13791379

1380-
with_remote_php = [True]
1380+
with_remote_php = [False]
13811381
if ctx.build.event == "cron" or "full-ci" in ctx.build.title.lower():
13821382
with_remote_php.append(True)
13831383

@@ -1717,7 +1717,7 @@ def multiServiceE2ePipeline(ctx):
17171717
ocisServer(extra_server_environment = extra_server_environment, tika_enabled = params["tikaNeeded"], debug = False) + \
17181718
storage_users_services + \
17191719
[{
1720-
"name": "e2e-tests",
1720+
"name": "e2e-tests-multi-service",
17211721
"image": OC_CI_NODEJS % DEFAULT_NODEJS_VERSION,
17221722
"environment": {
17231723
"BASE_URL_OCIS": OCIS_DOMAIN,

0 commit comments

Comments
 (0)