@@ -85,21 +85,21 @@ S3_PUBLIC_CACHE_BUCKET = "public"
8585# configuration
8686config = {
8787 "cs3ApiTests" : {
88- "skip" : True ,
88+ "skip" : False ,
8989 },
9090 "wopiValidatorTests" : {
91- "skip" : True ,
91+ "skip" : False ,
9292 },
9393 "k6LoadTests" : {
94- "skip" : True ,
94+ "skip" : False ,
9595 },
9696 "localApiTests" : {
9797 "contractAndLock" : {
9898 "suites" : [
9999 "apiContract" ,
100100 "apiLocks" ,
101101 ],
102- "skip" : True ,
102+ "skip" : False ,
103103 "k8s" : True ,
104104 },
105105 "settingsAndNotification" : {
@@ -108,7 +108,7 @@ config = {
108108 "apiNotification" ,
109109 "apiCors" ,
110110 ],
111- "skip" : True ,
111+ "skip" : False ,
112112 "withRemotePhp" : [False ],
113113 "emailNeeded" : True ,
114114 "extraEnvironment" : {
@@ -128,22 +128,22 @@ config = {
128128 "suites" : [
129129 "apiGraphUser" ,
130130 ],
131- "skip" : True ,
131+ "skip" : False ,
132132 "withRemotePhp" : [False ],
133133 "k8s" : True ,
134134 },
135135 "spaces" : {
136136 "suites" : [
137137 "apiSpaces" ,
138138 ],
139- "skip" : True ,
139+ "skip" : False ,
140140 "k8s" : True ,
141141 },
142142 "spacesShares" : {
143143 "suites" : [
144144 "apiSpacesShares" ,
145145 ],
146- "skip" : True ,
146+ "skip" : False ,
147147 "k8s" : True ,
148148 },
149149 "davOperations" : {
@@ -155,15 +155,15 @@ config = {
155155 "apiArchiver" ,
156156 "apiActivities" ,
157157 ],
158- "skip" : True ,
158+ "skip" : False ,
159159 },
160160 "groupAndSearch1" : {
161161 "suites" : [
162162 "apiSearch1" ,
163163 "apiGraph" ,
164164 "apiGraphGroup" ,
165165 ],
166- "skip" : True ,
166+ "skip" : False ,
167167 "k8s" : True ,
168168 },
169169 "search2" : {
@@ -172,7 +172,7 @@ config = {
172172 "apiSearchContent" ,
173173 ],
174174 "tikaNeeded" : True ,
175- "skip" : True ,
175+ "skip" : False ,
176176 "k8s" : True ,
177177 },
178178 "sharingNg1" : {
@@ -181,15 +181,15 @@ config = {
181181 "apiReshare" ,
182182 "apiSharingNgPermissions" ,
183183 ],
184- "skip" : True ,
184+ "skip" : False ,
185185 "withRemotePhp" : [False ],
186186 "k8s" : True ,
187187 },
188188 "sharingNgAdditionalShareRole" : {
189189 "suites" : [
190190 "apiSharingNgAdditionalShareRole" ,
191191 ],
192- "skip" : True ,
192+ "skip" : False ,
193193 "k8s" : True ,
194194 "withRemotePhp" : [False ],
195195 },
@@ -198,7 +198,7 @@ config = {
198198 "apiSharingNgDriveInvitation" ,
199199 "apiSharingNgItemInvitation" ,
200200 ],
201- "skip" : True ,
201+ "skip" : False ,
202202 "withRemotePhp" : [False ],
203203 },
204204 "sharingNgLinkShare" : {
@@ -207,15 +207,15 @@ config = {
207207 "apiSharingNgItemLinkShare" ,
208208 "apiSharingNgLinkShareManagement" ,
209209 ],
210- "skip" : True ,
210+ "skip" : False ,
211211 "k8s" : True ,
212212 "withRemotePhp" : [False ],
213213 },
214214 "antivirus" : {
215215 "suites" : [
216216 "apiAntivirus" ,
217217 ],
218- "skip" : True ,
218+ "skip" : False ,
219219 "k8s" : True ,
220220 "antivirusNeeded" : True ,
221221 "extraServerEnvironment" : {
@@ -231,7 +231,7 @@ config = {
231231 "apiOcm" ,
232232 "apiServiceAvailability" ,
233233 ],
234- "skip" : True ,
234+ "skip" : False ,
235235 "withRemotePhp" : [False ],
236236 "federationServer" : True ,
237237 "emailNeeded" : True ,
@@ -257,7 +257,7 @@ config = {
257257 "suites" : [
258258 "apiAuthApp" ,
259259 ],
260- "skip" : True ,
260+ "skip" : False ,
261261 "k8s" : True ,
262262 "withRemotePhp" : [False ],
263263 "extraServerEnvironment" : {
@@ -269,7 +269,7 @@ config = {
269269 "suites" : [
270270 "apiCollaboration" ,
271271 ],
272- "skip" : True ,
272+ "skip" : False ,
273273 "withRemotePhp" : [False ],
274274 "collaborationServiceNeeded" : True ,
275275 "extraServerEnvironment" : {
@@ -280,7 +280,7 @@ config = {
280280 "suites" : [
281281 "cliCommands" ,
282282 ],
283- "skip" : True ,
283+ "skip" : False ,
284284 "withRemotePhp" : [False ],
285285 "antivirusNeeded" : True ,
286286 "emailNeeded" : True ,
@@ -309,7 +309,7 @@ config = {
309309 "coreApiMain" ,
310310 "coreApiVersions" ,
311311 ],
312- "skip" : True ,
312+ "skip" : False ,
313313 "withRemotePhp" : [False ],
314314 "k8s" : True ,
315315 },
@@ -318,7 +318,7 @@ config = {
318318 "coreApiShareManagementBasicToShares" ,
319319 "coreApiShareManagementToShares" ,
320320 ],
321- "skip" : True ,
321+ "skip" : False ,
322322 "k8s" : True ,
323323 "withRemotePhp" : [False ],
324324 },
@@ -327,7 +327,7 @@ config = {
327327 "coreApiSharees" ,
328328 "coreApiSharePublicLink2" ,
329329 ],
330- "skip" : True ,
330+ "skip" : False ,
331331 "withRemotePhp" : [False ],
332332 "k8s" : True ,
333333 },
@@ -340,7 +340,7 @@ config = {
340340 "coreApiShareCreateSpecialToShares2" ,
341341 "coreApiShareUpdateToShares" ,
342342 ],
343- "skip" : True ,
343+ "skip" : False ,
344344 "k8s" : True ,
345345 "withRemotePhp" : [False ],
346346 },
@@ -351,7 +351,7 @@ config = {
351351 "coreApiWebdavEtagPropagation1" ,
352352 "coreApiWebdavEtagPropagation2" ,
353353 ],
354- "skip" : True ,
354+ "skip" : False ,
355355 "k8s" : True ,
356356 },
357357 "6" : {
@@ -360,13 +360,13 @@ config = {
360360 "coreApiWebdavOperations" ,
361361 "coreApiWebdavMove2" ,
362362 ],
363- "skip" : True ,
363+ "skip" : False ,
364364 },
365365 "7" : {
366366 "suites" : [
367367 "coreApiWebdavProperties" ,
368368 ],
369- "skip" : True ,
369+ "skip" : False ,
370370 "k8s" : True ,
371371 },
372372 "8" : {
@@ -382,24 +382,24 @@ config = {
382382 },
383383 "e2eTests" : {
384384 "part" : {
385- "skip" : True ,
385+ "skip" : False ,
386386 "totalParts" : 4 , # divide and run all suites in parts (divide pipelines)
387387 "xsuites" : ["search" , "app-provider" , "oidc" , "ocm" , "keycloak" ], # suites to skip
388388 },
389389 "search" : {
390- "skip" : True ,
390+ "skip" : False ,
391391 "suites" : ["search" ], # suites to run
392392 "tikaNeeded" : True ,
393393 },
394394 "keycloak" : {
395- "skip" : True ,
395+ "skip" : False ,
396396 "suites" : ["journeys" , "keycloak" ],
397397 "keycloakNeeded" : True ,
398398 },
399399 },
400400 "e2eMultiService" : {
401401 "testSuites" : {
402- "skip" : True ,
402+ "skip" : False ,
403403 "suites" : [
404404 "smoke" ,
405405 "shares" ,
@@ -1407,7 +1407,7 @@ def coreApiTestPipeline(ctx):
14071407 for run_with_remote_php in params ["withRemotePhp" ]:
14081408 filter_tags = "~@skipOnGraph&&~@skipOnOcis-%s-Storage" % ("OC" if storage == "owncloud" else "OCIS" )
14091409 expected_failures_file = "%s/expected-failures-API-on-%s-storage.md" % (test_dir , storage .upper ())
1410- run_on_k8s = params ["k8s" ]
1410+ run_on_k8s = params ["k8s" ] and ctx . build . event == "cron"
14111411 ocis_url = OCIS_URL
14121412 if run_on_k8s :
14131413 ocis_url = "https://%s" % OCIS_SERVER_NAME
0 commit comments