Skip to content
Snippets Groups Projects
Unverified Commit 2203eda9 authored by Roeland Jago Douma's avatar Roeland Jago Douma
Browse files

Add mariadb 10.1 CI job

parent 119691d0
No related branches found
No related tags found
No related merge requests found
......@@ -430,6 +430,41 @@ trigger:
- pull_request
- push
---
kind: pipeline
name: mariadb10.1-php7.1
steps:
- name: submodules
image: docker:git
commands:
- git submodule update --init
- name: mariadb10.1-php7.1
image: nextcloudci/php7.1:php7.1-16
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
services:
- name: cache
image: redis
- name: mariadb
image: mariadb:10.1
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
---
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment