Skip to content

Commit 220119f

Browse files
committed
Restore EXIF fixture image update
1 parent b4a2e9b commit 220119f

File tree

5 files changed

+30
-30
lines changed

5 files changed

+30
-30
lines changed

.drone.star

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -85,21 +85,21 @@ S3_PUBLIC_CACHE_BUCKET = "public"
8585
# configuration
8686
config = {
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,7 +155,7 @@ config = {
155155
"apiArchiver",
156156
"apiActivities",
157157
],
158-
"skip": True,
158+
"skip": False,
159159
},
160160
"groupAndSearch1": {
161161
"suites": [
@@ -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": {
@@ -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,
@@ -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
},
333333
"4": {
@@ -339,7 +339,7 @@ config = {
339339
"coreApiShareCreateSpecialToShares2",
340340
"coreApiShareUpdateToShares",
341341
],
342-
"skip": True,
342+
"skip": False,
343343
"k8s": True,
344344
"withRemotePhp": [False],
345345
},
@@ -350,7 +350,7 @@ config = {
350350
"coreApiWebdavEtagPropagation1",
351351
"coreApiWebdavEtagPropagation2",
352352
],
353-
"skip": True,
353+
"skip": False,
354354
"k8s": True,
355355
},
356356
"6": {
@@ -359,13 +359,13 @@ config = {
359359
"coreApiWebdavOperations",
360360
"coreApiWebdavMove2",
361361
],
362-
"skip": True,
362+
"skip": False,
363363
},
364364
"7": {
365365
"suites": [
366366
"coreApiWebdavProperties",
367367
],
368-
"skip": True,
368+
"skip": False,
369369
"k8s": True,
370370
},
371371
"8": {
@@ -381,24 +381,24 @@ config = {
381381
},
382382
"e2eTests": {
383383
"part": {
384-
"skip": True,
384+
"skip": False,
385385
"totalParts": 4, # divide and run all suites in parts (divide pipelines)
386386
"xsuites": ["search", "app-provider", "oidc", "ocm", "keycloak"], # suites to skip
387387
},
388388
"search": {
389-
"skip": True,
389+
"skip": False,
390390
"suites": ["search"], # suites to run
391391
"tikaNeeded": True,
392392
},
393393
"keycloak": {
394-
"skip": True,
394+
"skip": False,
395395
"suites": ["journeys", "keycloak"],
396396
"keycloakNeeded": True,
397397
},
398398
},
399399
"e2eMultiService": {
400400
"testSuites": {
401-
"skip": True,
401+
"skip": False,
402402
"suites": [
403403
"smoke",
404404
"shares",
@@ -1104,7 +1104,7 @@ def localApiTestPipeline(ctx):
11041104
params[item] = matrix[item] if item in matrix else defaults[item]
11051105
for storage in params["storages"]:
11061106
for run_with_remote_php in params["withRemotePhp"]:
1107-
run_on_k8s = params["k8s"]
1107+
run_on_k8s = params["k8s"] and ctx.build.event == "cron"
11081108
ocis_url = OCIS_URL
11091109
if run_on_k8s:
11101110
ocis_url = "https://%s" % OCIS_SERVER_NAME
@@ -1406,7 +1406,7 @@ def coreApiTestPipeline(ctx):
14061406
for run_with_remote_php in params["withRemotePhp"]:
14071407
filter_tags = "~@skipOnGraph&&~@skipOnOcis-%s-Storage" % ("OC" if storage == "owncloud" else "OCIS")
14081408
expected_failures_file = "%s/expected-failures-API-on-%s-storage.md" % (test_dir, storage.upper())
1409-
run_on_k8s = params["k8s"]
1409+
run_on_k8s = params["k8s"] and ctx.build.event == "cron"
14101410
ocis_url = OCIS_URL
14111411
if run_on_k8s:
14121412
ocis_url = "https://%s" % OCIS_SERVER_NAME
@@ -2749,7 +2749,7 @@ def build():
27492749
"name": "build",
27502750
"image": OC_CI_GOLANG,
27512751
"commands": [
2752-
"retry -t 3 'make -C ocis build'",
2752+
"retry -t 3 'make -C ocis build ENABLE_VIPS=true'",
27532753
],
27542754
"environment": DRONE_HTTP_PROXY_ENV,
27552755
"volumes": [stepVolumeGo],
@@ -2762,7 +2762,7 @@ def buildDebug():
27622762
"name": "build debug binary",
27632763
"image": OC_CI_GOLANG,
27642764
"commands": [
2765-
"retry -t 3 'make -C ocis build-debug'",
2765+
"retry -t 3 'make -C ocis build-debug ENABLE_VIPS=true'",
27662766
],
27672767
"environment": DRONE_HTTP_PROXY_ENV,
27682768
"volumes": [stepVolumeGo],

tests/acceptance/fixtures/fill.png

155 Bytes
Loading

tests/acceptance/fixtures/fit.png

172 Bytes
Loading
155 Bytes
Loading
155 Bytes
Loading

0 commit comments

Comments
 (0)