From 5a68ea2a447c3b688cd7c4b8db76b2e5c9aaf144 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 2 Aug 2023 16:21:07 +0200 Subject: tests(integration): Add integration tests for the call summary bot Signed-off-by: Joas Schilling --- .drone.yml | 236 +++++++++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 205 insertions(+), 31 deletions(-) (limited to '.drone.yml') diff --git a/.drone.yml b/.drone.yml index c10969232..6767270e4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,12 +18,18 @@ steps: - ./occ app:enable $APP_NAME - git clone --depth 1 -b $NOTIFICATIONS_BRANCH https://github.com/nextcloud/notifications apps/notifications - - ./occ app:enable notifications + - ./occ app:enable --force notifications + - git clone --depth 1 -b $GUESTS_BRANCH https://github.com/nextcloud/guests apps/guests + - ./occ app:enable --force guests + - git clone --depth 1 -b $CSB_BRANCH https://github.com/nextcloud/call_summary_bot + apps/call_summary_bot + - ./occ app:enable --force call_summary_bot - cd apps/$APP_NAME/tests/integration/ - bash run.sh features/callapi environment: APP_NAME: spreed CORE_BRANCH: stable27 + CSB_BRANCH: main DATABASEHOST: sqlite GUESTS_BRANCH: master NOTIFICATIONS_BRANCH: stable27 @@ -55,12 +61,18 @@ steps: - ./occ app:enable $APP_NAME - git clone --depth 1 -b $NOTIFICATIONS_BRANCH https://github.com/nextcloud/notifications apps/notifications - - ./occ app:enable notifications + - ./occ app:enable --force notifications + - git clone --depth 1 -b $GUESTS_BRANCH https://github.com/nextcloud/guests apps/guests + - ./occ app:enable --force guests + - git clone --depth 1 -b $CSB_BRANCH https://github.com/nextcloud/call_summary_bot + apps/call_summary_bot + - ./occ app:enable --force call_summary_bot - cd apps/$APP_NAME/tests/integration/ - bash run.sh features/chat environment: APP_NAME: spreed CORE_BRANCH: stable27 + CSB_BRANCH: main DATABASEHOST: sqlite GUESTS_BRANCH: master NOTIFICATIONS_BRANCH: stable27 @@ -92,12 +104,18 @@ steps: - ./occ app:enable $APP_NAME - git clone --depth 1 -b $NOTIFICATIONS_BRANCH https://github.com/nextcloud/notifications apps/notifications - - ./occ app:enable notifications + - ./occ app:enable --force notifications + - git clone --depth 1 -b $GUESTS_BRANCH https://github.com/nextcloud/guests apps/guests + - ./occ app:enable --force guests + - git clone --depth 1 -b $CSB_BRANCH https://github.com/nextcloud/call_summary_bot + apps/call_summary_bot + - ./occ app:enable --force call_summary_bot - cd apps/$APP_NAME/tests/integration/ - bash run.sh features/chat-2 environment: APP_NAME: spreed CORE_BRANCH: stable27 + CSB_BRANCH: main DATABASEHOST: sqlite GUESTS_BRANCH: master NOTIFICATIONS_BRANCH: stable27 @@ -129,12 +147,18 @@ steps: - ./occ app:enable $APP_NAME - git clone --depth 1 -b $NOTIFICATIONS_BRANCH https://github.com/nextcloud/notifications apps/notifications - - ./occ app:enable notifications + - ./occ app:enable --force notifications + - git clone --depth 1 -b $GUESTS_BRANCH https://github.com/nextcloud/guests apps/guests + - ./occ app:enable --force guests + - git clone --depth 1 -b $CSB_BRANCH https://github.com/nextcloud/call_summary_bot + apps/call_summary_bot + - ./occ app:enable --force call_summary_bot - cd apps/$APP_NAME/tests/integration/ - bash run.sh features/command environment: APP_NAME: spreed CORE_BRANCH: stable27 + CSB_BRANCH: main DATABASEHOST: sqlite GUESTS_BRANCH: master NOTIFICATIONS_BRANCH: stable27 @@ -166,13 +190,18 @@ steps: - ./occ app:enable $APP_NAME - git clone --depth 1 -b $NOTIFICATIONS_BRANCH https://github.com/nextcloud/notifications apps/notifications - - ./occ app:enable notifications + - ./occ app:enable --force notifications - git clone --depth 1 -b $GUESTS_BRANCH https://github.com/nextcloud/guests apps/guests + - ./occ app:enable --force guests + - git clone --depth 1 -b $CSB_BRANCH https://github.com/nextcloud/call_summary_bot + apps/call_summary_bot + - ./occ app:enable --force call_summary_bot - cd apps/$APP_NAME/tests/integration/ - bash run.sh features/conversation environment: APP_NAME: spreed CORE_BRANCH: stable27 + CSB_BRANCH: main DATABASEHOST: sqlite GUESTS_BRANCH: master NOTIFICATIONS_BRANCH: stable27 @@ -204,13 +233,18 @@ steps: - ./occ app:enable $APP_NAME - git clone --depth 1 -b $NOTIFICATIONS_BRANCH https://github.com/nextcloud/notifications apps/notifications - - ./occ app:enable notifications + - ./occ app:enable --force notifications - git clone --depth 1 -b $GUESTS_BRANCH https://github.com/nextcloud/guests apps/guests + - ./occ app:enable --force guests + - git clone --depth 1 -b $CSB_BRANCH https://github.com/nextcloud/call_summary_bot + apps/call_summary_bot + - ./occ app:enable --force call_summary_bot - cd apps/$APP_NAME/tests/integration/ - bash run.sh features/conversation-2 environment: APP_NAME: spreed CORE_BRANCH: stable27 + CSB_BRANCH: main DATABASEHOST: sqlite GUESTS_BRANCH: master NOTIFICATIONS_BRANCH: stable27 @@ -242,12 +276,18 @@ steps: - ./occ app:enable $APP_NAME - git clone --depth 1 -b $NOTIFICATIONS_BRANCH https://github.com/nextcloud/notifications apps/notifications - - ./occ app:enable notifications + - ./occ app:enable --force notifications + - git clone --depth 1 -b $GUESTS_BRANCH https://github.com/nextcloud/guests apps/guests + - ./occ app:enable --force guests + - git clone --depth 1 -b $CSB_BRANCH https://github.com/nextcloud/call_summary_bot + apps/call_summary_bot + - ./occ app:enable --force call_summary_bot - cd apps/$APP_NAME/tests/integration/ - bash run.sh features/federation environment: APP_NAME: spreed CORE_BRANCH: stable27 + CSB_BRANCH: main DATABASEHOST: sqlite GUESTS_BRANCH: master NOTIFICATIONS_BRANCH: stable27 @@ -279,12 +319,18 @@ steps: - ./occ app:enable $APP_NAME - git clone --depth 1 -b $NOTIFICATIONS_BRANCH https://github.com/nextcloud/notifications apps/notifications - - ./occ app:enable notifications + - ./occ app:enable --force notifications + - git clone --depth 1 -b $GUESTS_BRANCH https://github.com/nextcloud/guests apps/guests + - ./occ app:enable --force guests + - git clone --depth 1 -b $CSB_BRANCH https://github.com/nextcloud/call_summary_bot + apps/call_summary_bot + - ./occ app:enable --force call_summary_bot - cd apps/$APP_NAME/tests/integration/ - bash run.sh features/integration environment: APP_NAME: spreed CORE_BRANCH: stable27 + CSB_BRANCH: main DATABASEHOST: sqlite GUESTS_BRANCH: master NOTIFICATIONS_BRANCH: stable27 @@ -316,12 +362,18 @@ steps: - ./occ app:enable $APP_NAME - git clone --depth 1 -b $NOTIFICATIONS_BRANCH https://github.com/nextcloud/notifications apps/notifications - - ./occ app:enable notifications + - ./occ app:enable --force notifications + - git clone --depth 1 -b $GUESTS_BRANCH https://github.com/nextcloud/guests apps/guests + - ./occ app:enable --force guests + - git clone --depth 1 -b $CSB_BRANCH https://github.com/nextcloud/call_summary_bot + apps/call_summary_bot + - ./occ app:enable --force call_summary_bot - cd apps/$APP_NAME/tests/integration/ - bash run.sh features/sharing environment: APP_NAME: spreed CORE_BRANCH: stable27 + CSB_BRANCH: main DATABASEHOST: sqlite GUESTS_BRANCH: master NOTIFICATIONS_BRANCH: stable27 @@ -353,12 +405,18 @@ steps: - ./occ app:enable $APP_NAME - git clone --depth 1 -b $NOTIFICATIONS_BRANCH https://github.com/nextcloud/notifications apps/notifications - - ./occ app:enable notifications + - ./occ app:enable --force notifications + - git clone --depth 1 -b $GUESTS_BRANCH https://github.com/nextcloud/guests apps/guests + - ./occ app:enable --force guests + - git clone --depth 1 -b $CSB_BRANCH https://github.com/nextcloud/call_summary_bot + apps/call_summary_bot + - ./occ app:enable --force call_summary_bot - cd apps/$APP_NAME/tests/integration/ - bash run.sh features/sharing-2 environment: APP_NAME: spreed CORE_BRANCH: stable27 + CSB_BRANCH: main DATABASEHOST: sqlite GUESTS_BRANCH: master NOTIFICATIONS_BRANCH: stable27 @@ -404,12 +462,18 @@ steps: - ./occ app:enable $APP_NAME - git clone --depth 1 -b $NOTIFICATIONS_BRANCH https://github.com/nextcloud/notifications apps/notifications - - ./occ app:enable notifications + - ./occ app:enable --force notifications + - git clone --depth 1 -b $GUESTS_BRANCH https://github.com/nextcloud/guests apps/guests + - ./occ app:enable --force guests + - git clone --depth 1 -b $CSB_BRANCH https://github.com/nextcloud/call_summary_bot + apps/call_summary_bot + - ./occ app:enable --force call_summary_bot - cd apps/$APP_NAME/tests/integration/ - bash run.sh features/callapi environment: APP_NAME: spreed CORE_BRANCH: stable27 + CSB_BRANCH: main DATABASEHOST: mysql GUESTS_BRANCH: master NOTIFICATIONS_BRANCH: stable27 @@ -455,12 +519,18 @@ steps: - ./occ app:enable $APP_NAME - git clone --depth 1 -b $NOTIFICATIONS_BRANCH https://github.com/nextcloud/notifications apps/notifications - - ./occ app:enable notifications + - ./occ app:enable --force notifications + - git clone --depth 1 -b $GUESTS_BRANCH https://github.com/nextcloud/guests apps/guests + - ./occ app:enable --force guests + - git clone --depth 1 -b $CSB_BRANCH https://github.com/nextcloud/call_summary_bot + apps/call_summary_bot + - ./occ app:enable --force call_summary_bot - cd apps/$APP_NAME/tests/integration/ - bash run.sh features/chat environment: APP_NAME: spreed CORE_BRANCH: stable27 + CSB_BRANCH: main DATABASEHOST: mysql GUESTS_BRANCH: master NOTIFICATIONS_BRANCH: stable27 @@ -506,12 +576,18 @@ steps: - ./occ app:enable $APP_NAME - git clone --depth 1 -b $NOTIFICATIONS_BRANCH https://github.com/nextcloud/notifications apps/notifications - - ./occ app:enable notifications + - ./occ app:enable --force notifications + - git clone --depth 1 -b $GUESTS_BRANCH https://github.com/nextcloud/guests apps/guests + - ./occ app:enable --force guests + - git clone --depth 1 -b $CSB_BRANCH https://github.com/nextcloud/call_summary_bot + apps/call_summary_bot + - ./occ app:enable --force call_summary_bot - cd apps/$APP_NAME/tests/integration/ - bash run.sh features/chat-2 environment: APP_NAME: spreed CORE_BRANCH: stable27 + CSB_BRANCH: main DATABASEHOST: mysql GUESTS_BRANCH: master NOTIFICATIONS_BRANCH: stable27 @@ -557,12 +633,18 @@ steps: - ./occ app:enable $APP_NAME - git clone --depth 1 -b $NOTIFICATIONS_BRANCH https://github.com/nextcloud/notifications apps/notifications - - ./occ app:enable notifications + - ./occ app:enable --force notifications + - git clone --depth 1 -b $GUESTS_BRANCH https://github.com/nextcloud/guests apps/guests + - ./occ app:enable --force guests + - git clone --depth 1 -b $CSB_BRANCH https://github.com/nextcloud/call_summary_bot + apps/call_summary_bot + - ./occ app:enable --force call_summary_bot - cd apps/$APP_NAME/tests/integration/ - bash run.sh features/command environment: APP_NAME: spreed CORE_BRANCH: stable27 + CSB_BRANCH: main DATABASEHOST: mysql GUESTS_BRANCH: master NOTIFICATIONS_BRANCH: stable27 @@ -608,13 +690,18 @@ steps: - ./occ app:enable $APP_NAME - git clone --depth 1 -b $NOTIFICATIONS_BRANCH https://github.com/nextcloud/notifications apps/notifications - - ./occ app:enable notifications + - ./occ app:enable --force notifications - git clone --depth 1 -b $GUESTS_BRANCH https://github.com/nextcloud/guests apps/guests + - ./occ app:enable --force guests + - git clone --depth 1 -b $CSB_BRANCH https://github.com/nextcloud/call_summary_bot + apps/call_summary_bot + - ./occ app:enable --force call_summary_bot - cd apps/$APP_NAME/tests/integration/ - bash run.sh features/conversation environment: APP_NAME: spreed CORE_BRANCH: stable27 + CSB_BRANCH: main DATABASEHOST: mysql GUESTS_BRANCH: master NOTIFICATIONS_BRANCH: stable27 @@ -660,13 +747,18 @@ steps: - ./occ app:enable $APP_NAME - git clone --depth 1 -b $NOTIFICATIONS_BRANCH https://github.com/nextcloud/notifications apps/notifications - - ./occ app:enable notifications + - ./occ app:enable --force notifications - git clone --depth 1 -b $GUESTS_BRANCH https://github.com/nextcloud/guests apps/guests + - ./occ app:enable --force guests + - git clone --depth 1 -b $CSB_BRANCH https://github.com/nextcloud/call_summary_bot + apps/call_summary_bot + - ./occ app:enable --force call_summary_bot - cd apps/$APP_NAME/tests/integration/ - bash run.sh features/conversation-2 environment: APP_NAME: spreed CORE_BRANCH: stable27 + CSB_BRANCH: main DATABASEHOST: mysql GUESTS_BRANCH: master NOTIFICATIONS_BRANCH: stable27 @@ -712,12 +804,18 @@ steps: - ./occ app:enable $APP_NAME - git clone --depth 1 -b $NOTIFICATIONS_BRANCH https://github.com/nextcloud/notifications apps/notifications - - ./occ app:enable notifications + - ./occ app:enable --force notifications + - git clone --depth 1 -b $GUESTS_BRANCH https://github.com/nextcloud/guests apps/guests + - ./occ app:enable --force guests + - git clone --depth 1 -b $CSB_BRANCH https://github.com/nextcloud/call_summary_bot + apps/call_summary_bot + - ./occ app:enable --force call_summary_bot - cd apps/$APP_NAME/tests/integration/ - bash run.sh features/federation environment: APP_NAME: spreed CORE_BRANCH: stable27 + CSB_BRANCH: main DATABASEHOST: mysql GUESTS_BRANCH: master NOTIFICATIONS_BRANCH: stable27 @@ -763,12 +861,18 @@ steps: - ./occ app:enable $APP_NAME - git clone --depth 1 -b $NOTIFICATIONS_BRANCH https://github.com/nextcloud/notifications apps/notifications - - ./occ app:enable notifications + - ./occ app:enable --force notifications + - git clone --depth 1 -b $GUESTS_BRANCH https://github.com/nextcloud/guests apps/guests + - ./occ app:enable --force guests + - git clone --depth 1 -b $CSB_BRANCH https://github.com/nextcloud/call_summary_bot + apps/call_summary_bot + - ./occ app:enable --force call_summary_bot - cd apps/$APP_NAME/tests/integration/ - bash run.sh features/integration environment: APP_NAME: spreed CORE_BRANCH: stable27 + CSB_BRANCH: main DATABASEHOST: mysql GUESTS_BRANCH: master NOTIFICATIONS_BRANCH: stable27 @@ -814,12 +918,18 @@ steps: - ./occ app:enable $APP_NAME - git clone --depth 1 -b $NOTIFICATIONS_BRANCH https://github.com/nextcloud/notifications apps/notifications - - ./occ app:enable notifications + - ./occ app:enable --force notifications + - git clone --depth 1 -b $GUESTS_BRANCH https://github.com/nextcloud/guests apps/guests + - ./occ app:enable --force guests + - git clone --depth 1 -b $CSB_BRANCH https://github.com/nextcloud/call_summary_bot + apps/call_summary_bot + - ./occ app:enable --force call_summary_bot - cd apps/$APP_NAME/tests/integration/ - bash run.sh features/sharing environment: APP_NAME: spreed CORE_BRANCH: stable27 + CSB_BRANCH: main DATABASEHOST: mysql GUESTS_BRANCH: master NOTIFICATIONS_BRANCH: stable27 @@ -865,12 +975,18 @@ steps: - ./occ app:enable $APP_NAME - git clone --depth 1 -b $NOTIFICATIONS_BRANCH https://github.com/nextcloud/notifications apps/notifications - - ./occ app:enable notifications + - ./occ app:enable --force notifications + - git clone --depth 1 -b $GUESTS_BRANCH https://github.com/nextcloud/guests apps/guests + - ./occ app:enable --force guests + - git clone --depth 1 -b $CSB_BRANCH https://github.com/nextcloud/call_summary_bot + apps/call_summary_bot + - ./occ app:enable --force call_summary_bot - cd apps/$APP_NAME/tests/integration/ - bash run.sh features/sharing-2 environment: APP_NAME: spreed CORE_BRANCH: stable27 + CSB_BRANCH: main DATABASEHOST: mysql GUESTS_BRANCH: master NOTIFICATIONS_BRANCH: stable27 @@ -911,12 +1027,18 @@ steps: - ./occ app:enable $APP_NAME - git clone --depth 1 -b $NOTIFICATIONS_BRANCH https://github.com/nextcloud/notifications apps/notifications - - ./occ app:enable notifications + - ./occ app:enable --force notifications + - git clone --depth 1 -b $GUESTS_BRANCH https://github.com/nextcloud/guests apps/guests + - ./occ app:enable --force guests + - git clone --depth 1 -b $CSB_BRANCH https://github.com/nextcloud/call_summary_bot + apps/call_summary_bot + - ./occ app:enable --force call_summary_bot - cd apps/$APP_NAME/tests/integration/ - bash run.sh features/callapi environment: APP_NAME: spreed CORE_BRANCH: stable27 + CSB_BRANCH: main DATABASEHOST: pgsql GUESTS_BRANCH: master NOTIFICATIONS_BRANCH: stable27 @@ -958,12 +1080,18 @@ steps: - ./occ app:enable $APP_NAME - git clone --depth 1 -b $NOTIFICATIONS_BRANCH https://github.com/nextcloud/notifications apps/notifications - - ./occ app:enable notifications + - ./occ app:enable --force notifications + - git clone --depth 1 -b $GUESTS_BRANCH https://github.com/nextcloud/guests apps/guests + - ./occ app:enable --force guests + - git clone --depth 1 -b $CSB_BRANCH https://github.com/nextcloud/call_summary_bot + apps/call_summary_bot + - ./occ app:enable --force call_summary_bot - cd apps/$APP_NAME/tests/integration/ - bash run.sh features/chat environment: APP_NAME: spreed CORE_BRANCH: stable27 + CSB_BRANCH: main DATABASEHOST: pgsql GUESTS_BRANCH: master NOTIFICATIONS_BRANCH: stable27 @@ -1005,12 +1133,18 @@ steps: - ./occ app:enable $APP_NAME - git clone --depth 1 -b $NOTIFICATIONS_BRANCH https://github.com/nextcloud/notifications apps/notifications - - ./occ app:enable notifications + - ./occ app:enable --force notifications + - git clone --depth 1 -b $GUESTS_BRANCH https://github.com/nextcloud/guests apps/guests + - ./occ app:enable --force guests + - git clone --depth 1 -b $CSB_BRANCH https://github.com/nextcloud/call_summary_bot + apps/call_summary_bot + - ./occ app:enable --force call_summary_bot - cd apps/$APP_NAME/tests/integration/ - bash run.sh features/chat-2 environment: APP_NAME: spreed CORE_BRANCH: stable27 + CSB_BRANCH: main DATABASEHOST: pgsql GUESTS_BRANCH: master NOTIFICATIONS_BRANCH: stable27 @@ -1052,12 +1186,18 @@ steps: - ./occ app:enable $APP_NAME - git clone --depth 1 -b $NOTIFICATIONS_BRANCH https://github.com/nextcloud/notifications apps/notifications - - ./occ app:enable notifications + - ./occ app:enable --force notifications + - git clone --depth 1 -b $GUESTS_BRANCH https://github.com/nextcloud/guests apps/guests + - ./occ app:enable --force guests + - git clone --depth 1 -b $CSB_BRANCH https://github.com/nextcloud/call_summary_bot + apps/call_summary_bot + - ./occ app:enable --force call_summary_bot - cd apps/$APP_NAME/tests/integration/ - bash run.sh features/command environment: APP_NAME: spreed CORE_BRANCH: stable27 + CSB_BRANCH: main DATABASEHOST: pgsql GUESTS_BRANCH: master NOTIFICATIONS_BRANCH: stable27 @@ -1099,13 +1239,18 @@ steps: - ./occ app:enable $APP_NAME - git clone --depth 1 -b $NOTIFICATIONS_BRANCH https://github.com/nextcloud/notifications apps/notifications - - ./occ app:enable notifications + - ./occ app:enable --force notifications - git clone --depth 1 -b $GUESTS_BRANCH https://github.com/nextcloud/guests apps/guests + - ./occ app:enable --force guests + - git clone --depth 1 -b $CSB_BRANCH https://github.com/nextcloud/call_summary_bot + apps/call_summary_bot + - ./occ app:enable --force call_summary_bot - cd apps/$APP_NAME/tests/integration/ - bash run.sh features/conversation environment: APP_NAME: spreed CORE_BRANCH: stable27 + CSB_BRANCH: main DATABASEHOST: pgsql GUESTS_BRANCH: master NOTIFICATIONS_BRANCH: stable27 @@ -1147,13 +1292,18 @@ steps: - ./occ app:enable $APP_NAME - git clone --depth 1 -b $NOTIFICATIONS_BRANCH https://github.com/nextcloud/notifications apps/notifications - - ./occ app:enable notifications + - ./occ app:enable --force notifications - git clone --depth 1 -b $GUESTS_BRANCH https://github.com/nextcloud/guests apps/guests + - ./occ app:enable --force guests + - git clone --depth 1 -b $CSB_BRANCH https://github.com/nextcloud/call_summary_bot + apps/call_summary_bot + - ./occ app:enable --force call_summary_bot - cd apps/$APP_NAME/tests/integration/ - bash run.sh features/conversation-2 environment: APP_NAME: spreed CORE_BRANCH: stable27 + CSB_BRANCH: main DATABASEHOST: pgsql GUESTS_BRANCH: master NOTIFICATIONS_BRANCH: stable27 @@ -1195,12 +1345,18 @@ steps: - ./occ app:enable $APP_NAME - git clone --depth 1 -b $NOTIFICATIONS_BRANCH https://github.com/nextcloud/notifications apps/notifications - - ./occ app:enable notifications + - ./occ app:enable --force notifications + - git clone --depth 1 -b $GUESTS_BRANCH https://github.com/nextcloud/guests apps/guests + - ./occ app:enable --force guests + - git clone --depth 1 -b $CSB_BRANCH https://github.com/nextcloud/call_summary_bot + apps/call_summary_bot + - ./occ app:enable --force call_summary_bot - cd apps/$APP_NAME/tests/integration/ - bash run.sh features/federation environment: APP_NAME: spreed CORE_BRANCH: stable27 + CSB_BRANCH: main DATABASEHOST: pgsql GUESTS_BRANCH: master NOTIFICATIONS_BRANCH: stable27 @@ -1242,12 +1398,18 @@ steps: - ./occ app:enable $APP_NAME - git clone --depth 1 -b $NOTIFICATIONS_BRANCH https://github.com/nextcloud/notifications apps/notifications - - ./occ app:enable notifications + - ./occ app:enable --force notifications + - git clone --depth 1 -b $GUESTS_BRANCH https://github.com/nextcloud/guests apps/guests + - ./occ app:enable --force guests + - git clone --depth 1 -b $CSB_BRANCH https://github.com/nextcloud/call_summary_bot + apps/call_summary_bot + - ./occ app:enable --force call_summary_bot - cd apps/$APP_NAME/tests/integration/ - bash run.sh features/integration environment: APP_NAME: spreed CORE_BRANCH: stable27 + CSB_BRANCH: main DATABASEHOST: pgsql GUESTS_BRANCH: master NOTIFICATIONS_BRANCH: stable27 @@ -1289,12 +1451,18 @@ steps: - ./occ app:enable $APP_NAME - git clone --depth 1 -b $NOTIFICATIONS_BRANCH https://github.com/nextcloud/notifications apps/notifications - - ./occ app:enable notifications + - ./occ app:enable --force notifications + - git clone --depth 1 -b $GUESTS_BRANCH https://github.com/nextcloud/guests apps/guests + - ./occ app:enable --force guests + - git clone --depth 1 -b $CSB_BRANCH https://github.com/nextcloud/call_summary_bot + apps/call_summary_bot + - ./occ app:enable --force call_summary_bot - cd apps/$APP_NAME/tests/integration/ - bash run.sh features/sharing environment: APP_NAME: spreed CORE_BRANCH: stable27 + CSB_BRANCH: main DATABASEHOST: pgsql GUESTS_BRANCH: master NOTIFICATIONS_BRANCH: stable27 @@ -1336,12 +1504,18 @@ steps: - ./occ app:enable $APP_NAME - git clone --depth 1 -b $NOTIFICATIONS_BRANCH https://github.com/nextcloud/notifications apps/notifications - - ./occ app:enable notifications + - ./occ app:enable --force notifications + - git clone --depth 1 -b $GUESTS_BRANCH https://github.com/nextcloud/guests apps/guests + - ./occ app:enable --force guests + - git clone --depth 1 -b $CSB_BRANCH https://github.com/nextcloud/call_summary_bot + apps/call_summary_bot + - ./occ app:enable --force call_summary_bot - cd apps/$APP_NAME/tests/integration/ - bash run.sh features/sharing-2 environment: APP_NAME: spreed CORE_BRANCH: stable27 + CSB_BRANCH: main DATABASEHOST: pgsql GUESTS_BRANCH: master NOTIFICATIONS_BRANCH: stable27 @@ -1355,5 +1529,5 @@ trigger: - pull_request - push --- -hmac: 42a9326446817e073491d2b887a20254394c1cc988640bc9df9b57f2ad445ff0 +hmac: 8a6c9dd22806c07b68b5d263748cf226693b847a9d4773e094ba549d98834dd5 kind: signature -- cgit v1.2.3