Project

General

Profile

Feature #51222

Updated by Loïc Dachary almost 3 years ago

* run Gitea (OK) 
 * create a ceph/ceph project in Gitea (OK) 
 * run Redmine (OK) 
 * create a ceph project in redmine (OK) 
 * create a ceph issue in redmine 
 * run ceph-backport.sh against the local Gitea + redmine to create the pull request 
 * verify the pull request exists 

 Note: this takes advantage of the fact that the "Gitea API is mostly the same as the GitHub API":https://github.com/go-gitea/gitea/blob/main/CONTRIBUTING.md#api-v1. API":https://forum.fedeproxy.eu/t/gitea-as-a-test-platform-for-github/194/2. At first glance it looks like the ceph-backport.sh script does not use API endpoints / arguments that are incompatible.

Back