]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add mysql 8.0 CI run
authorRoeland Jago Douma <roeland@famdouma.nl>
Tue, 30 Apr 2019 12:17:20 +0000 (14:17 +0200)
committerDaniel Kesselberg <mail@danielkesselberg.de>
Wed, 1 May 2019 12:43:11 +0000 (14:43 +0200)
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
.drone.yml

index e74764670964b4059059a9385be5f9aece39754a..0b97149975f82ebe37b188634a7d28588fea6449 100644 (file)
@@ -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