aboutsummaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorFerdinand Thiessen <opensource@fthiessen.de>2023-11-06 12:29:04 +0100
committerFerdinand Thiessen <opensource@fthiessen.de>2023-11-06 15:07:43 +0100
commit54c934b910f7f86f6f1d85687ab7ea8f8cc49637 (patch)
tree785934fd945aafa8db3e702576145802e2fd248e /.drone.yml
parent81a9e19ace190ea0a64d52d95d341e25c7ad618b (diff)
downloadnextcloud-server-54c934b910f7f86f6f1d85687ab7ea8f8cc49637.tar.gz
nextcloud-server-54c934b910f7f86f6f1d85687ab7ea8f8cc49637.zip
chore(cypress): Migrate apps acceptance tests to Cypress
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml30
1 files changed, 0 insertions, 30 deletions
diff --git a/.drone.yml b/.drone.yml
index 3a7574a509c..c271d9dc4c9 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -1563,36 +1563,6 @@ trigger:
---
kind: pipeline
-name: acceptance-apps
-
-steps:
-- name: submodules
- image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest
- commands:
- - git submodule update --init
-- name: acceptance-apps
- image: ghcr.io/nextcloud/continuous-integration-acceptance-php8.0:latest
- commands:
- - tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-apps --selenium-server selenium:4444 allow-git-repository-modifications features/apps.feature
-
-services:
-- name: selenium
- image: ghcr.io/nextcloud/continuous-integration-selenium:3.141.59
- environment:
- # Reduce default log level for Selenium server (INFO) as it is too
- # verbose.
- JAVA_OPTS: -Dselenium.LOGGER.level=WARNING
-
-trigger:
- branch:
- - master
- - stable*
- event:
- - pull_request
- - push
-
----
-kind: pipeline
name: nodb-codecov
steps: