diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-10-29 02:26:43 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-01-26 14:55:13 +0100 |
commit | fd378c1b12b074dd86bd25d2a7c1c7c5ba36d2e6 (patch) | |
tree | c0e334d102546559e0f69a423a6332c8fad7a501 /.drone.yml | |
parent | 8e02014b559dd310dd42cc3f5cf1e4097342d459 (diff) | |
download | nextcloud-server-fd378c1b12b074dd86bd25d2a7c1c7c5ba36d2e6.tar.gz nextcloud-server-fd378c1b12b074dd86bd25d2a7c1c7c5ba36d2e6.zip |
chore(tests): Migrate memcached unit test from drone to GitHub Action
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/.drone.yml b/.drone.yml index 4cc000c6283..ecbdedbe80b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -217,31 +217,5 @@ trigger: - push --- -kind: pipeline -name: memcache-memcached - -steps: -- name: submodules - image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest - commands: - - git submodule update --init -- name: memcache-memcached - image: ghcr.io/nextcloud/continuous-integration-php8.0-memcached:latest - commands: - - phpenmod xdebug - - service memcached restart - - ./autotest.sh sqlite tests/lib/Memcache/MemcachedTest.php - - wget https://codecov.io/bash -O codecov.sh - - sh -c "if [ '$DRONE_BUILD_EVENT' = 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -P $DRONE_PULL_REQUEST -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-clover-sqlite.xml; fi" - - sh -c "if [ '$DRONE_BUILD_EVENT' != 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-clover-sqlite.xml; fi" - -trigger: - branch: - - master - - stable* - event: - - pull_request - - push ---- kind: signature hmac: 893f108e2269f7da269bf70b284e40d13932bd2697d0393686c42b287da5afcf |