#178 Make dist-git repos handling more efficient in trigger/buildbot
Closed: Invalid 6 years ago Opened 8 years ago by mkrizek.

While initial implementation of dist-git style tasks support for taskotron-trigger and buildbot was sent for review (D808, D809), there are already couple of ways to make it more efficient since the implementation is more of "let's try it quickly if it works":

  • try to git pull the task repo in trigger instead of git clone each time (we do shallow copy, so investigate if that's reasonably possible)
  • send all tasks from dist-git in one call so we don't have to do git clone/pull for each task in buildbot
  • make sending repo urls to buildbot more general - send also repo urls of qa tasks (rpmlint, ...) so we don't have to differentiate between qa and dist-git tasks in buildbot

This ticket had assigned some Differential requests:
D808
D809

Metadata Update from @mkrizek:
- Issue tagged with: infrastructure

6 years ago

Distgit tasks are now handled by CI Pipeline.

Metadata Update from @kparal:
- Issue close_status updated to: Invalid

6 years ago

Login to comment on this ticket.

Metadata