microsoft / onefuzz

A self-hosted Fuzzing-As-A-Service platform
MIT License
2.82k stars 199 forks source link

Make `min_available_memory_mb` configurable #3577

Closed kananb closed 9 months ago

kananb commented 9 months ago

Summary of the Pull Request

Makes min_available_memory_mb configurable per task from the CLI and service.

PR Checklist

Info on Pull Request

What does this include?

Validation Steps Performed

How does someone test & validate?

codecov-commenter commented 9 months ago

Codecov Report

Merging #3577 (ea6217b) into main (679309a) will increase coverage by 0.00%. The diff coverage is 12.50%.

@@           Coverage Diff           @@
##             main    #3577   +/-   ##
=======================================
  Coverage   39.00%   39.00%           
=======================================
  Files         302      302           
  Lines       36958    36963    +5     
=======================================
+ Hits        14414    14419    +5     
  Misses      22544    22544           
Files Coverage Δ
...e/onefuzzlib/notifications/JinjaTemplateAdapter.cs 90.88% <100.00%> (+0.02%) :arrow_up:
src/ApiService/ApiService/OneFuzzTypes/Model.cs 70.51% <50.00%> (-0.05%) :arrow_down:
src/ApiService/ApiService/onefuzzlib/Config.cs 0.00% <0.00%> (ø)
src/agent/onefuzz-task/src/managed/cmd.rs 0.00% <0.00%> (ø)

... and 2 files with indirect coverage changes