@@ -185,8 +185,8 @@ config = {
185185 "apiSharingNgPermissions" ,
186186 ],
187187 "skip" : False ,
188- "k8s" : True ,
189188 "withRemotePhp" : [False ],
189+ "k8s" : True ,
190190 },
191191 "sharingNgAdditionalShareRole" : {
192192 "suites" : [
@@ -213,7 +213,7 @@ config = {
213213 ],
214214 "skip" : False ,
215215 "k8s" : True ,
216- "withRemotePhp" : [True ],
216+ "withRemotePhp" : [False ],
217217 },
218218 "antivirus" : {
219219 "suites" : [
@@ -358,6 +358,7 @@ config = {
358358 "coreApiWebdavMove2" ,
359359 ],
360360 "skip" : False ,
361+ "k8s" : True ,
361362 },
362363 "7" : {
363364 "suites" : [
@@ -373,8 +374,8 @@ config = {
373374 "coreApiWebdavUpload" ,
374375 "coreApiWebdavUploadTUS" ,
375376 ],
376- "k8s" : True ,
377377 "skip" : False ,
378+ "k8s" : True ,
378379 },
379380 },
380381 "e2eTests" : {
@@ -386,9 +387,9 @@ config = {
386387 },
387388 "search" : {
388389 "skip" : False ,
389- "k8s" : True ,
390390 "suites" : ["search" ], # suites to run
391391 "tikaNeeded" : True ,
392+ "k8s" : True ,
392393 },
393394 "keycloak" : {
394395 "skip" : False ,
@@ -409,6 +410,7 @@ config = {
409410 "spaces" ,
410411 ],
411412 "tikaNeeded" : True ,
413+ "k8s" : True ,
412414 },
413415 },
414416 "binaryReleases" : {
@@ -1077,7 +1079,7 @@ def codestyle(ctx):
10771079def localApiTestPipeline (ctx ):
10781080 pipelines = []
10791081
1080- with_remote_php = [True ]
1082+ with_remote_php = [False ]
10811083 if ctx .build .event == "cron" or "full-ci" in ctx .build .title .lower ():
10821084 with_remote_php .append (True )
10831085
@@ -1377,7 +1379,7 @@ def wopiValidatorTests(ctx, storage, wopiServerType):
13771379def coreApiTestPipeline (ctx ):
13781380 pipelines = []
13791381
1380- with_remote_php = [True ]
1382+ with_remote_php = [False ]
13811383 if ctx .build .event == "cron" or "full-ci" in ctx .build .title .lower ():
13821384 with_remote_php .append (True )
13831385
@@ -3885,7 +3887,7 @@ def exposeEmailServiceK8s():
38853887
38863888def exposeAntivirusServiceK8s ():
38873889 return [{
3888- "name" : EMAIL_SMTP_HOST ,
3890+ "name" : "expose-antivirus" ,
38893891 "image" : "ghcr.io/k3d-io/k3d:5-dind" ,
38903892 "commands" : [
38913893 "kubectl port-forward svc/antivirus 9297:9277 -n ocis" ,
0 commit comments