Skip to content

Commit ab1c344

Browse files
committed
fix(tests): Adjust mariadb testing matrix
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent ad46f58 commit ab1c344

File tree

1 file changed

+44
-6
lines changed

1 file changed

+44
-6
lines changed

.drone.yml

Lines changed: 44 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -272,14 +272,14 @@ trigger:
272272

273273
---
274274
kind: pipeline
275-
name: mariadb10.2-php8.0
275+
name: mariadb10.3-php8.0
276276

277277
steps:
278278
- name: submodules
279279
image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest
280280
commands:
281281
- git submodule update --init
282-
- name: mariadb10.2-php8.0
282+
- name: mariadb10.3-php8.0
283283
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
284284
commands:
285285
- bash tests/drone-run-php-tests.sh || exit 0
@@ -289,7 +289,7 @@ services:
289289
- name: cache
290290
image: ghcr.io/nextcloud/continuous-integration-redis:latest
291291
- name: mariadb
292-
image: ghcr.io/nextcloud/continuous-integration-mariadb-10.2:10.2
292+
image: ghcr.io/nextcloud/continuous-integration-mariadb-10.3:latest
293293
environment:
294294
MYSQL_ROOT_PASSWORD: owncloud
295295
MYSQL_USER: oc_autotest
@@ -310,14 +310,14 @@ trigger:
310310

311311
---
312312
kind: pipeline
313-
name: mariadb10.4-php8.0
313+
name: mariadb10.5-php8.0
314314

315315
steps:
316316
- name: submodules
317317
image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest
318318
commands:
319319
- git submodule update --init
320-
- name: mariadb10.4-php8.0
320+
- name: mariadb10.5-php8.0
321321
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
322322
commands:
323323
- bash tests/drone-run-php-tests.sh || exit 0
@@ -327,7 +327,7 @@ services:
327327
- name: cache
328328
image: ghcr.io/nextcloud/continuous-integration-redis:latest
329329
- name: mariadb
330-
image: ghcr.io/nextcloud/continuous-integration-mariadb-10.4:10.4
330+
image: ghcr.io/nextcloud/continuous-integration-mariadb-10.5:latest
331331
environment:
332332
MYSQL_ROOT_PASSWORD: owncloud
333333
MYSQL_USER: oc_autotest
@@ -384,6 +384,44 @@ trigger:
384384
- pull_request
385385
- push
386386

387+
---
388+
kind: pipeline
389+
name: mariadb10.11-php8.0
390+
391+
steps:
392+
- name: submodules
393+
image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest
394+
commands:
395+
- git submodule update --init
396+
- name: mariadb10.11-php8.0
397+
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
398+
commands:
399+
- bash tests/drone-run-php-tests.sh || exit 0
400+
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
401+
402+
services:
403+
- name: cache
404+
image: ghcr.io/nextcloud/continuous-integration-redis:latest
405+
- name: mariadb
406+
image: ghcr.io/nextcloud/continuous-integration-mariadb-10.11:latest
407+
environment:
408+
MYSQL_ROOT_PASSWORD: owncloud
409+
MYSQL_USER: oc_autotest
410+
MYSQL_PASSWORD: owncloud
411+
MYSQL_DATABASE: oc_autotest
412+
command:
413+
- --sql-mode=ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION
414+
tmpfs:
415+
- /var/lib/mysql
416+
417+
trigger:
418+
branch:
419+
- master
420+
- stable*
421+
event:
422+
- pull_request
423+
- push
424+
387425
---
388426
kind: pipeline
389427
name: mysql8.0-php8.0

0 commit comments

Comments
 (0)