Skip to content

Commit 713b960

Browse files
Merge pull request #38339 from nextcloud/welcome/stable27
chore(CI): Test against stable27 branches of needed apps
2 parents 74b4fd2 + a11db03 commit 713b960

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1240,7 +1240,7 @@ steps:
12401240
commands:
12411241
# JavaScript files are not used in integration tests, so it is not needed to
12421242
# build them.
1243-
- git clone --depth 1 --branch master https://github.com/nextcloud/spreed apps/spreed
1243+
- git clone --depth 1 --branch stable27 https://github.com/nextcloud/spreed apps/spreed
12441244
- cd apps/spreed
12451245
- composer --version
12461246
- composer self-update --2

.github/workflows/performance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
curl -s -u test:test -T README.md http://localhost:8080/remote.php/dav/files/test/new_file.txt
5353
curl -s -u test:test -X DELETE http://localhost:8080/remote.php/dav/files/test/new_file.txt
5454
output: before.json
55-
profiler-branch: master
55+
profiler-branch: stable27
5656

5757
- name: Apply PR
5858
run: |
@@ -74,7 +74,7 @@ jobs:
7474
curl -s -u test:test -T README.md http://localhost:8080/remote.php/dav/files/test/new_file.txt
7575
curl -s -u test:test -X DELETE http://localhost:8080/remote.php/dav/files/test/new_file.txt
7676
output: after.json
77-
profiler-branch: master
77+
profiler-branch: stable27
7878
compare-with: before.json
7979

8080
- name: Upload profiles

tests/acceptance/run-local.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ if [ "$1" = "--acceptance-tests-dir" ]; then
6464
fi
6565

6666
ACCEPTANCE_TESTS_CONFIG_DIR="../../$ACCEPTANCE_TESTS_DIR/config"
67-
DEV_BRANCH="master"
67+
DEV_BRANCH="stable27"
6868

6969
# "--timeout-multiplier N" option can be provided to set the timeout multiplier
7070
# to be used in ActorContext.

0 commit comments

Comments
 (0)