Skip to content

Commit 09e7d12

Browse files
authored
Merge pull request #5915 from nextcloud/update-drone
Update drone
2 parents baa6db3 + c85b7e6 commit 09e7d12

File tree

1 file changed

+34
-34
lines changed

1 file changed

+34
-34
lines changed

.drone.yml

+34-34
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pipeline:
1313
matrix:
1414
TESTS: jsunit
1515
checkers:
16-
image: nextcloudci/php7.0:php7.0-7
16+
image: nextcloudci/php7.0:php7.0-13
1717
commands:
1818
- ./autotest-checkers.sh
1919
when:
@@ -154,7 +154,7 @@ pipeline:
154154
DB: NODB
155155
PHP: 5.6
156156
nodb-php7.0:
157-
image: nextcloudci/php7.0:php7.0-7
157+
image: nextcloudci/php7.0:php7.0-13
158158
commands:
159159
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
160160
when:
@@ -178,7 +178,7 @@ pipeline:
178178
DB: sqlite
179179
PHP: 5.6
180180
sqlite-php7.0:
181-
image: nextcloudci/php7.0:php7.0-7
181+
image: nextcloudci/php7.0:php7.0-13
182182
commands:
183183
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
184184
when:
@@ -489,7 +489,7 @@ pipeline:
489489
matrix:
490490
TESTS-ACCEPTANCE: login
491491
nodb-codecov:
492-
image: nextcloudci/php7.0:php7.0-7
492+
image: nextcloudci/php7.0:php7.0-13
493493
commands:
494494
- TEST_SELECTION=NODB ./autotest.sh sqlite
495495
- wget https://codecov.io/bash -O codecov.sh
@@ -499,7 +499,7 @@ pipeline:
499499
matrix:
500500
TESTS: nodb-codecov
501501
db-codecov:
502-
image: nextcloudci/php7.0:php7.0-7
502+
image: nextcloudci/php7.0:php7.0-13
503503
commands:
504504
- TEST_SELECTION=QUICKDB ./autotest.sh sqlite
505505
- wget https://codecov.io/bash -O codecov.sh
@@ -509,7 +509,7 @@ pipeline:
509509
matrix:
510510
TESTS: db-codecov
511511
object-store:
512-
image: nextcloudci/php7.0:php7.0-7
512+
image: nextcloudci/php7.0:php7.0-13
513513
commands:
514514
- TEST_SELECTION=PRIMARY-${OBJECT_STORE} ./autotest.sh sqlite
515515
- wget https://codecov.io/bash -O codecov.sh
@@ -530,7 +530,7 @@ pipeline:
530530
matrix:
531531
TEST: memcache-memcached
532532
memcache-redis-cluster:
533-
image: nextcloudci/php7.0:php7.0-7
533+
image: nextcloudci/php7.0:php7.0-13
534534
commands:
535535
- sleep 10
536536
- ./autotest.sh sqlite tests/lib/Memcache/RedisTest.php
@@ -547,6 +547,33 @@ matrix:
547547
ENABLE_REDIS: true
548548
- TESTS: db-codecov
549549
ENABLE_REDIS: true
550+
- DB: NODB
551+
PHP: 5.6
552+
ENABLE_REDIS: true
553+
- DB: NODB
554+
PHP: 7.0
555+
ENABLE_REDIS: true
556+
- DB: NODB
557+
PHP: 7.1
558+
ENABLE_REDIS: true
559+
- DB: sqlite
560+
PHP: 5.6
561+
ENABLE_REDIS: true
562+
- DB: sqlite
563+
PHP: 7.0
564+
ENABLE_REDIS: true
565+
- DB: sqlite
566+
PHP: 7.1
567+
ENABLE_REDIS: true
568+
- DB: mysql
569+
PHP: 5.6
570+
ENABLE_REDIS: true
571+
- DB: postgres
572+
PHP: 5.6
573+
ENABLE_REDIS: true
574+
- DB: mysqlmb4
575+
PHP: 5.6
576+
ENABLE_REDIS: true
550577
- TESTS: integration-capabilities_features
551578
- TESTS: integration-federation_features
552579
- TESTS: integration-maintenance-mode
@@ -601,33 +628,6 @@ matrix:
601628
# ENABLE_REDIS_CLUSTER: true
602629
- TESTS: sqlite-php7.0-webdav-apache
603630
ENABLE_REDIS: true
604-
- DB: NODB
605-
PHP: 5.6
606-
ENABLE_REDIS: true
607-
- DB: NODB
608-
PHP: 7.0
609-
ENABLE_REDIS: true
610-
- DB: NODB
611-
PHP: 7.1
612-
ENABLE_REDIS: true
613-
- DB: sqlite
614-
PHP: 5.6
615-
ENABLE_REDIS: true
616-
- DB: sqlite
617-
PHP: 7.0
618-
ENABLE_REDIS: true
619-
- DB: sqlite
620-
PHP: 7.1
621-
ENABLE_REDIS: true
622-
- DB: mysql
623-
PHP: 5.6
624-
ENABLE_REDIS: true
625-
- DB: postgres
626-
PHP: 5.6
627-
ENABLE_REDIS: true
628-
- DB: mysqlmb4
629-
PHP: 5.6
630-
ENABLE_REDIS: true
631631

632632
services:
633633
cache:

0 commit comments

Comments
 (0)