ci: fix upgrade testing on 2.11#1041
Open
nabim777 wants to merge 2 commits into
Open
Conversation
8031ecf to
f473e27
Compare
5dfc6af to
50e36cc
Compare
Signed-off-by: nabim777 <nabinalemagar019@gmail.com>
50e36cc to
cc6fdcf
Compare
saw-jan
reviewed
Jun 8, 2026
| - name: Wait for Nextcloud server to be ready | ||
| run: | | ||
| if ! timeout 5m bash -c ' | ||
| if ! timeout 8m bash -c ' |
Collaborator
There was a problem hiding this comment.
need to check why server not ready within timeout. I see these in the logs
occ app:enable groupfolders
App "Team Folders" cannot be installed because it is not compatible with this version of the server.
🔄 retrying
occ app:enable user_oidc
App "OpenID Connect user backend" cannot be installed because it is not compatible with this version of the server.
🔄 retrying
occ app:enable integration_openproject
App "OpenProject Integration" cannot be installed because it is not compatible with this version of the server.
🔄 retrying
Collaborator
Author
There was a problem hiding this comment.
No app versions compatible with the Nextcloud master branch are available in the App Store, which is causing this ⬆️ failure.
I think we need to build the apps (similar to integration_openproject) for all required apps to support upgrade testing against the master branch.
For now, let's skip this for the master branch and work in seperate PR.
What do you prefer, @saw-jan dai?
e36596d to
7fa1f73
Compare
Signed-off-by: nabim777 <nabinalemagar019@gmail.com>
7fa1f73 to
b951e0a
Compare
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.
Description
This PR fixes the failure in the
Upgrade testingCI job.In order to fix the CI, the following changes are done:
occ app:enable groupfolders App "Team Folders" cannot be installed because it is not compatible with this version of the server. 🔄 retrying occ app:enable user_oidc App "OpenID Connect user backend" cannot be installed because it is not compatible with this version of the server. 🔄 retrying occ app:enable integration_openproject App "OpenProject Integration" cannot be installed because it is not compatible with this version of the server. 🔄 retryingRelated Issue or Workpackage
Screenshots (if appropriate):
Types of changes
Checklist:
CHANGELOG.mdfile