Drone: drop MariaDB 10.1 (EOL) add MariaDB 10.5

- Drop MariaDB 10.1 (EOL)
- Add MariaDB 10.5 GA
This commit is contained in:
acsfer 2021-04-16 10:39:06 +02:00 committed by GitHub
parent ec66943efd
commit 7021985180
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 37 additions and 37 deletions

View File

@ -290,43 +290,7 @@ trigger:
---
kind: pipeline
name: mariadb10.1-php7.3
steps:
- name: submodules
image: docker:git
commands:
- git submodule update --init
- name: mariadb10.1-php7.3
image: nextcloudci/php7.3:php7.3-5
commands:
- bash tests/drone-run-php-tests.sh || exit 0
- 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
---
kind: pipeline
name: mariadb10.2-php7.3
name: 10.2-php7.3
steps:
- name: submodules
@ -436,6 +400,42 @@ trigger:
- pull_request
- push
---
kind: pipeline
name: mariadb10.5-php7.4
steps:
- name: submodules
image: docker:git
commands:
- git submodule update --init
- name: mariadb10.5-php7.4
image: nextcloudci/php7.4:php7.4-3
commands:
- bash tests/drone-run-php-tests.sh || exit 0
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
services:
- name: cache
image: redis
- name: mariadb
image: mariadb:10.5
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