Skip to content

Commit

Permalink
Merge branch 'ccip-develop' into update-codeowners
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmci authored Oct 16, 2023
2 parents 20ddd8f + e9aa4f1 commit f439cbe
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 f439cbe

Please sign in to comment.