[stable32] ci: run the deploy and test jobs against server stable32 - #1037
Open
oleksandr-nc wants to merge 1 commit into
Open
oleksandr-nc wants to merge 1 commit into
oleksandr-nc wants to merge 1 commit into
Conversation
Five host deploy jobs still checked out server master, where DIContainer::query() became protected on 2026-09-07, so app_api stable32 no longer installs there and the jobs fail before any test runs. The PgSQL job checked out Notes main, which now requires Nextcloud 33, so it failed at app:enable. Pin those server checkouts to stable32 and Notes to its v5.0 branch, the last release line that supports 32. Signed-off-by: Oleksandr Piskun <oleksandr2088@icloud.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Every PR to
stable32currently fails six checks that have nothing to do with the PR itself (see #1034 and #1019).Five "NC In Host" deploy jobs.
tests-deploy.ymlstill checks out servermasterfornc-host-app-docker-redis,nc-host-app-docker-redis-deploy-options,nc-host-network-host,nc-host-harp-hostandnc-host-manual-harp-host, while the first host job and alltests.ymljobs already usestable32. Since nextcloud/server@834ae88b (2026-09-07)DIContainer::query()is protected on master, andlib/AppInfo/Application.php:80on this branch still calls it, soocc app:enable app_apidies withCall to protected method OC\AppFramework\DependencyInjection\DIContainer::query()before any test runs. This pins those five checkouts tostable32, matching what stable34 does.NC_Py_API PgSQL. The job checks out Notes at
main, which is now 6.1.0-beta withmin-version="33", soocc app:enable --force notesfails with "not compatible with this version of the server". The MySQL, APCu and Oracle jobs do not install Notes at all. This pins Notes to itsv5.0branch (5.0.2, Nextcloud 30 to 32) so nc_py_api's notes tests keep running instead of being skipped.The remaining red check, "Block merges for EOL branches", is expected: the updater lists NC 32 as end of life since 2026-09-10, so any further stable32 merge needs an admin override.