Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-04-30 15:17:20 +0300
committerDaniel Kesselberg <mail@danielkesselberg.de>2019-05-01 15:43:11 +0300
commitdbd33c79b0600fb03973068394d8094f51a3d9da (patch)
tree15a38f4e5d11c356886a6d52dc6ea6747710d7ed /.drone.yml
parent75505efb76b2aa09ab7af4f5fe3c8b270be4f821 (diff)
Add mysql 8.0 CI run
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml41
1 files changed, 38 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml
index e7476467096..0b97149975f 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -469,7 +469,42 @@ trigger:
---
kind: pipeline
-name: mysql-php7.1
+name: mysql8.0-php7.1
+
+steps:
+- name: submodules
+ image: docker:git
+ commands:
+ - git submodule update --init
+- name: mysql-php7.1
+ image: nextcloudci/php7.1:php7.1-16
+ commands:
+ - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
+
+services:
+- name: cache
+ image: redis
+- name: mysql
+ image: mysql:8.0
+ 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: mysql5.7-php7.1
steps:
- name: submodules
@@ -504,7 +539,7 @@ trigger:
---
kind: pipeline
-name: mysql-php7.2
+name: mysql5.7-php7.2
steps:
- name: submodules
@@ -537,7 +572,7 @@ trigger:
---
kind: pipeline
-name: mysql-php7.3
+name: mysql5.7-php7.3
steps:
- name: submodules