|
|
|
@ -72,7 +72,7 @@ trigger: |
|
|
|
- push |
|
|
|
--- |
|
|
|
kind: pipeline |
|
|
|
name: int-sqlite-command |
|
|
|
name: int-sqlite-chat-2 |
|
|
|
services: |
|
|
|
- image: ghcr.io/nextcloud/continuous-integration-redis:latest |
|
|
|
name: cache |
|
|
|
@ -91,7 +91,7 @@ steps: |
|
|
|
- composer self-update --2 |
|
|
|
- composer install |
|
|
|
- cd tests/integration/ |
|
|
|
- bash run.sh features/command |
|
|
|
- bash run.sh features/chat-2 |
|
|
|
environment: |
|
|
|
APP_NAME: spreed |
|
|
|
CORE_BRANCH: master |
|
|
|
@ -99,7 +99,7 @@ steps: |
|
|
|
GUESTS_BRANCH: master |
|
|
|
NOTIFICATIONS_BRANCH: master |
|
|
|
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest |
|
|
|
name: integration-command |
|
|
|
name: integration-chat-2 |
|
|
|
trigger: |
|
|
|
branch: |
|
|
|
- master |
|
|
|
@ -108,7 +108,7 @@ trigger: |
|
|
|
- push |
|
|
|
--- |
|
|
|
kind: pipeline |
|
|
|
name: int-sqlite-conversation |
|
|
|
name: int-sqlite-command |
|
|
|
services: |
|
|
|
- image: ghcr.io/nextcloud/continuous-integration-redis:latest |
|
|
|
name: cache |
|
|
|
@ -122,13 +122,12 @@ steps: |
|
|
|
- git clone --depth 1 -b $NOTIFICATIONS_BRANCH https://github.com/nextcloud/notifications |
|
|
|
apps/notifications |
|
|
|
- ./occ app:enable notifications |
|
|
|
- git clone --depth 1 -b $GUESTS_BRANCH https://github.com/nextcloud/guests apps/guests |
|
|
|
- cd apps/$APP_NAME |
|
|
|
- composer --version |
|
|
|
- composer self-update --2 |
|
|
|
- composer install |
|
|
|
- cd tests/integration/ |
|
|
|
- bash run.sh features/conversation |
|
|
|
- bash run.sh features/command |
|
|
|
environment: |
|
|
|
APP_NAME: spreed |
|
|
|
CORE_BRANCH: master |
|
|
|
@ -136,7 +135,7 @@ steps: |
|
|
|
GUESTS_BRANCH: master |
|
|
|
NOTIFICATIONS_BRANCH: master |
|
|
|
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest |
|
|
|
name: integration-conversation |
|
|
|
name: integration-command |
|
|
|
trigger: |
|
|
|
branch: |
|
|
|
- master |
|
|
|
@ -145,7 +144,7 @@ trigger: |
|
|
|
- push |
|
|
|
--- |
|
|
|
kind: pipeline |
|
|
|
name: int-sqlite-conversation-2 |
|
|
|
name: int-sqlite-conversation |
|
|
|
services: |
|
|
|
- image: ghcr.io/nextcloud/continuous-integration-redis:latest |
|
|
|
name: cache |
|
|
|
@ -165,7 +164,7 @@ steps: |
|
|
|
- composer self-update --2 |
|
|
|
- composer install |
|
|
|
- cd tests/integration/ |
|
|
|
- bash run.sh features/conversation-2 |
|
|
|
- bash run.sh features/conversation |
|
|
|
environment: |
|
|
|
APP_NAME: spreed |
|
|
|
CORE_BRANCH: master |
|
|
|
@ -173,7 +172,7 @@ steps: |
|
|
|
GUESTS_BRANCH: master |
|
|
|
NOTIFICATIONS_BRANCH: master |
|
|
|
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest |
|
|
|
name: integration-conversation-2 |
|
|
|
name: integration-conversation |
|
|
|
trigger: |
|
|
|
branch: |
|
|
|
- master |
|
|
|
@ -182,7 +181,7 @@ trigger: |
|
|
|
- push |
|
|
|
--- |
|
|
|
kind: pipeline |
|
|
|
name: int-sqlite-federation |
|
|
|
name: int-sqlite-conversation-2 |
|
|
|
services: |
|
|
|
- image: ghcr.io/nextcloud/continuous-integration-redis:latest |
|
|
|
name: cache |
|
|
|
@ -196,12 +195,13 @@ steps: |
|
|
|
- git clone --depth 1 -b $NOTIFICATIONS_BRANCH https://github.com/nextcloud/notifications |
|
|
|
apps/notifications |
|
|
|
- ./occ app:enable notifications |
|
|
|
- git clone --depth 1 -b $GUESTS_BRANCH https://github.com/nextcloud/guests apps/guests |
|
|
|
- cd apps/$APP_NAME |
|
|
|
- composer --version |
|
|
|
- composer self-update --2 |
|
|
|
- composer install |
|
|
|
- cd tests/integration/ |
|
|
|
- bash run.sh features/federation |
|
|
|
- bash run.sh features/conversation-2 |
|
|
|
environment: |
|
|
|
APP_NAME: spreed |
|
|
|
CORE_BRANCH: master |
|
|
|
@ -209,7 +209,7 @@ steps: |
|
|
|
GUESTS_BRANCH: master |
|
|
|
NOTIFICATIONS_BRANCH: master |
|
|
|
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest |
|
|
|
name: integration-federation |
|
|
|
name: integration-conversation-2 |
|
|
|
trigger: |
|
|
|
branch: |
|
|
|
- master |
|
|
|
@ -218,7 +218,7 @@ trigger: |
|
|
|
- push |
|
|
|
--- |
|
|
|
kind: pipeline |
|
|
|
name: int-sqlite-integration |
|
|
|
name: int-sqlite-federation |
|
|
|
services: |
|
|
|
- image: ghcr.io/nextcloud/continuous-integration-redis:latest |
|
|
|
name: cache |
|
|
|
@ -237,7 +237,7 @@ steps: |
|
|
|
- composer self-update --2 |
|
|
|
- composer install |
|
|
|
- cd tests/integration/ |
|
|
|
- bash run.sh features/integration |
|
|
|
- bash run.sh features/federation |
|
|
|
environment: |
|
|
|
APP_NAME: spreed |
|
|
|
CORE_BRANCH: master |
|
|
|
@ -245,7 +245,7 @@ steps: |
|
|
|
GUESTS_BRANCH: master |
|
|
|
NOTIFICATIONS_BRANCH: master |
|
|
|
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest |
|
|
|
name: integration-integration |
|
|
|
name: integration-federation |
|
|
|
trigger: |
|
|
|
branch: |
|
|
|
- master |
|
|
|
@ -254,7 +254,7 @@ trigger: |
|
|
|
- push |
|
|
|
--- |
|
|
|
kind: pipeline |
|
|
|
name: int-sqlite-reaction |
|
|
|
name: int-sqlite-integration |
|
|
|
services: |
|
|
|
- image: ghcr.io/nextcloud/continuous-integration-redis:latest |
|
|
|
name: cache |
|
|
|
@ -273,7 +273,7 @@ steps: |
|
|
|
- composer self-update --2 |
|
|
|
- composer install |
|
|
|
- cd tests/integration/ |
|
|
|
- bash run.sh features/reaction |
|
|
|
- bash run.sh features/integration |
|
|
|
environment: |
|
|
|
APP_NAME: spreed |
|
|
|
CORE_BRANCH: master |
|
|
|
@ -281,7 +281,7 @@ steps: |
|
|
|
GUESTS_BRANCH: master |
|
|
|
NOTIFICATIONS_BRANCH: master |
|
|
|
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest |
|
|
|
name: integration-reaction |
|
|
|
name: integration-integration |
|
|
|
trigger: |
|
|
|
branch: |
|
|
|
- master |
|
|
|
@ -464,7 +464,7 @@ trigger: |
|
|
|
- push |
|
|
|
--- |
|
|
|
kind: pipeline |
|
|
|
name: int-mysql-command |
|
|
|
name: int-mysql-chat-2 |
|
|
|
services: |
|
|
|
- image: ghcr.io/nextcloud/continuous-integration-redis:latest |
|
|
|
name: cache |
|
|
|
@ -497,7 +497,7 @@ steps: |
|
|
|
- composer self-update --2 |
|
|
|
- composer install |
|
|
|
- cd tests/integration/ |
|
|
|
- bash run.sh features/command |
|
|
|
- bash run.sh features/chat-2 |
|
|
|
environment: |
|
|
|
APP_NAME: spreed |
|
|
|
CORE_BRANCH: master |
|
|
|
@ -505,7 +505,7 @@ steps: |
|
|
|
GUESTS_BRANCH: master |
|
|
|
NOTIFICATIONS_BRANCH: master |
|
|
|
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest |
|
|
|
name: integration-command |
|
|
|
name: integration-chat-2 |
|
|
|
trigger: |
|
|
|
branch: |
|
|
|
- master |
|
|
|
@ -515,7 +515,7 @@ trigger: |
|
|
|
- push |
|
|
|
--- |
|
|
|
kind: pipeline |
|
|
|
name: int-mysql-conversation |
|
|
|
name: int-mysql-command |
|
|
|
services: |
|
|
|
- image: ghcr.io/nextcloud/continuous-integration-redis:latest |
|
|
|
name: cache |
|
|
|
@ -543,13 +543,12 @@ steps: |
|
|
|
- git clone --depth 1 -b $NOTIFICATIONS_BRANCH https://github.com/nextcloud/notifications |
|
|
|
apps/notifications |
|
|
|
- ./occ app:enable notifications |
|
|
|
- git clone --depth 1 -b $GUESTS_BRANCH https://github.com/nextcloud/guests apps/guests |
|
|
|
- cd apps/$APP_NAME |
|
|
|
- composer --version |
|
|
|
- composer self-update --2 |
|
|
|
- composer install |
|
|
|
- cd tests/integration/ |
|
|
|
- bash run.sh features/conversation |
|
|
|
- bash run.sh features/command |
|
|
|
environment: |
|
|
|
APP_NAME: spreed |
|
|
|
CORE_BRANCH: master |
|
|
|
@ -557,7 +556,7 @@ steps: |
|
|
|
GUESTS_BRANCH: master |
|
|
|
NOTIFICATIONS_BRANCH: master |
|
|
|
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest |
|
|
|
name: integration-conversation |
|
|
|
name: integration-command |
|
|
|
trigger: |
|
|
|
branch: |
|
|
|
- master |
|
|
|
@ -567,7 +566,7 @@ trigger: |
|
|
|
- push |
|
|
|
--- |
|
|
|
kind: pipeline |
|
|
|
name: int-mysql-conversation-2 |
|
|
|
name: int-mysql-conversation |
|
|
|
services: |
|
|
|
- image: ghcr.io/nextcloud/continuous-integration-redis:latest |
|
|
|
name: cache |
|
|
|
@ -601,7 +600,7 @@ steps: |
|
|
|
- composer self-update --2 |
|
|
|
- composer install |
|
|
|
- cd tests/integration/ |
|
|
|
- bash run.sh features/conversation-2 |
|
|
|
- bash run.sh features/conversation |
|
|
|
environment: |
|
|
|
APP_NAME: spreed |
|
|
|
CORE_BRANCH: master |
|
|
|
@ -609,7 +608,7 @@ steps: |
|
|
|
GUESTS_BRANCH: master |
|
|
|
NOTIFICATIONS_BRANCH: master |
|
|
|
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest |
|
|
|
name: integration-conversation-2 |
|
|
|
name: integration-conversation |
|
|
|
trigger: |
|
|
|
branch: |
|
|
|
- master |
|
|
|
@ -619,7 +618,7 @@ trigger: |
|
|
|
- push |
|
|
|
--- |
|
|
|
kind: pipeline |
|
|
|
name: int-mysql-federation |
|
|
|
name: int-mysql-conversation-2 |
|
|
|
services: |
|
|
|
- image: ghcr.io/nextcloud/continuous-integration-redis:latest |
|
|
|
name: cache |
|
|
|
@ -647,12 +646,13 @@ steps: |
|
|
|
- git clone --depth 1 -b $NOTIFICATIONS_BRANCH https://github.com/nextcloud/notifications |
|
|
|
apps/notifications |
|
|
|
- ./occ app:enable notifications |
|
|
|
- git clone --depth 1 -b $GUESTS_BRANCH https://github.com/nextcloud/guests apps/guests |
|
|
|
- cd apps/$APP_NAME |
|
|
|
- composer --version |
|
|
|
- composer self-update --2 |
|
|
|
- composer install |
|
|
|
- cd tests/integration/ |
|
|
|
- bash run.sh features/federation |
|
|
|
- bash run.sh features/conversation-2 |
|
|
|
environment: |
|
|
|
APP_NAME: spreed |
|
|
|
CORE_BRANCH: master |
|
|
|
@ -660,7 +660,7 @@ steps: |
|
|
|
GUESTS_BRANCH: master |
|
|
|
NOTIFICATIONS_BRANCH: master |
|
|
|
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest |
|
|
|
name: integration-federation |
|
|
|
name: integration-conversation-2 |
|
|
|
trigger: |
|
|
|
branch: |
|
|
|
- master |
|
|
|
@ -670,7 +670,7 @@ trigger: |
|
|
|
- push |
|
|
|
--- |
|
|
|
kind: pipeline |
|
|
|
name: int-mysql-integration |
|
|
|
name: int-mysql-federation |
|
|
|
services: |
|
|
|
- image: ghcr.io/nextcloud/continuous-integration-redis:latest |
|
|
|
name: cache |
|
|
|
@ -703,7 +703,7 @@ steps: |
|
|
|
- composer self-update --2 |
|
|
|
- composer install |
|
|
|
- cd tests/integration/ |
|
|
|
- bash run.sh features/integration |
|
|
|
- bash run.sh features/federation |
|
|
|
environment: |
|
|
|
APP_NAME: spreed |
|
|
|
CORE_BRANCH: master |
|
|
|
@ -711,7 +711,7 @@ steps: |
|
|
|
GUESTS_BRANCH: master |
|
|
|
NOTIFICATIONS_BRANCH: master |
|
|
|
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest |
|
|
|
name: integration-integration |
|
|
|
name: integration-federation |
|
|
|
trigger: |
|
|
|
branch: |
|
|
|
- master |
|
|
|
@ -721,7 +721,7 @@ trigger: |
|
|
|
- push |
|
|
|
--- |
|
|
|
kind: pipeline |
|
|
|
name: int-mysql-reaction |
|
|
|
name: int-mysql-integration |
|
|
|
services: |
|
|
|
- image: ghcr.io/nextcloud/continuous-integration-redis:latest |
|
|
|
name: cache |
|
|
|
@ -754,7 +754,7 @@ steps: |
|
|
|
- composer self-update --2 |
|
|
|
- composer install |
|
|
|
- cd tests/integration/ |
|
|
|
- bash run.sh features/reaction |
|
|
|
- bash run.sh features/integration |
|
|
|
environment: |
|
|
|
APP_NAME: spreed |
|
|
|
CORE_BRANCH: master |
|
|
|
@ -762,7 +762,7 @@ steps: |
|
|
|
GUESTS_BRANCH: master |
|
|
|
NOTIFICATIONS_BRANCH: master |
|
|
|
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest |
|
|
|
name: integration-reaction |
|
|
|
name: integration-integration |
|
|
|
trigger: |
|
|
|
branch: |
|
|
|
- master |
|
|
|
@ -964,7 +964,7 @@ trigger: |
|
|
|
- push |
|
|
|
--- |
|
|
|
kind: pipeline |
|
|
|
name: int-pgsql-command |
|
|
|
name: int-pgsql-chat-2 |
|
|
|
services: |
|
|
|
- image: ghcr.io/nextcloud/continuous-integration-redis:latest |
|
|
|
name: cache |
|
|
|
@ -992,7 +992,7 @@ steps: |
|
|
|
- composer self-update --2 |
|
|
|
- composer install |
|
|
|
- cd tests/integration/ |
|
|
|
- bash run.sh features/command |
|
|
|
- bash run.sh features/chat-2 |
|
|
|
environment: |
|
|
|
APP_NAME: spreed |
|
|
|
CORE_BRANCH: master |
|
|
|
@ -1000,7 +1000,7 @@ steps: |
|
|
|
GUESTS_BRANCH: master |
|
|
|
NOTIFICATIONS_BRANCH: master |
|
|
|
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest |
|
|
|
name: integration-command |
|
|
|
name: integration-chat-2 |
|
|
|
trigger: |
|
|
|
branch: |
|
|
|
- master |
|
|
|
@ -1009,7 +1009,7 @@ trigger: |
|
|
|
- push |
|
|
|
--- |
|
|
|
kind: pipeline |
|
|
|
name: int-pgsql-conversation |
|
|
|
name: int-pgsql-command |
|
|
|
services: |
|
|
|
- image: ghcr.io/nextcloud/continuous-integration-redis:latest |
|
|
|
name: cache |
|
|
|
@ -1032,13 +1032,12 @@ steps: |
|
|
|
- git clone --depth 1 -b $NOTIFICATIONS_BRANCH https://github.com/nextcloud/notifications |
|
|
|
apps/notifications |
|
|
|
- ./occ app:enable notifications |
|
|
|
- git clone --depth 1 -b $GUESTS_BRANCH https://github.com/nextcloud/guests apps/guests |
|
|
|
- cd apps/$APP_NAME |
|
|
|
- composer --version |
|
|
|
- composer self-update --2 |
|
|
|
- composer install |
|
|
|
- cd tests/integration/ |
|
|
|
- bash run.sh features/conversation |
|
|
|
- bash run.sh features/command |
|
|
|
environment: |
|
|
|
APP_NAME: spreed |
|
|
|
CORE_BRANCH: master |
|
|
|
@ -1046,7 +1045,7 @@ steps: |
|
|
|
GUESTS_BRANCH: master |
|
|
|
NOTIFICATIONS_BRANCH: master |
|
|
|
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest |
|
|
|
name: integration-conversation |
|
|
|
name: integration-command |
|
|
|
trigger: |
|
|
|
branch: |
|
|
|
- master |
|
|
|
@ -1055,7 +1054,7 @@ trigger: |
|
|
|
- push |
|
|
|
--- |
|
|
|
kind: pipeline |
|
|
|
name: int-pgsql-conversation-2 |
|
|
|
name: int-pgsql-conversation |
|
|
|
services: |
|
|
|
- image: ghcr.io/nextcloud/continuous-integration-redis:latest |
|
|
|
name: cache |
|
|
|
@ -1084,7 +1083,7 @@ steps: |
|
|
|
- composer self-update --2 |
|
|
|
- composer install |
|
|
|
- cd tests/integration/ |
|
|
|
- bash run.sh features/conversation-2 |
|
|
|
- bash run.sh features/conversation |
|
|
|
environment: |
|
|
|
APP_NAME: spreed |
|
|
|
CORE_BRANCH: master |
|
|
|
@ -1092,7 +1091,7 @@ steps: |
|
|
|
GUESTS_BRANCH: master |
|
|
|
NOTIFICATIONS_BRANCH: master |
|
|
|
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest |
|
|
|
name: integration-conversation-2 |
|
|
|
name: integration-conversation |
|
|
|
trigger: |
|
|
|
branch: |
|
|
|
- master |
|
|
|
@ -1101,7 +1100,7 @@ trigger: |
|
|
|
- push |
|
|
|
--- |
|
|
|
kind: pipeline |
|
|
|
name: int-pgsql-federation |
|
|
|
name: int-pgsql-conversation-2 |
|
|
|
services: |
|
|
|
- image: ghcr.io/nextcloud/continuous-integration-redis:latest |
|
|
|
name: cache |
|
|
|
@ -1124,12 +1123,13 @@ steps: |
|
|
|
- git clone --depth 1 -b $NOTIFICATIONS_BRANCH https://github.com/nextcloud/notifications |
|
|
|
apps/notifications |
|
|
|
- ./occ app:enable notifications |
|
|
|
- git clone --depth 1 -b $GUESTS_BRANCH https://github.com/nextcloud/guests apps/guests |
|
|
|
- cd apps/$APP_NAME |
|
|
|
- composer --version |
|
|
|
- composer self-update --2 |
|
|
|
- composer install |
|
|
|
- cd tests/integration/ |
|
|
|
- bash run.sh features/federation |
|
|
|
- bash run.sh features/conversation-2 |
|
|
|
environment: |
|
|
|
APP_NAME: spreed |
|
|
|
CORE_BRANCH: master |
|
|
|
@ -1137,7 +1137,7 @@ steps: |
|
|
|
GUESTS_BRANCH: master |
|
|
|
NOTIFICATIONS_BRANCH: master |
|
|
|
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest |
|
|
|
name: integration-federation |
|
|
|
name: integration-conversation-2 |
|
|
|
trigger: |
|
|
|
branch: |
|
|
|
- master |
|
|
|
@ -1146,7 +1146,7 @@ trigger: |
|
|
|
- push |
|
|
|
--- |
|
|
|
kind: pipeline |
|
|
|
name: int-pgsql-integration |
|
|
|
name: int-pgsql-federation |
|
|
|
services: |
|
|
|
- image: ghcr.io/nextcloud/continuous-integration-redis:latest |
|
|
|
name: cache |
|
|
|
@ -1174,7 +1174,7 @@ steps: |
|
|
|
- composer self-update --2 |
|
|
|
- composer install |
|
|
|
- cd tests/integration/ |
|
|
|
- bash run.sh features/integration |
|
|
|
- bash run.sh features/federation |
|
|
|
environment: |
|
|
|
APP_NAME: spreed |
|
|
|
CORE_BRANCH: master |
|
|
|
@ -1182,7 +1182,7 @@ steps: |
|
|
|
GUESTS_BRANCH: master |
|
|
|
NOTIFICATIONS_BRANCH: master |
|
|
|
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest |
|
|
|
name: integration-integration |
|
|
|
name: integration-federation |
|
|
|
trigger: |
|
|
|
branch: |
|
|
|
- master |
|
|
|
@ -1191,7 +1191,7 @@ trigger: |
|
|
|
- push |
|
|
|
--- |
|
|
|
kind: pipeline |
|
|
|
name: int-pgsql-reaction |
|
|
|
name: int-pgsql-integration |
|
|
|
services: |
|
|
|
- image: ghcr.io/nextcloud/continuous-integration-redis:latest |
|
|
|
name: cache |
|
|
|
@ -1219,7 +1219,7 @@ steps: |
|
|
|
- composer self-update --2 |
|
|
|
- composer install |
|
|
|
- cd tests/integration/ |
|
|
|
- bash run.sh features/reaction |
|
|
|
- bash run.sh features/integration |
|
|
|
environment: |
|
|
|
APP_NAME: spreed |
|
|
|
CORE_BRANCH: master |
|
|
|
@ -1227,7 +1227,7 @@ steps: |
|
|
|
GUESTS_BRANCH: master |
|
|
|
NOTIFICATIONS_BRANCH: master |
|
|
|
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest |
|
|
|
name: integration-reaction |
|
|
|
name: integration-integration |
|
|
|
trigger: |
|
|
|
branch: |
|
|
|
- master |
|
|
|
|