Currently weight is limited to 4.5. As they are now builders with very different setups (number of cpus/memory) it seems to be better to not limit it and leave it to fill larger builders capacities.
@mikem what do you think?
The logic is old and flawed to begin with, so there's no real fix here without a lot of work.
I'd be hesitant to make it completely unbounded, but we could raise the limit much higher. The 4.5 value corresponds to a 6 hour average duration. 18.0 would be 24 hrs.
rebased onto 6113ef71c1155528ba2997193dbdd13371f023db
updated to 18
wfm
Metadata Update from @tkopecek: - Pull-request tagged with: testing-basic
Metadata Update from @mfilip: - Pull-request tagged with: testing-done
Commit be3407dc fixes this pull-request
Pull-Request has been merged by tkopecek
Currently weight is limited to 4.5. As they are now builders with very
different setups (number of cpus/memory) it seems to be better to not
limit it and leave it to fill larger builders capacities.