CI: deploy_gitlab_ci: Rework the deployment of gitlab-ci into the child projects
The deploy_gitlab_ci now creates the integration commit and branch in each passed subproject and create an integration commit in the manifest containing all these new revisions. A build is then triggered on this commit to test the functionality. Split the update_submodule functions to reuse them in different ways. Remove some previously used files. BCS 746-000740
Showing
- .gitlab-ci.yml 26 additions, 74 deletions.gitlab-ci.yml
- accept_merge_request.py 4 additions, 4 deletionsaccept_merge_request.py
- common.py 5 additions, 2 deletionscommon.py
- deploy_gitlab_ci.py 239 additions, 151 deletionsdeploy_gitlab_ci.py
- integrate_into_manifest.py 79 additions, 47 deletionsintegrate_into_manifest.py
- merge_gitlab_ci.py 0 additions, 198 deletionsmerge_gitlab_ci.py
- merge_into_manifest.py 1 addition, 1 deletionmerge_into_manifest.py
- update_gitlab_ci.py 0 additions, 128 deletionsupdate_gitlab_ci.py
- update_submodule.py 206 additions, 133 deletionsupdate_submodule.py
Loading
Please register or sign in to comment