@@ -249,14 +249,17 @@ steps:
249249- name : nodb-php7.3
250250 image : nextcloudci/php7.3:latest
251251 commands :
252+ - bash tests/drone-run-php-tests.sh || exit 0
252253 - NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
253254- name : nodb-php7.4
254255 image : nextcloudci/php7.4:latest
255256 commands :
257+ - bash tests/drone-run-php-tests.sh || exit 0
256258 - NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
257259# - name: nodb-php8.0
258260# image: nextcloudci/php8.0:latest
259261# commands:
262+ # - bash tests/drone-run-php-tests.sh || exit 0
260263# - NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
261264
262265services :
@@ -283,14 +286,17 @@ steps:
283286- name : sqlite-php7.3
284287 image : nextcloudci/php7.3:latest
285288 commands :
289+ - bash tests/drone-run-php-tests.sh || exit 0
286290 - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
287291- name : sqlite-php7.4
288292 image : nextcloudci/php7.4:latest
289293 commands :
294+ - bash tests/drone-run-php-tests.sh || exit 0
290295 - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
291296# - name: sqlite-php8.0
292297# image: nextcloudci/php8.0:latest
293298# commands:
299+ # - bash tests/drone-run-php-tests.sh || exit 0
294300# - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
295301
296302services :
@@ -317,6 +323,7 @@ steps:
317323- name : mariadb10.1-php7.3
318324 image : nextcloudci/php7.3:latest
319325 commands :
326+ - bash tests/drone-run-php-tests.sh || exit 0
320327 - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
321328
322329services :
@@ -352,6 +359,7 @@ steps:
352359- name : mariadb10.2-php7.3
353360 image : nextcloudci/php7.3:latest
354361 commands :
362+ - bash tests/drone-run-php-tests.sh || exit 0
355363 - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
356364
357365services :
@@ -386,6 +394,7 @@ steps:
386394- name : mariadb10.3-php7.3
387395 image : nextcloudci/php7.3:latest
388396 commands :
397+ - bash tests/drone-run-php-tests.sh || exit 0
389398 - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
390399
391400services :
@@ -421,10 +430,12 @@ steps:
421430- name : mariadb10.4-php7.4
422431 image : nextcloudci/php7.4:latest
423432 commands :
433+ - bash tests/drone-run-php-tests.sh || exit 0
424434 - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
425435# - name: mariadb10.4-php8.0
426436# image: nextcloudci/php8.0:latest
427437# commands:
438+ # - bash tests/drone-run-php-tests.sh || exit 0
428439# - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
429440
430441services :
@@ -460,6 +471,7 @@ steps:
460471- name : mysql-php7.4
461472 image : nextcloudci/php7.4:latest
462473 commands :
474+ - bash tests/drone-run-php-tests.sh || exit 0
463475 - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
464476
465477services :
@@ -496,6 +508,7 @@ steps:
496508- name : mysql-php7.4
497509 image : nextcloudci/php7.4:latest
498510 commands :
511+ - bash tests/drone-run-php-tests.sh || exit 0
499512 - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
500513
501514services :
@@ -528,6 +541,7 @@ steps:
528541- name : mysql-php7.3
529542 image : nextcloudci/php7.3:php7.3-4
530543 commands :
544+ - bash tests/drone-run-php-tests.sh || exit 0
531545 - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
532546
533547services :
@@ -560,6 +574,7 @@ steps:
560574- name : mysql5.6-php7.3
561575 image : nextcloudci/php7.3:latest
562576 commands :
577+ - bash tests/drone-run-php-tests.sh || exit 0
563578 - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
564579
565580services :
@@ -594,6 +609,7 @@ steps:
594609- name : postgres-php7.3
595610 image : nextcloudci/php7.3:php7.3-4
596611 commands :
612+ - bash tests/drone-run-php-tests.sh || exit 0
597613 - sleep 10 # gives the database enough time to initialize
598614 - POSTGRES=9 NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh pgsql
599615
@@ -629,6 +645,7 @@ steps:
629645- name : postgres-php7.3
630646 image : nextcloudci/php7.3:latest
631647 commands :
648+ - bash tests/drone-run-php-tests.sh || exit 0
632649 - sleep 10 # gives the database enough time to initialize
633650 - POSTGRES=10 NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh pgsql
634651
@@ -663,6 +680,7 @@ steps:
663680- name : postgres-php7.4
664681 image : nextcloudci/php7.4:latest
665682 commands :
683+ - bash tests/drone-run-php-tests.sh || exit 0
666684 - sleep 10 # gives the database enough time to initialize
667685 - POSTGRES=11 NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh pgsql
668686
@@ -699,10 +717,12 @@ steps:
699717- name : mysqlmb4-php7.4
700718 image : nextcloudci/php7.4:latest
701719 commands :
720+ - bash tests/drone-run-php-tests.sh || exit 0
702721 - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysqlmb4
703722# - name: mysqlmb4-php8.0
704723# image: nextcloudci/php8.0:latest
705724# commands:
725+ # - bash tests/drone-run-php-tests.sh || exit 0
706726# - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysqlmb4
707727
708728services :
@@ -738,6 +758,7 @@ steps:
738758- name : mysqlmb4-php7.3
739759 image : nextcloudci/php7.3:php7.3-4
740760 commands :
761+ - bash tests/drone-run-php-tests.sh || exit 0
741762 - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysqlmb4
742763
743764services :
0 commit comments