project-koku / nise

A tool for generating sample cost usage data for testing purposes
GNU Affero General Public License v3.0
9 stars 15 forks source link

Generete ROS-OCP data for job and manually created pods #452

Closed esebesto closed 1 year ago

esebesto commented 1 year ago

Enable user to specify "job" and "manul_pod" as a workload in yaml. This is needed for testing purposes (to make sure that unsupported workload type doesn't break generation of recommendations for supported workload types). At the same time, if user doesn't specify workload in the yaml, neither "job" nor "manul_pod" should be picked randomly.

codecov[bot] commented 1 year ago

Codecov Report

Merging #452 (a52d87e) into main (c39f7f0) will increase coverage by 0.1%. The diff coverage is 100.0%.

@@           Coverage Diff           @@
##            main    #452     +/-   ##
=======================================
+ Coverage   93.4%   93.5%   +0.1%     
=======================================
  Files         60      60             
  Lines       4570    4570             
  Branches     651     651             
=======================================
+ Hits        4269    4273      +4     
+ Misses       162     160      -2     
+ Partials     139     137      -2