Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-heinzmann-logmein committed Jul 1, 2024
1 parent b17f420 commit 9c18b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster-autoscaler/cloudprovider/oci/common/oci_shape.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func (osf *shapeGetterImpl) GetNodePoolShape(np *oke.NodePool, ephemeralStorage
if np.NodeShapeConfig != nil {
return &Shape{
Name: shapeName,
CPU: *np.NodeShapeConfig.Ocpus * 2,
CPU: *np.NodeShapeConfig.Ocpus * 2,
// num_bytes * kilo * mega * giga
MemoryInBytes: *np.NodeShapeConfig.MemoryInGBs * 1024 * 1024 * 1024,
GPU: 0,
Expand Down

0 comments on commit 9c18b5b

Please sign in to comment.