Skip to content

Commit

Permalink
Update EC2 instance types
Browse files Browse the repository at this point in the history
  • Loading branch information
yselkowitz committed Mar 17, 2021
1 parent 0f31bd7 commit 124a522
Show file tree
Hide file tree
Showing 2 changed files with 559 additions and 14 deletions.
4 changes: 2 additions & 2 deletions pkg/actuators/machineset/controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ var _ = Describe("MachineSetReconciler", func() {
existingAnnotations: make(map[string]string),
expectedAnnotations: map[string]string{
cpuKey: "64",
memoryKey: "786432",
memoryKey: "749568",
gpuKey: "16",
},
expectedEvents: []string{},
Expand Down Expand Up @@ -221,7 +221,7 @@ func TestReconcile(t *testing.T) {
existingAnnotations: make(map[string]string),
expectedAnnotations: map[string]string{
cpuKey: "64",
memoryKey: "786432",
memoryKey: "749568",
gpuKey: "16",
},
expectErr: false,
Expand Down
Loading

0 comments on commit 124a522

Please sign in to comment.