Skip to content

Commit

Permalink
fix DON resource set up (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnieeG authored Oct 16, 2023
1 parent 9c68d3e commit e9aa4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/ccip-tests/testsetups/ccip.go
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ func NewCCIPTestConfig(t *testing.T, lggr zerolog.Logger, tType string) *CCIPTes
var allError error
nodeMem, _ := utils.GetEnv("CCIP_NODE_MEM")
nodeCPU, _ := utils.GetEnv("CCIP_NODE_CPU")
DONResourceProfile["resources"] = SetResourceProfile("2", "4Gi", nodeCPU, nodeMem)
DONResourceProfile = SetResourceProfile("2", "4Gi", nodeCPU, nodeMem)

dbMem, _ := utils.GetEnv("CCIP_DB_MEM")
dbCPU, _ := utils.GetEnv("CCIP_DB_CPU")
Expand Down

0 comments on commit e9aa4f1

Please sign in to comment.