@@ -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):
10771077def 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):
13771377def 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