From e32c2e881866d39a3404bfc892592a302dafedff Mon Sep 17 00:00:00 2001 From: Anindita Ghosh <88458927+AnieeG@users.noreply.github.com> Date: Wed, 8 Nov 2023 15:04:30 -0800 Subject: [PATCH] include remote runner memory (#272) --- integration-tests/ccip-tests/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integration-tests/ccip-tests/Makefile b/integration-tests/ccip-tests/Makefile index 81dc3502b6..6f52d4755c 100644 --- a/integration-tests/ccip-tests/Makefile +++ b/integration-tests/ccip-tests/Makefile @@ -18,6 +18,8 @@ test_load_ccip: override_config TEST_SUITE=load \ TEST_ARGS="-test.timeout 900h" \ DETACH_RUNNER=true \ + RR_MEM=16Gi \ + RR_CPU=4 \ go test -timeout 24h -count=1 -v -run ^$(testname)$$ ./load