Integrate gitlab-ci/add-several-repos-to-deploy-targets and 3 more
Add several repos to deploy targets
BCS 746-000716
--
Add yocto config repo to deploy targets
BCS 746-000715
--
deploy_gitlab_ci: exit successfully if submodule already up to date
--
Refactor 'check_pipeline_status' and add 'trigger_pipeline'
Rename 'check_pipeline_status' to 'mirror_pipeline_result' in order to better reflect what the function does.
Move determination of the pipeline out of this function to a new function 'get_pipelines' so that this can be tested separately and we can do different things depending on whether a pipeline exists or not.
Add function 'trigger_pipeline' to trigger a pipeline on a branch.
BCS 746-000635