@@ -227,7 +227,7 @@ steps:
227
227
---
228
228
kind : pipeline
229
229
type : docker
230
- name : litmus-oc -old-webdav
230
+ name : litmus-owncloud -old-webdav
231
231
232
232
platform :
233
233
os : linux
@@ -252,8 +252,8 @@ steps:
252
252
- cd /drone/src/tests/oc-integration-tests/drone/
253
253
- /drone/src/cmd/revad/revad -c frontend.toml &
254
254
- /drone/src/cmd/revad/revad -c gateway.toml &
255
- - /drone/src/cmd/revad/revad -c storage-home.toml &
256
- - /drone/src/cmd/revad/revad -c storage-oc.toml &
255
+ - /drone/src/cmd/revad/revad -c storage-home-owncloud .toml &
256
+ - /drone/src/cmd/revad/revad -c storage-oc-owncloud .toml &
257
257
- /drone/src/cmd/revad/revad -c users.toml
258
258
259
259
- name : sleep-for-revad-start
@@ -272,7 +272,7 @@ steps:
272
272
---
273
273
kind : pipeline
274
274
type : docker
275
- name : litmus-oc-new -webdav
275
+ name : litmus-ocis-old -webdav
276
276
277
277
platform :
278
278
os : linux
@@ -297,8 +297,99 @@ steps:
297
297
- cd /drone/src/tests/oc-integration-tests/drone/
298
298
- /drone/src/cmd/revad/revad -c frontend.toml &
299
299
- /drone/src/cmd/revad/revad -c gateway.toml &
300
- - /drone/src/cmd/revad/revad -c storage-home.toml &
301
- - /drone/src/cmd/revad/revad -c storage-oc.toml &
300
+ - /drone/src/cmd/revad/revad -c storage-home-ocis.toml &
301
+ - /drone/src/cmd/revad/revad -c storage-oc-ocis.toml &
302
+ - /drone/src/cmd/revad/revad -c users.toml
303
+
304
+ - name : sleep-for-revad-start
305
+ image : golang:1.13
306
+ commands :
307
+ - sleep 5
308
+
309
+ - name : litmus-oc-old-webdav
310
+ image : owncloud/litmus:latest
311
+ environment :
312
+ LITMUS_URL : http://revad-services:20080/remote.php/webdav
313
+ LITMUS_USERNAME : einstein
314
+ LITMUS_PASSWORD : relativity
315
+ TESTS : basic http copymove props
316
+
317
+ ---
318
+ kind : pipeline
319
+ type : docker
320
+ name : litmus-owncloud-new-webdav
321
+
322
+ platform :
323
+ os : linux
324
+ arch : amd64
325
+
326
+ trigger :
327
+ event :
328
+ include :
329
+ - pull_request
330
+ - tag
331
+
332
+ steps :
333
+ - name : build
334
+ image : golang:1.13
335
+ commands :
336
+ - make build-ci
337
+
338
+ - name : revad-services
339
+ image : golang:1.13
340
+ detach : true
341
+ commands :
342
+ - cd /drone/src/tests/oc-integration-tests/drone/
343
+ - /drone/src/cmd/revad/revad -c frontend.toml &
344
+ - /drone/src/cmd/revad/revad -c gateway.toml &
345
+ - /drone/src/cmd/revad/revad -c storage-home-owncloud.toml &
346
+ - /drone/src/cmd/revad/revad -c storage-oc-owncloud.toml &
347
+ - /drone/src/cmd/revad/revad -c users.toml
348
+
349
+ - name : sleep-for-revad-start
350
+ image : golang:1.13
351
+ commands :
352
+ - sleep 5
353
+
354
+ - name : litmus-oc-new-webdav
355
+ image : owncloud/litmus:latest
356
+ environment :
357
+ # UUID is einstein user, see https://github.com/owncloud/ocis-accounts/blob/8de0530f31ed5ffb0bbb7f7f3471f87f429cb2ea/pkg/service/v0/service.go#L45
358
+ LITMUS_URL : http://revad-services:20080/remote.php/dav/files/4c510ada-c86b-4815-8820-42cdf82c3d51
359
+ LITMUS_USERNAME : einstein
360
+ LITMUS_PASSWORD : relativity
361
+ TESTS : basic http copymove props
362
+
363
+ ---
364
+ kind : pipeline
365
+ type : docker
366
+ name : litmus-ocis-new-webdav
367
+
368
+ platform :
369
+ os : linux
370
+ arch : amd64
371
+
372
+ trigger :
373
+ event :
374
+ include :
375
+ - pull_request
376
+ - tag
377
+
378
+ steps :
379
+ - name : build
380
+ image : golang:1.13
381
+ commands :
382
+ - make build-ci
383
+
384
+ - name : revad-services
385
+ image : golang:1.13
386
+ detach : true
387
+ commands :
388
+ - cd /drone/src/tests/oc-integration-tests/drone/
389
+ - /drone/src/cmd/revad/revad -c frontend.toml &
390
+ - /drone/src/cmd/revad/revad -c gateway.toml &
391
+ - /drone/src/cmd/revad/revad -c storage-home-ocis.toml &
392
+ - /drone/src/cmd/revad/revad -c storage-oc-ocis.toml &
302
393
- /drone/src/cmd/revad/revad -c users.toml
303
394
304
395
- name : sleep-for-revad-start
@@ -344,8 +435,8 @@ steps:
344
435
- /drone/src/cmd/revad/revad -c frontend.toml &
345
436
- /drone/src/cmd/revad/revad -c gateway.toml &
346
437
- /drone/src/cmd/revad/revad -c shares.toml &
347
- - /drone/src/cmd/revad/revad -c storage-home.toml &
348
- - /drone/src/cmd/revad/revad -c storage-oc.toml &
438
+ - /drone/src/cmd/revad/revad -c storage-home-owncloud .toml &
439
+ - /drone/src/cmd/revad/revad -c storage-oc-owncloud .toml &
349
440
- /drone/src/cmd/revad/revad -c storage-publiclink.toml &
350
441
- /drone/src/cmd/revad/revad -c ldap-users.toml
351
442
@@ -418,8 +509,8 @@ steps:
418
509
- /drone/src/cmd/revad/revad -c frontend.toml &
419
510
- /drone/src/cmd/revad/revad -c gateway.toml &
420
511
- /drone/src/cmd/revad/revad -c shares.toml &
421
- - /drone/src/cmd/revad/revad -c storage-home.toml &
422
- - /drone/src/cmd/revad/revad -c storage-oc.toml &
512
+ - /drone/src/cmd/revad/revad -c storage-home-owncloud .toml &
513
+ - /drone/src/cmd/revad/revad -c storage-oc-owncloud .toml &
423
514
- /drone/src/cmd/revad/revad -c storage-publiclink.toml &
424
515
- /drone/src/cmd/revad/revad -c ldap-users.toml
425
516
0 commit comments