Skip to content

Commit

Permalink
Wait for CPUS instead of N1 CPUs during N1 shape validation (#842)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-crate authored Oct 9, 2023
1 parent 38f4e68 commit 5641e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imagetest/test_suites/shapevalidation/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ var x86shapes = map[string]*shape{
mem: 624,
numa: 2,
disks: []*compute.Disk{{Name: "N1", Type: imagetest.PdStandard}},
quota: &daisy.QuotaAvailable{Metric: "N1_CPUS", Units: 96},
quota: &daisy.QuotaAvailable{Metric: "CPUS", Units: 96},
},
}

Expand Down

0 comments on commit 5641e21

Please sign in to comment.