File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
test/apps/service/apps/de/jobs Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6464 requirements {:min_cpu_cores 2 }
6565 result (#'common/reconcile-container-requirements container requirements)]
6666 ; ; When neither container nor requirements specify GPUs, they shouldn't appear in result
67- (is (or ( not (contains? result :min_gpus )) ( nil? ( :min_gpus result) ))
68- " Should not include min_gpus or should be nil when not specified" )
69- (is (or ( not (contains? result :max_gpus )) ( nil? ( :max_gpus result) ))
70- " Should not include max_gpus or should be nil when not specified" ))))
67+ (is (not (contains? result :min_gpus ))
68+ " Should not include min_gpus when not specified" )
69+ (is (not (contains? result :max_gpus ))
70+ " Should not include max_gpus when not specified" ))))
You can’t perform that action at this time.
0 commit comments