Skip to content

Commit bea74ec

Browse files
committed
ci: Adjust to changed guests app branching
Signed-off-by: Joas Schilling <[email protected]>
1 parent 53e61db commit bea74ec

7 files changed

+13
-13
lines changed

.github/workflows/integration-federation.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -56,41 +56,41 @@ jobs:
5656
host-db: 'oci'
5757
host-server-versions: 'stable31'
5858
host-spreed-versions: ${{ github.event.pull_request.head.sha }}
59-
host-guests-versions: 'stable31'
59+
host-guests-versions: 'master'
6060
host-circles-versions: 'stable31'
6161
host-notifications-versions: 'stable31'
6262
remote-db: 'mysql'
6363
remote-server-versions: 'stable30'
6464
remote-spreed-versions: 'stable30'
65-
remote-guests-versions: 'stable30'
65+
remote-guests-versions: 'master'
6666
remote-circles-versions: 'stable30'
6767
remote-notifications-versions: 'stable30'
6868
- test-suite: 'federation'
6969
php-versions: '8.2'
7070
host-db: 'pgsql'
7171
host-server-versions: 'stable31'
7272
host-spreed-versions: ${{ github.event.pull_request.head.sha }}
73-
host-guests-versions: 'stable31'
73+
host-guests-versions: 'master'
7474
host-circles-versions: 'stable31'
7575
host-notifications-versions: 'stable31'
7676
remote-db: 'mysql'
7777
remote-server-versions: 'stable30'
7878
remote-spreed-versions: 'stable30'
79-
remote-guests-versions: 'stable30'
79+
remote-guests-versions: 'master'
8080
remote-circles-versions: 'stable30'
8181
remote-notifications-versions: 'stable30'
8282
- test-suite: 'federation'
8383
php-versions: '8.2'
8484
host-db: 'oci'
8585
host-server-versions: 'stable30'
8686
host-spreed-versions: 'stable30'
87-
host-guests-versions: 'stable30'
87+
host-guests-versions: 'master'
8888
host-circles-versions: 'stable30'
8989
host-notifications-versions: 'stable30'
9090
remote-db: 'mysql'
9191
remote-server-versions: 'stable31'
9292
remote-spreed-versions: ${{ github.event.pull_request.head.sha }}
93-
remote-guests-versions: 'stable31'
93+
remote-guests-versions: 'master'
9494
remote-circles-versions: 'stable31'
9595
remote-notifications-versions: 'stable31'
9696

.github/workflows/integration-mariadb.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
test-suite: ['callapi', 'chat-1', 'chat-2', 'chat-3', 'chat-4', 'command', 'conversation-1', 'conversation-2', 'conversation-3', 'conversation-4', 'conversation-5', 'federation', 'integration', 'sharing-1', 'sharing-2', 'sharing-3', 'sharing-4']
5656
php-versions: ['8.2']
5757
server-versions: ['stable31']
58-
guests-versions: ['stable31']
58+
guests-versions: ['master']
5959
circles-versions: ['stable31']
6060
notifications-versions: ['stable31']
6161

.github/workflows/integration-mysql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
test-suite: ['callapi', 'chat-1', 'chat-2', 'chat-3', 'chat-4', 'command', 'conversation-1', 'conversation-2', 'conversation-3', 'conversation-4', 'conversation-5', 'federation', 'integration', 'sharing-1', 'sharing-2', 'sharing-3', 'sharing-4']
5656
php-versions: ['8.2']
5757
server-versions: ['stable31']
58-
guests-versions: ['stable31']
58+
guests-versions: ['master']
5959
circles-versions: ['stable31']
6060
notifications-versions: ['stable31']
6161

.github/workflows/integration-oci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
test-suite: ['callapi', 'chat-1', 'chat-2', 'chat-3', 'chat-4', 'command', 'conversation-1', 'conversation-2', 'conversation-3', 'conversation-4', 'conversation-5', 'federation', 'integration', 'sharing-1', 'sharing-2', 'sharing-3', 'sharing-4']
5656
php-versions: ['8.2']
5757
server-versions: ['stable31']
58-
guests-versions: ['stable31']
58+
guests-versions: ['master']
5959
circles-versions: ['stable31']
6060
notifications-versions: ['stable31']
6161

.github/workflows/integration-pgsql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
test-suite: ['callapi', 'chat-1', 'chat-2', 'chat-3', 'chat-4', 'command', 'conversation-1', 'conversation-2', 'conversation-3', 'conversation-4', 'conversation-5', 'federation', 'integration', 'sharing-1', 'sharing-2', 'sharing-3', 'sharing-4']
5353
php-versions: ['8.3']
5454
server-versions: ['stable31']
55-
guests-versions: ['stable31']
55+
guests-versions: ['master']
5656
circles-versions: ['stable31']
5757
notifications-versions: ['stable31']
5858

.github/workflows/integration-sqlite.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
test-suite: ['callapi', 'chat-1', 'chat-2', 'chat-3', 'chat-4', 'command', 'conversation-1', 'conversation-2', 'conversation-3', 'conversation-4', 'conversation-5', 'federation', 'integration', 'sharing-1', 'sharing-2', 'sharing-3', 'sharing-4']
5656
php-versions: ['8.2']
5757
server-versions: ['stable31']
58-
guests-versions: ['stable31']
58+
guests-versions: ['master']
5959
circles-versions: ['stable31']
6060
notifications-versions: ['stable31']
6161

tests/integration/run.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
PROCESS_ID=$$
77

88
APP_NAME=spreed
9-
NOTIFICATIONS_BRANCH="master"
9+
NOTIFICATIONS_BRANCH="stable31"
1010
GUESTS_BRANCH="master"
11-
CIRCLES_BRANCH="master"
11+
CIRCLES_BRANCH="stable31"
1212

1313
APP_INTEGRATION_DIR=$PWD
1414
ROOT_DIR=${APP_INTEGRATION_DIR}/../../../..

0 commit comments

Comments
 (0)