Selaa lähdekoodia

Add CI job for mysql 5.5

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
tags/v13.0.0beta1
Morris Jobke 6 vuotta sitten
vanhempi
commit
f8d5dbcdb5
1 muutettua tiedostoa jossa 44 lisäystä ja 1 poistoa
  1. 44
    1
      .drone.yml

+ 44
- 1
.drone.yml Näytä tiedosto

@@ -251,7 +251,7 @@ pipeline:
matrix:
DB: mysql5.6
PHP: "7.0"
mysql5-6-php7.1:
mysql5.6-php7.1:
image: nextcloudci/php7.1:php7.1-12
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
@@ -259,6 +259,30 @@ pipeline:
matrix:
DB: mysql5.6
PHP: 7.1
mysql5.5-php5.6:
image: nextcloudci/php5.6:php5.6-7
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
when:
matrix:
DB: mysql5.5
PHP: 5.6
mysql5.5-php7.0:
image: nextcloudci/php7.0:php7.0-13
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
when:
matrix:
DB: mysql5.5
PHP: "7.0"
mysql5.5-php7.1:
image: nextcloudci/php7.1:php7.1-12
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
when:
matrix:
DB: mysql5.5
PHP: 7.1
postgres-php5.6:
image: nextcloudci/php5.6:php5.6-7
commands:
@@ -671,6 +695,15 @@ matrix:
- DB: mysql5.6
PHP: 7.1
ENABLE_REDIS: true
- DB: mysql5.5
PHP: 5.6
ENABLE_REDIS: true
- DB: mysql5.5
PHP: 7.0
ENABLE_REDIS: true
- DB: mysql5.5
PHP: 7.1
ENABLE_REDIS: true
- DB: postgres
PHP: 5.6
ENABLE_REDIS: true
@@ -780,6 +813,16 @@ services:
when:
matrix:
DB: mysql5.6
mysql:
image: mysql:5.5
environment:
- MYSQL_ROOT_PASSWORD=owncloud
- MYSQL_USER=oc_autotest
- MYSQL_PASSWORD=owncloud
- MYSQL_DATABASE=oc_autotest
when:
matrix:
DB: mysql5.5
mysqlmb4:
image: mysql
environment:

Loading…
Peruuta
Tallenna