aboutsummaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorFerdinand Thiessen <opensource@fthiessen.de>2023-10-20 00:45:47 +0200
committerJoas Schilling <coding@schilljs.com>2024-01-26 14:48:05 +0100
commit4e7ff6d7f7df141a1d6a33df73f1cb1c5a335bf3 (patch)
tree1ede0a04099e54fbe1eaee43c24837e641615baa /.drone.yml
parent6a933b2848bf265b05c2a30f5260ac6266717154 (diff)
downloadnextcloud-server-4e7ff6d7f7df141a1d6a33df73f1cb1c5a335bf3.tar.gz
nextcloud-server-4e7ff6d7f7df141a1d6a33df73f1cb1c5a335bf3.zip
chore(tests): Migrate `mariadb` tests from drone to GitHub
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml114
1 files changed, 0 insertions, 114 deletions
diff --git a/.drone.yml b/.drone.yml
index de5014ea639..2194eec6b38 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -272,120 +272,6 @@ trigger:
---
kind: pipeline
-name: mariadb10.2-php8.0
-
-steps:
-- name: submodules
- image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest
- commands:
- - git submodule update --init
-- name: mariadb10.2-php8.0
- image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
- commands:
- - bash tests/drone-run-php-tests.sh || exit 0
- - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
-
-services:
-- name: cache
- image: ghcr.io/nextcloud/continuous-integration-redis:latest
-- name: mariadb
- image: ghcr.io/nextcloud/continuous-integration-mariadb-10.2:10.2
- environment:
- MYSQL_ROOT_PASSWORD: owncloud
- MYSQL_USER: oc_autotest
- MYSQL_PASSWORD: owncloud
- MYSQL_DATABASE: oc_autotest
- command:
- - --sql-mode=ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION
- tmpfs:
- - /var/lib/mysql
-
-trigger:
- branch:
- - master
- - stable*
- event:
- - pull_request
- - push
-
----
-kind: pipeline
-name: mariadb10.4-php8.0
-
-steps:
-- name: submodules
- image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest
- commands:
- - git submodule update --init
-- name: mariadb10.4-php8.0
- image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
- commands:
- - bash tests/drone-run-php-tests.sh || exit 0
- - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
-
-services:
-- name: cache
- image: ghcr.io/nextcloud/continuous-integration-redis:latest
-- name: mariadb
- image: ghcr.io/nextcloud/continuous-integration-mariadb-10.4:10.4
- environment:
- MYSQL_ROOT_PASSWORD: owncloud
- MYSQL_USER: oc_autotest
- MYSQL_PASSWORD: owncloud
- MYSQL_DATABASE: oc_autotest
- command:
- - --sql-mode=ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION
- tmpfs:
- - /var/lib/mysql
-
-trigger:
- branch:
- - master
- - stable*
- event:
- - pull_request
- - push
-
----
-kind: pipeline
-name: mariadb10.6-php8.0
-
-steps:
-- name: submodules
- image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest
- commands:
- - git submodule update --init
-- name: mariadb10.6-php8.0
- image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
- commands:
- - bash tests/drone-run-php-tests.sh || exit 0
- - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
-
-services:
-- name: cache
- image: ghcr.io/nextcloud/continuous-integration-redis:latest
-- name: mariadb
- image: ghcr.io/nextcloud/continuous-integration-mariadb-10.6:latest
- environment:
- MYSQL_ROOT_PASSWORD: owncloud
- MYSQL_USER: oc_autotest
- MYSQL_PASSWORD: owncloud
- MYSQL_DATABASE: oc_autotest
- command:
- - --sql-mode=ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION
- tmpfs:
- - /var/lib/mysql
-
-trigger:
- branch:
- - master
- - stable*
- event:
- - pull_request
- - push
-
----
-kind: pipeline
name: postgres10-php8.0
steps: