Skip to content

Commit

Permalink
Merge pull request #33606 from nextcloud/enh/noid/mariadb10.6-stable23
Browse files Browse the repository at this point in the history
[stable23] Add testing for mariadb10.6
  • Loading branch information
szaimen authored Aug 23, 2022
2 parents a206e74 + 79a3d3f commit c0da67c
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,42 @@ trigger:
- pull_request
- push

---
kind: pipeline
name: mariadb10.6-php8.0

steps:
- name: submodules
image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest
commands:
- git submodule update --init
- name: mariadb10.6-php8.0
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
commands:
- bash tests/drone-run-php-tests.sh || exit 0
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb

services:
- name: cache
image: ghcr.io/nextcloud/continuous-integration-redis:latest
- name: mariadb
image: ghcr.io/nextcloud/continuous-integration-mariadb-10.6:latest
environment:
MYSQL_ROOT_PASSWORD: owncloud
MYSQL_USER: oc_autotest
MYSQL_PASSWORD: owncloud
MYSQL_DATABASE: oc_autotest
tmpfs:
- /var/lib/mysql

trigger:
branch:
- master
- stable*
event:
- pull_request
- push

---
kind: pipeline
name: mysql8.0-php7.4
Expand Down

0 comments on commit c0da67c

Please sign in to comment.