Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Okay only a full suite
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Apr 3, 2023
commit bd8e0d3ac0b20430dda24f05611a780f7cae2bb4
2 changes: 0 additions & 2 deletions .drone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,5 @@ local PipelinePostgreSQL(test_set) = Pipeline(


[
PipelinePostgreSQL("command/user-transfer-ownership.feature:90"),
PipelinePostgreSQL("command/user-transfer-ownership.feature"),
PipelinePostgreSQL("command"),
]
94 changes: 0 additions & 94 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -1,99 +1,5 @@
---
kind: pipeline
name: int-pgsql-command/user-transfer-ownership.feature:90
services:
- image: ghcr.io/nextcloud/continuous-integration-redis:latest
name: cache
- environment:
POSTGRES_DB: oc_autotest
POSTGRES_HOST_AUTH_METHOD: trust
POSTGRES_PASSWORD: owncloud
POSTGRES_USER: oc_autotest
image: ghcr.io/nextcloud/continuous-integration-postgres-13:postgres-13
name: pgsql
tmpfs:
- /var/lib/postgresql/data
steps:
- commands:
- bash tests/drone-run-integration-tests.sh || exit 0
- composer --version
- composer self-update --2
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
- bash ./before_install.sh $APP_NAME $CORE_BRANCH $DATABASEHOST
- cd ../server
- cd apps/$APP_NAME
- composer install --no-dev
- cd ../..
- ./occ app:enable $APP_NAME
- git clone --depth 1 -b $NOTIFICATIONS_BRANCH https://github.com/nextcloud/notifications
apps/notifications
- ./occ app:enable notifications
- cd apps/$APP_NAME/tests/integration/
- bash run.sh features/command/user-transfer-ownership.feature:90
environment:
APP_NAME: spreed
CORE_BRANCH: master
DATABASEHOST: pgsql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-command/user-transfer-ownership.feature:90
trigger:
branch:
- master
- stable*
event:
- pull_request
- push
---
kind: pipeline
name: int-pgsql-command/user-transfer-ownership.feature
services:
- image: ghcr.io/nextcloud/continuous-integration-redis:latest
name: cache
- environment:
POSTGRES_DB: oc_autotest
POSTGRES_HOST_AUTH_METHOD: trust
POSTGRES_PASSWORD: owncloud
POSTGRES_USER: oc_autotest
image: ghcr.io/nextcloud/continuous-integration-postgres-13:postgres-13
name: pgsql
tmpfs:
- /var/lib/postgresql/data
steps:
- commands:
- bash tests/drone-run-integration-tests.sh || exit 0
- composer --version
- composer self-update --2
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
- bash ./before_install.sh $APP_NAME $CORE_BRANCH $DATABASEHOST
- cd ../server
- cd apps/$APP_NAME
- composer install --no-dev
- cd ../..
- ./occ app:enable $APP_NAME
- git clone --depth 1 -b $NOTIFICATIONS_BRANCH https://github.com/nextcloud/notifications
apps/notifications
- ./occ app:enable notifications
- cd apps/$APP_NAME/tests/integration/
- bash run.sh features/command/user-transfer-ownership.feature
environment:
APP_NAME: spreed
CORE_BRANCH: master
DATABASEHOST: pgsql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
image: ghcr.io/nextcloud/continuous-integration-php8.2:latest
name: integration-command/user-transfer-ownership.feature
trigger:
branch:
- master
- stable*
event:
- pull_request
- push
---
kind: pipeline
name: int-pgsql-command
services:
- image: ghcr.io/nextcloud/continuous-integration-redis:latest
Expand Down