@@ -13,7 +13,7 @@ pipeline:
13
13
matrix :
14
14
TESTS : jsunit
15
15
checkers :
16
- image : nextcloudci/php7.0:php7.0-7
16
+ image : nextcloudci/php7.0:php7.0-13
17
17
commands :
18
18
- ./autotest-checkers.sh
19
19
when :
@@ -154,7 +154,7 @@ pipeline:
154
154
DB : NODB
155
155
PHP : 5.6
156
156
nodb-php7.0 :
157
- image : nextcloudci/php7.0:php7.0-7
157
+ image : nextcloudci/php7.0:php7.0-13
158
158
commands :
159
159
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
160
160
when :
@@ -178,7 +178,7 @@ pipeline:
178
178
DB : sqlite
179
179
PHP : 5.6
180
180
sqlite-php7.0 :
181
- image : nextcloudci/php7.0:php7.0-7
181
+ image : nextcloudci/php7.0:php7.0-13
182
182
commands :
183
183
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
184
184
when :
@@ -489,7 +489,7 @@ pipeline:
489
489
matrix :
490
490
TESTS-ACCEPTANCE : login
491
491
nodb-codecov :
492
- image : nextcloudci/php7.0:php7.0-7
492
+ image : nextcloudci/php7.0:php7.0-13
493
493
commands :
494
494
- TEST_SELECTION=NODB ./autotest.sh sqlite
495
495
- wget https://codecov.io/bash -O codecov.sh
@@ -499,7 +499,7 @@ pipeline:
499
499
matrix :
500
500
TESTS : nodb-codecov
501
501
db-codecov :
502
- image : nextcloudci/php7.0:php7.0-7
502
+ image : nextcloudci/php7.0:php7.0-13
503
503
commands :
504
504
- TEST_SELECTION=QUICKDB ./autotest.sh sqlite
505
505
- wget https://codecov.io/bash -O codecov.sh
@@ -509,7 +509,7 @@ pipeline:
509
509
matrix :
510
510
TESTS : db-codecov
511
511
object-store :
512
- image : nextcloudci/php7.0:php7.0-7
512
+ image : nextcloudci/php7.0:php7.0-13
513
513
commands :
514
514
- TEST_SELECTION=PRIMARY-${OBJECT_STORE} ./autotest.sh sqlite
515
515
- wget https://codecov.io/bash -O codecov.sh
@@ -530,7 +530,7 @@ pipeline:
530
530
matrix :
531
531
TEST : memcache-memcached
532
532
memcache-redis-cluster :
533
- image : nextcloudci/php7.0:php7.0-7
533
+ image : nextcloudci/php7.0:php7.0-13
534
534
commands :
535
535
- sleep 10
536
536
- ./autotest.sh sqlite tests/lib/Memcache/RedisTest.php
@@ -547,6 +547,33 @@ matrix:
547
547
ENABLE_REDIS : true
548
548
- TESTS : db-codecov
549
549
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
550
577
- TESTS : integration-capabilities_features
551
578
- TESTS : integration-federation_features
552
579
- TESTS : integration-maintenance-mode
@@ -601,33 +628,6 @@ matrix:
601
628
# ENABLE_REDIS_CLUSTER: true
602
629
- TESTS : sqlite-php7.0-webdav-apache
603
630
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
631
631
632
632
services :
633
633
cache :
0 commit comments