Compare commits

...

2 Commits

Author SHA1 Message Date
Morris Jobke 86c989dbd8
Fix name of the step
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2021-05-19 09:25:47 +02:00
acsfer 7021985180
Drone: drop MariaDB 10.1 (EOL) add MariaDB 10.5
- Drop MariaDB 10.1 (EOL)
- Add MariaDB 10.5 GA
2021-04-16 10:39:06 +02:00
1 changed files with 36 additions and 36 deletions

View File

@ -288,42 +288,6 @@ trigger:
- pull_request
- push
---
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
@ -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