Skip to content
Closed
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
2 changes: 1 addition & 1 deletion .drone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ local Pipeline(test_set, database, services) = {
image: "ghcr.io/nextcloud/continuous-integration-php8.2:latest",
environment: {
APP_NAME: "spreed",
CORE_BRANCH: "master",
CORE_BRANCH: "bugfix/noid/allow-to-opt-out-of-ratelimit-for-testing",
GUESTS_BRANCH: "master",
NOTIFICATIONS_BRANCH: "master",
DATABASEHOST: database
Expand Down
60 changes: 30 additions & 30 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ steps:
- bash run.sh features/callapi
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: bugfix/noid/allow-to-opt-out-of-ratelimit-for-testing
DATABASEHOST: sqlite
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
Expand Down Expand Up @@ -60,7 +60,7 @@ steps:
- bash run.sh features/chat
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: bugfix/noid/allow-to-opt-out-of-ratelimit-for-testing
DATABASEHOST: sqlite
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
Expand Down Expand Up @@ -97,7 +97,7 @@ steps:
- bash run.sh features/chat-2
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: bugfix/noid/allow-to-opt-out-of-ratelimit-for-testing
DATABASEHOST: sqlite
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
Expand Down Expand Up @@ -134,7 +134,7 @@ steps:
- bash run.sh features/command
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: bugfix/noid/allow-to-opt-out-of-ratelimit-for-testing
DATABASEHOST: sqlite
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
Expand Down Expand Up @@ -172,7 +172,7 @@ steps:
- bash run.sh features/conversation
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: bugfix/noid/allow-to-opt-out-of-ratelimit-for-testing
DATABASEHOST: sqlite
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
Expand Down Expand Up @@ -210,7 +210,7 @@ steps:
- bash run.sh features/conversation-2
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: bugfix/noid/allow-to-opt-out-of-ratelimit-for-testing
DATABASEHOST: sqlite
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
Expand Down Expand Up @@ -247,7 +247,7 @@ steps:
- bash run.sh features/federation
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: bugfix/noid/allow-to-opt-out-of-ratelimit-for-testing
DATABASEHOST: sqlite
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
Expand Down Expand Up @@ -284,7 +284,7 @@ steps:
- bash run.sh features/integration
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: bugfix/noid/allow-to-opt-out-of-ratelimit-for-testing
DATABASEHOST: sqlite
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
Expand Down Expand Up @@ -321,7 +321,7 @@ steps:
- bash run.sh features/sharing
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: bugfix/noid/allow-to-opt-out-of-ratelimit-for-testing
DATABASEHOST: sqlite
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
Expand Down Expand Up @@ -358,7 +358,7 @@ steps:
- bash run.sh features/sharing-2
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: bugfix/noid/allow-to-opt-out-of-ratelimit-for-testing
DATABASEHOST: sqlite
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
Expand Down Expand Up @@ -409,7 +409,7 @@ steps:
- bash run.sh features/callapi
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: bugfix/noid/allow-to-opt-out-of-ratelimit-for-testing
DATABASEHOST: mysql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
Expand Down Expand Up @@ -460,7 +460,7 @@ steps:
- bash run.sh features/chat
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: bugfix/noid/allow-to-opt-out-of-ratelimit-for-testing
DATABASEHOST: mysql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
Expand Down Expand Up @@ -511,7 +511,7 @@ steps:
- bash run.sh features/chat-2
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: bugfix/noid/allow-to-opt-out-of-ratelimit-for-testing
DATABASEHOST: mysql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
Expand Down Expand Up @@ -562,7 +562,7 @@ steps:
- bash run.sh features/command
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: bugfix/noid/allow-to-opt-out-of-ratelimit-for-testing
DATABASEHOST: mysql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
Expand Down Expand Up @@ -614,7 +614,7 @@ steps:
- bash run.sh features/conversation
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: bugfix/noid/allow-to-opt-out-of-ratelimit-for-testing
DATABASEHOST: mysql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
Expand Down Expand Up @@ -666,7 +666,7 @@ steps:
- bash run.sh features/conversation-2
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: bugfix/noid/allow-to-opt-out-of-ratelimit-for-testing
DATABASEHOST: mysql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
Expand Down Expand Up @@ -717,7 +717,7 @@ steps:
- bash run.sh features/federation
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: bugfix/noid/allow-to-opt-out-of-ratelimit-for-testing
DATABASEHOST: mysql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
Expand Down Expand Up @@ -768,7 +768,7 @@ steps:
- bash run.sh features/integration
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: bugfix/noid/allow-to-opt-out-of-ratelimit-for-testing
DATABASEHOST: mysql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
Expand Down Expand Up @@ -819,7 +819,7 @@ steps:
- bash run.sh features/sharing
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: bugfix/noid/allow-to-opt-out-of-ratelimit-for-testing
DATABASEHOST: mysql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
Expand Down Expand Up @@ -870,7 +870,7 @@ steps:
- bash run.sh features/sharing-2
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: bugfix/noid/allow-to-opt-out-of-ratelimit-for-testing
DATABASEHOST: mysql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
Expand Down Expand Up @@ -916,7 +916,7 @@ steps:
- bash run.sh features/callapi
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: bugfix/noid/allow-to-opt-out-of-ratelimit-for-testing
DATABASEHOST: pgsql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
Expand Down Expand Up @@ -963,7 +963,7 @@ steps:
- bash run.sh features/chat
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: bugfix/noid/allow-to-opt-out-of-ratelimit-for-testing
DATABASEHOST: pgsql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
Expand Down Expand Up @@ -1010,7 +1010,7 @@ steps:
- bash run.sh features/chat-2
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: bugfix/noid/allow-to-opt-out-of-ratelimit-for-testing
DATABASEHOST: pgsql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
Expand Down Expand Up @@ -1057,7 +1057,7 @@ steps:
- bash run.sh features/command
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: bugfix/noid/allow-to-opt-out-of-ratelimit-for-testing
DATABASEHOST: pgsql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
Expand Down Expand Up @@ -1105,7 +1105,7 @@ steps:
- bash run.sh features/conversation
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: bugfix/noid/allow-to-opt-out-of-ratelimit-for-testing
DATABASEHOST: pgsql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
Expand Down Expand Up @@ -1153,7 +1153,7 @@ steps:
- bash run.sh features/conversation-2
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: bugfix/noid/allow-to-opt-out-of-ratelimit-for-testing
DATABASEHOST: pgsql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
Expand Down Expand Up @@ -1200,7 +1200,7 @@ steps:
- bash run.sh features/federation
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: bugfix/noid/allow-to-opt-out-of-ratelimit-for-testing
DATABASEHOST: pgsql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
Expand Down Expand Up @@ -1247,7 +1247,7 @@ steps:
- bash run.sh features/integration
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: bugfix/noid/allow-to-opt-out-of-ratelimit-for-testing
DATABASEHOST: pgsql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
Expand Down Expand Up @@ -1294,7 +1294,7 @@ steps:
- bash run.sh features/sharing
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: bugfix/noid/allow-to-opt-out-of-ratelimit-for-testing
DATABASEHOST: pgsql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
Expand Down Expand Up @@ -1341,7 +1341,7 @@ steps:
- bash run.sh features/sharing-2
environment:
APP_NAME: spreed
CORE_BRANCH: master
CORE_BRANCH: bugfix/noid/allow-to-opt-out-of-ratelimit-for-testing
DATABASEHOST: pgsql
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
Expand Down
Loading