Skip to content

Commit 508ba81

Browse files
committed
[stable23] Remove mariadb10.1 and add 10.6
Signed-off-by: szaimen <szaimen@e.mail.de>
1 parent 1700ddf commit 508ba81

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

.drone.yml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff 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
---
440476
kind: pipeline
441477
name: mysql8.0-php7.4

0 commit comments

Comments
 (0)