Skip to content

Commit

Permalink
Fixed HTTP 400,14 on 'absolute-ifl-capping''
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Jul 31, 2024
1 parent b079421 commit e1d33e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ Released: not yet

**Bug fixes:**

* Fixed a bug in the metric definition file that lead to
HTTP error 400,14 "'absolute-ifl-capping'' is not a valid value for the
corresponding query parm". Please download the fixed metric definition file
from the repo. (issue #564)

* Addressed safety issues up to 2024-07-21.

* In the Github Actions test workflow for Python 3.6 and 3.7, changed
Expand Down
2 changes: 1 addition & 1 deletion examples/metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1624,7 +1624,7 @@ fetch_properties:
if: "hmc_version >= (2,15)" # Actually SE 2.15.0
- property_name: number-reserved-ifl-processors
if: "hmc_version >= (2,15)" # Actually SE 2.15.0
- property_name: absolute-ifl-capping'
- property_name: absolute-ifl-capping
if: "hmc_version < (2,16)"
- property_name: initial-ifl-processing-weight
if: "hmc_version < (2,16)"
Expand Down

0 comments on commit e1d33e7

Please sign in to comment.