From ac855bf2b2e8d00f7ed4ed538c2dc39a9eb1179b Mon Sep 17 00:00:00 2001 From: Ryan Northey Date: Mon, 30 Sep 2024 12:53:39 +0100 Subject: [PATCH] ci: Workaround flakey ext_proc test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ryan Northey Signed-off-by: Alejandro R. SedeƱo --- test/extensions/filters/http/ext_proc/BUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/extensions/filters/http/ext_proc/BUILD b/test/extensions/filters/http/ext_proc/BUILD index 54a850063ee2..f6b2a1092134 100644 --- a/test/extensions/filters/http/ext_proc/BUILD +++ b/test/extensions/filters/http/ext_proc/BUILD @@ -149,8 +149,8 @@ envoy_extension_cc_test( # TODO(jbohanon) use a test filter here instead of production filter "envoy.filters.http.set_metadata", ], - rbe_pool = "2core", - shard_count = 8, + rbe_pool = "4core", + shard_count = 16, tags = [ "cpu:3", "skip_on_windows",