[Buildroot] [PATCH v2 RFC] support/scripts: don't build board defconfigs with Gitlab's pipelines trigged on tag

Arnout Vandecappelle arnout at mind.be
Tue Nov 16 19:27:08 UTC 2021



On 09/11/2021 23:03, Romain Naour wrote:
> |Currently when a tag is added to the Buildroot git tree, the gitlab-ci create a 
> pipeline with several hundred of jobs (~750) to build all defconfigs and execute 
> the Buildroot testsuite.|

  Note that gitlab also has a *hard* limit of 1000 jobs per pipeline. Since we 
continuously add runtime tests and defconfigs, we're going to hit that limit at 
some point.

  So it's not simply an infrastructure issue, I'd say.

  That said: a hack to bypass that limit is to trigger several sub-pipelines 
instead of just a single one, e.g. one for defconfigs and one for runtime tests.

  Regards,
  Arnout



More information about the buildroot mailing list