Hi Folks, I am working on GitHub action based automation for running teuthology on some batch of PRs. Following step describes this workflow: Step 1: Once any PR passes necessary checks( make etc) a newly introduced label `next` can be assigned to PR. Step 2: The `next` labeled PRs will be batched together and scheduled for the next teuthology run. The collected labels from all the batched PRs will be used for selecting the teuthology suite. Having said that, there are two options to batch and schedule a tethology run: 1. Batch all patch together 2. Batch patch component wise Both of the above options have their pros and cons one being the high number of teuthology jobs per run if batched together and more number teuthology runs if batched component wise. Please, let me know which option is good to go ahead with and if there are ways to improve it. /sunny _______________________________________________ Dev mailing list -- dev@xxxxxxx To unsubscribe send an email to dev-leave@xxxxxxx