- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 153
 
GH Action - E2E QGIS - BLEEDING_EDGE with QGIS 3.44 #6009
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| 
           FYI: #5168 use QGIS 3.40 as ltr and 3.44 as release version: end2end tests pass with 3.40 but fail with 3.44  | 
    
          
 It is the reason of this PR ;-)  | 
    
| 
           I made some test locally with QGIS 3.44 and some failed tests does not failed locally. So I think that the test is not well write.  | 
    
83c4adc    to
    b5e68fd      
    Compare
  
    Update BLEEDING_EDGE E2E QGIS GH Action to QGIS 3.44 the last QGIS version.
b5e68fd    to
    13cccf7      
    Compare
  
    In QGIS 3.44, the QGIS Server Group metadta has change and the way is wrote in QGIS project to.
13cccf7    to
    f5756d9      
    Compare
  
    | 
           @dmarteau @mdouchin @nboisteault I have fix QGIS 3.44 support and I will backport it to 3.10 and 3.9  | 
    
| 
           The backport to  stderrstdoutTo backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release_3_9 release_3_9
# Navigate to the new working tree
cd .worktrees/backport-release_3_9
# Create a new branch
git switch --create backport-6009-to-release_3_9
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick bcef93c25c965768fb9166a2b35307e364e503fd,f5756d97a10e7005c149e25364b81e86c82c508f,3c3c65ef70b39a9870d18e41c6dd8601e9598f1b
# Push it to GitHub
git push --set-upstream origin backport-6009-to-release_3_9
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release_3_9Then, create a pull request where the   | 
    
| 
           The backport to  stderrTo backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release_3_10 release_3_10
# Navigate to the new working tree
cd .worktrees/backport-release_3_10
# Create a new branch
git switch --create backport-6009-to-release_3_10
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick bcef93c25c965768fb9166a2b35307e364e503fd,f5756d97a10e7005c149e25364b81e86c82c508f,3c3c65ef70b39a9870d18e41c6dd8601e9598f1b
# Push it to GitHub
git push --set-upstream origin backport-6009-to-release_3_10
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release_3_10Then, create a pull request where the   | 
    
Update BLEEDING_EDGE E2E QGIS GH Action to QGIS 3.44 the last QGIS version.