File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed
Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -436,6 +436,42 @@ trigger:
436436 - pull_request
437437 - push
438438
439+ ---
440+ kind : pipeline
441+ name : mariadb10.6-php8.0
442+
443+ steps :
444+ - name : submodules
445+ image : ghcr.io/nextcloud/continuous-integration-alpine-git:latest
446+ commands :
447+ - git submodule update --init
448+ - name : mariadb10.6-php8.0
449+ image : ghcr.io/nextcloud/continuous-integration-php8.0:latest
450+ commands :
451+ - bash tests/drone-run-php-tests.sh || exit 0
452+ - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
453+
454+ services :
455+ - name : cache
456+ image : ghcr.io/nextcloud/continuous-integration-redis:latest
457+ - name : mariadb
458+ image : ghcr.io/nextcloud/continuous-integration-mariadb-10.6:latest
459+ environment :
460+ MYSQL_ROOT_PASSWORD : owncloud
461+ MYSQL_USER : oc_autotest
462+ MYSQL_PASSWORD : owncloud
463+ MYSQL_DATABASE : oc_autotest
464+ tmpfs :
465+ - /var/lib/mysql
466+
467+ trigger :
468+ branch :
469+ - master
470+ - stable*
471+ event :
472+ - pull_request
473+ - push
474+
439475---
440476kind : pipeline
441477name : mysql8.0-php7.4
You can’t perform that action at this time.
0 commit comments