aboutsummaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorFerdinand Thiessen <opensource@fthiessen.de>2023-11-02 17:44:52 +0100
committerGitHub <noreply@github.com>2023-11-02 17:44:52 +0100
commit84421f4c7c82946015efb7ef00985e4f7c0c0428 (patch)
tree32d735fbdee063c4fa24707e47d0e831075ced63 /.drone.yml
parent81d2828e9085ef3bea1299a977c8f281e938b7c1 (diff)
parent8e2824ea24d01908ec9d8f14fa7449353854d476 (diff)
downloadnextcloud-server-84421f4c7c82946015efb7ef00985e4f7c0c0428.tar.gz
nextcloud-server-84421f4c7c82946015efb7ef00985e4f7c0c0428.zip
Merge pull request #41137 from nextcloud/chore/migrate-access-level-cypress
chore(cypress): Migrate access-level tests from Behat to Cypress
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 7286c551a5e..70e0318aca5 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -1563,36 +1563,6 @@ trigger:
---
kind: pipeline
-name: acceptance-access-levels
-
-steps:
-- name: submodules
- image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest
- commands:
- - git submodule update --init
-- name: acceptance-access-levels
- image: ghcr.io/nextcloud/continuous-integration-acceptance-php8.0:latest
- commands:
- - tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-access-levels --selenium-server selenium:4444 allow-git-repository-modifications features/access-levels.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: acceptance-header
steps: