diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-10-20 01:47:09 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-01-26 14:52:28 +0100 |
commit | 32a48497578aad4c9bbebd961cf4785c5ec22cec (patch) | |
tree | 159a823d556bad3589fa991544854ad8cc1be3f9 /.drone.yml | |
parent | bb4f108488b48b2241d424993eec87b3cbf09bb7 (diff) | |
download | nextcloud-server-32a48497578aad4c9bbebd961cf4785c5ec22cec.tar.gz nextcloud-server-32a48497578aad4c9bbebd961cf4785c5ec22cec.zip |
chore(tests): Migrate `sqlite` tests from drone to GitHub
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/.drone.yml b/.drone.yml index 1f73c3a35ec..f4cab8f8bfe 100644 --- a/.drone.yml +++ b/.drone.yml @@ -218,60 +218,6 @@ trigger: --- kind: pipeline -name: nodb - -steps: -- name: submodules - image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest - commands: - - git submodule update --init -- name: nodb-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=NODB ./autotest.sh sqlite - -services: -- name: cache - image: ghcr.io/nextcloud/continuous-integration-redis:latest - -trigger: - branch: - - master - - stable* - event: - - pull_request - - push - ---- -kind: pipeline -name: sqlite - -steps: -- name: submodules - image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest - commands: - - git submodule update --init -- name: sqlite-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 sqlite - -services: -- name: cache - image: ghcr.io/nextcloud/continuous-integration-redis:latest - -trigger: - branch: - - master - - stable* - event: - - pull_request - - push - ---- -kind: pipeline name: nodb-codecov steps: |