Update help messages for weight multipliers

This patch is a follow-up for
I79e191010adbc0ec0ed02c9d589106debbf90ea8.

Update help messages for the following weight multiplier
config options.

* soft_affinity_weight_multiplier
* soft_anti_affinity_weight_multiplier

Change-Id: I2ea7becc3ea6a19f8c360f3d84ff7ae22511437b
This commit is contained in:
Takashi NATSUME 2019-01-28 16:27:34 +09:00
parent bcc4d233ef
commit 04b6193824
1 changed files with 4 additions and 7 deletions

View File

@ -475,9 +475,8 @@ Multiplier used for weighing hosts for group soft-affinity.
Possible values: Possible values:
* An integer or float value, where the value corresponds to weight multiplier * A non-negative integer or float value, where the value corresponds to
for hosts with group soft affinity. Only a positive value are meaningful, as weight multiplier for hosts with group soft affinity.
negative values would make this behave as a soft anti-affinity weigher.
"""), """),
cfg.FloatOpt( cfg.FloatOpt(
"soft_anti_affinity_weight_multiplier", "soft_anti_affinity_weight_multiplier",
@ -488,10 +487,8 @@ Multiplier used for weighing hosts for group soft-anti-affinity.
Possible values: Possible values:
* An integer or float value, where the value corresponds to weight multiplier * A non-negative integer or float value, where the value corresponds to
for hosts with group soft anti-affinity. Only a positive value are weight multiplier for hosts with group soft anti-affinity.
meaningful, as negative values would make this behave as a soft affinity
weigher.
"""), """),
cfg.FloatOpt( cfg.FloatOpt(
"build_failure_weight_multiplier", "build_failure_weight_multiplier",