Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
6 changes: 3 additions & 3 deletions .drone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ local Pipeline(test_set, database, services) = {
image: "ghcr.io/nextcloud/continuous-integration-php8.0:latest",
environment: {
APP_NAME: "spreed",
CORE_BRANCH: "master",
GUESTS_BRANCH: "master",
NOTIFICATIONS_BRANCH: "master",
CORE_BRANCH: "stable24",
GUESTS_BRANCH: "stable24",
NOTIFICATIONS_BRANCH: "stable24",
DATABASEHOST: database
},
commands: [
Expand Down
162 changes: 81 additions & 81 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ steps:
- bash run.sh features/callapi
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: stable24
DATABASEHOST: sqlite
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
GUESTS_BRANCH: stable24
NOTIFICATIONS_BRANCH: stable24
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
name: integration-callapi
trigger:
Expand Down Expand Up @@ -52,10 +52,10 @@ steps:
- bash run.sh features/chat
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: stable24
DATABASEHOST: sqlite
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
GUESTS_BRANCH: stable24
NOTIFICATIONS_BRANCH: stable24
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
name: integration-chat
trigger:
Expand Down Expand Up @@ -85,10 +85,10 @@ steps:
- bash run.sh features/command
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: stable24
DATABASEHOST: sqlite
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
GUESTS_BRANCH: stable24
NOTIFICATIONS_BRANCH: stable24
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
name: integration-command
trigger:
Expand Down Expand Up @@ -119,10 +119,10 @@ steps:
- bash run.sh features/conversation
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: stable24
DATABASEHOST: sqlite
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
GUESTS_BRANCH: stable24
NOTIFICATIONS_BRANCH: stable24
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
name: integration-conversation
trigger:
Expand Down Expand Up @@ -153,10 +153,10 @@ steps:
- bash run.sh features/conversation-2
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: stable24
DATABASEHOST: sqlite
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
GUESTS_BRANCH: stable24
NOTIFICATIONS_BRANCH: stable24
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
name: integration-conversation-2
trigger:
Expand Down Expand Up @@ -186,10 +186,10 @@ steps:
- bash run.sh features/federation
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: stable24
DATABASEHOST: sqlite
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
GUESTS_BRANCH: stable24
NOTIFICATIONS_BRANCH: stable24
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
name: integration-federation
trigger:
Expand Down Expand Up @@ -219,10 +219,10 @@ steps:
- bash run.sh features/reaction
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: stable24
DATABASEHOST: sqlite
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
GUESTS_BRANCH: stable24
NOTIFICATIONS_BRANCH: stable24
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
name: integration-reaction
trigger:
Expand Down Expand Up @@ -252,10 +252,10 @@ steps:
- bash run.sh features/sharing
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: stable24
DATABASEHOST: sqlite
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
GUESTS_BRANCH: stable24
NOTIFICATIONS_BRANCH: stable24
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
name: integration-sharing
trigger:
Expand Down Expand Up @@ -285,10 +285,10 @@ steps:
- bash run.sh features/sharing-2
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: stable24
DATABASEHOST: sqlite
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
GUESTS_BRANCH: stable24
NOTIFICATIONS_BRANCH: stable24
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
name: integration-sharing-2
trigger:
Expand Down Expand Up @@ -332,10 +332,10 @@ steps:
- bash run.sh features/callapi
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: stable24
DATABASEHOST: mysql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
GUESTS_BRANCH: stable24
NOTIFICATIONS_BRANCH: stable24
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
name: integration-callapi
trigger:
Expand Down Expand Up @@ -380,10 +380,10 @@ steps:
- bash run.sh features/chat
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: stable24
DATABASEHOST: mysql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
GUESTS_BRANCH: stable24
NOTIFICATIONS_BRANCH: stable24
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
name: integration-chat
trigger:
Expand Down Expand Up @@ -428,10 +428,10 @@ steps:
- bash run.sh features/command
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: stable24
DATABASEHOST: mysql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
GUESTS_BRANCH: stable24
NOTIFICATIONS_BRANCH: stable24
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
name: integration-command
trigger:
Expand Down Expand Up @@ -477,10 +477,10 @@ steps:
- bash run.sh features/conversation
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: stable24
DATABASEHOST: mysql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
GUESTS_BRANCH: stable24
NOTIFICATIONS_BRANCH: stable24
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
name: integration-conversation
trigger:
Expand Down Expand Up @@ -526,10 +526,10 @@ steps:
- bash run.sh features/conversation-2
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: stable24
DATABASEHOST: mysql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
GUESTS_BRANCH: stable24
NOTIFICATIONS_BRANCH: stable24
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
name: integration-conversation-2
trigger:
Expand Down Expand Up @@ -574,10 +574,10 @@ steps:
- bash run.sh features/federation
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: stable24
DATABASEHOST: mysql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
GUESTS_BRANCH: stable24
NOTIFICATIONS_BRANCH: stable24
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
name: integration-federation
trigger:
Expand Down Expand Up @@ -622,10 +622,10 @@ steps:
- bash run.sh features/reaction
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: stable24
DATABASEHOST: mysql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
GUESTS_BRANCH: stable24
NOTIFICATIONS_BRANCH: stable24
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
name: integration-reaction
trigger:
Expand Down Expand Up @@ -670,10 +670,10 @@ steps:
- bash run.sh features/sharing
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: stable24
DATABASEHOST: mysql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
GUESTS_BRANCH: stable24
NOTIFICATIONS_BRANCH: stable24
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
name: integration-sharing
trigger:
Expand Down Expand Up @@ -718,10 +718,10 @@ steps:
- bash run.sh features/sharing-2
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: stable24
DATABASEHOST: mysql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
GUESTS_BRANCH: stable24
NOTIFICATIONS_BRANCH: stable24
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
name: integration-sharing-2
trigger:
Expand Down Expand Up @@ -761,10 +761,10 @@ steps:
- bash run.sh features/callapi
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: stable24
DATABASEHOST: pgsql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
GUESTS_BRANCH: stable24
NOTIFICATIONS_BRANCH: stable24
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
name: integration-callapi
trigger:
Expand Down Expand Up @@ -803,10 +803,10 @@ steps:
- bash run.sh features/chat
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: stable24
DATABASEHOST: pgsql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
GUESTS_BRANCH: stable24
NOTIFICATIONS_BRANCH: stable24
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
name: integration-chat
trigger:
Expand Down Expand Up @@ -845,10 +845,10 @@ steps:
- bash run.sh features/command
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: stable24
DATABASEHOST: pgsql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
GUESTS_BRANCH: stable24
NOTIFICATIONS_BRANCH: stable24
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
name: integration-command
trigger:
Expand Down Expand Up @@ -888,10 +888,10 @@ steps:
- bash run.sh features/conversation
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: stable24
DATABASEHOST: pgsql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
GUESTS_BRANCH: stable24
NOTIFICATIONS_BRANCH: stable24
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
name: integration-conversation
trigger:
Expand Down Expand Up @@ -931,10 +931,10 @@ steps:
- bash run.sh features/conversation-2
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: stable24
DATABASEHOST: pgsql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
GUESTS_BRANCH: stable24
NOTIFICATIONS_BRANCH: stable24
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
name: integration-conversation-2
trigger:
Expand Down Expand Up @@ -973,10 +973,10 @@ steps:
- bash run.sh features/federation
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: stable24
DATABASEHOST: pgsql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
GUESTS_BRANCH: stable24
NOTIFICATIONS_BRANCH: stable24
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
name: integration-federation
trigger:
Expand Down Expand Up @@ -1015,10 +1015,10 @@ steps:
- bash run.sh features/reaction
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: stable24
DATABASEHOST: pgsql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
GUESTS_BRANCH: stable24
NOTIFICATIONS_BRANCH: stable24
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
name: integration-reaction
trigger:
Expand Down Expand Up @@ -1057,10 +1057,10 @@ steps:
- bash run.sh features/sharing
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: stable24
DATABASEHOST: pgsql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
GUESTS_BRANCH: stable24
NOTIFICATIONS_BRANCH: stable24
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
name: integration-sharing
trigger:
Expand Down Expand Up @@ -1099,10 +1099,10 @@ steps:
- bash run.sh features/sharing-2
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: stable24
DATABASEHOST: pgsql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
GUESTS_BRANCH: stable24
NOTIFICATIONS_BRANCH: stable24
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
name: integration-sharing-2
trigger:
Expand Down
Loading