S Add sharding key YAML config to p_ci_runner_machine_builds

What we need to do

The p_ci_runner_machine_builds has build_id, so we can add project_id and use ci_builds.project_id to backfill p_ci_runner_machine_builds

How to do it

The table is quite big atm in .com:

gitlabhq_dblab> SELECT COUNT(*) FROM p_ci_runner_machine_builds
+-----------+
| count     |
|-----------|
| 489909941 |
+-----------+
Edited by Pedro Pombeiro