diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-11-02 17:44:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-02 17:44:52 +0100 |
commit | 84421f4c7c82946015efb7ef00985e4f7c0c0428 (patch) | |
tree | 32d735fbdee063c4fa24707e47d0e831075ced63 /.drone.yml | |
parent | 81d2828e9085ef3bea1299a977c8f281e938b7c1 (diff) | |
parent | 8e2824ea24d01908ec9d8f14fa7449353854d476 (diff) | |
download | nextcloud-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.yml | 30 |
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: |