ci: automate upgrade testing#1019
Open
nabim777 wants to merge 16 commits into
Open
Conversation
b714a55 to
48467b1
Compare
48467b1 to
2771035
Compare
PHP Code CoverageCoverage after merging upgrade-testing-local-setup into release/2.11 will be
Coverage Report
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
e7f22dd to
c696b82
Compare
saw-jan
reviewed
May 19, 2026
saw-jan
reviewed
May 19, 2026
saw-jan
reviewed
May 19, 2026
saw-jan
reviewed
May 19, 2026
saw-jan
reviewed
May 19, 2026
saw-jan
reviewed
May 19, 2026
saw-jan
reviewed
May 19, 2026
| cd $WORKING_DIRECTORY | ||
| make -C integration_openproject | ||
|
|
||
| mkdir -p publish |
Collaborator
Author
There was a problem hiding this comment.
# Go to WORKING DIRECTORY
cd $WORKING_DIRECTORY
# Build the app
make -C integration_openproject
# Create publish folder if it doesn't exist
mkdir -p publish
saw-jan
reviewed
May 19, 2026
saw-jan
reviewed
May 19, 2026
Ashim-Stha
reviewed
May 19, 2026
Ashim-Stha
reviewed
May 19, 2026
Ashim-Stha
reviewed
May 19, 2026
Ashim-Stha
reviewed
May 19, 2026
Ashim-Stha
reviewed
May 19, 2026
Ashim-Stha
reviewed
May 19, 2026
Ashim-Stha
reviewed
May 19, 2026
Signed-off-by: nabim777 <nabinalemagar019@gmail.com>
9708bc5 to
f06ceeb
Compare
Signed-off-by: nabim777 <nabinalemagar019@gmail.com>
Signed-off-by: nabim777 <nabinalemagar019@gmail.com>
Signed-off-by: nabim777 <nabinalemagar019@gmail.com>
Signed-off-by: nabim777 <nabinalemagar019@gmail.com>
Signed-off-by: nabim777 <nabinalemagar019@gmail.com>
6cd7ff8 to
89022b1
Compare
Ashim-Stha
reviewed
May 21, 2026
| WORKING_DIRECTORY: ${{ github.workspace }} | ||
| run: | | ||
| cd integration_openproject | ||
| source .github/scripts/build-upgradable-app.sh |
Ashim-Stha
reviewed
May 21, 2026
|
|
||
| log_success "App build and release process has been completed successfully." | ||
|
|
||
| ## copy archieve in nextcloud directory to download |
Collaborator
There was a problem hiding this comment.
Suggested change
| ## copy archieve in nextcloud directory to download | |
| ## copy archive in nextcloud directory to download |
Ashim-Stha
reviewed
May 21, 2026
Comment on lines
+44
to
+49
| - name: Checkout | ||
| uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd | ||
| with: | ||
| path: integration_openproject | ||
|
|
||
| - name: Checkout |
Collaborator
There was a problem hiding this comment.
can we be more specific regarding steps name , both steps with same name checkout might be confusing
Ashim-Stha
reviewed
May 21, 2026
Comment on lines
+100
to
+106
| - name: Enable other apps from official app store | ||
| run: | | ||
| cd ~/html/nextcloud | ||
| php occ app:enable oidc user_oidc groupfolders integration_openproject | ||
|
|
||
| # activity app cannot be installed using occ command | ||
| - name: Enable other apps |
Collaborator
There was a problem hiding this comment.
Enable other apps from official app store and Enable other apps, I could never find out a bit difference from their names
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 adds an upgrade testing workflow.
It validates the full upgrade path by:
Tests run across multiple Nextcloud and PHP version combinations.
Available env:
NEXTCLOUD_VERSIONS: Nextcloud versions to test.
PHP_VERSIONS: PHP versions to test.
TAG: The next version of app that should be updated during the upgrade testing
For now, this workflow runs on every pull request.
The open question is:
Related Issue or Workpackage
Screenshots (if appropriate):
Types of changes
Checklist:
CHANGELOG.mdfile