On Fri, May 31, 2024, at 5:20 AM, Senthil Vasudevan wrote:
Hello,
I have a query regarding the ubuntu account associated with the opendev job. Can we have one ubuntu account for many opendev zuul jobs.
As of now our 3 Zuul CI jobs associated with Opendev.org which are using three different ubuntu accounts. Is there any possibility to use one to many mapping and use one email account for 3 different jobs. Please clarify.
Assuming this is for third party CI posting results to review.opendev.org there is no technical reason to have multiple accounts. You should be able to run all of the jobs in a single CI system and report back using a single account. Or multiple CI systems sharing an account to post results. For example the upstream Zuul CI system uses a single account to run and post job results for thousands of git repos.
Thanks Senthil V