diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-10-19 23:55:55 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-01-26 14:48:04 +0100 |
commit | 6a933b2848bf265b05c2a30f5260ac6266717154 (patch) | |
tree | 4d65687f84cef6aeaf0d4f0dbfd44376222ccd60 /.drone.yml | |
parent | 8d114c9e7441f6de4637d38fdec86a7a7f3b5085 (diff) | |
download | nextcloud-server-6a933b2848bf265b05c2a30f5260ac6266717154.tar.gz nextcloud-server-6a933b2848bf265b05c2a30f5260ac6266717154.zip |
chore(tests): Migrate MySQL database tests from drone to GitHub
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/.drone.yml b/.drone.yml index 4503c9a8741..de5014ea639 100644 --- a/.drone.yml +++ b/.drone.yml @@ -386,45 +386,6 @@ trigger: --- kind: pipeline -name: mysql8.0-php8.0 - -steps: -- name: submodules - image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest - commands: - - git submodule update --init -- name: mysql-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 mysql - -services: -- name: cache - image: ghcr.io/nextcloud/continuous-integration-redis:latest -- name: mysql - image: ghcr.io/nextcloud/continuous-integration-mysql-8.0:mysql-8.0 - command: - - --default-authentication-plugin=mysql_native_password - - --sql-mode=ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION - 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: postgres10-php8.0 steps: |