From 034759550f39477b45ee75984dc93bcfe0ae6ef3 Mon Sep 17 00:00:00 2001 From: phlax Date: Wed, 23 Oct 2024 15:18:57 +0100 Subject: [PATCH] ci/tests: Revert some integration tests to `2core` (#36784) Signed-off-by: Ryan Northey Signed-off-by: phlax --- test/common/http/BUILD | 2 +- test/integration/BUILD | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/test/common/http/BUILD b/test/common/http/BUILD index 060fd6605db0e..1b464c6e6abbc 100644 --- a/test/common/http/BUILD +++ b/test/common/http/BUILD @@ -278,7 +278,7 @@ envoy_cc_test( "conn_manager_impl_test.cc", "conn_manager_impl_test_2.cc", ], - rbe_pool = "6gig", + rbe_pool = "2core", deps = [ ":conn_manager_impl_test_base_lib", ":custom_header_extension_lib", diff --git a/test/integration/BUILD b/test/integration/BUILD index f51ae531f4c75..236f2634239e0 100644 --- a/test/integration/BUILD +++ b/test/integration/BUILD @@ -136,7 +136,7 @@ envoy_cc_test( data = [ "//test/config/integration/certs", ], - rbe_pool = "6gig", + rbe_pool = "2core", shard_count = 4, tags = [ "cpu:3", @@ -541,7 +541,7 @@ envoy_cc_test( srcs = [ "http2_flood_integration_test.cc", ], - rbe_pool = "6gig", + rbe_pool = "2core", shard_count = 6, tags = [ "cpu:3", @@ -1054,7 +1054,7 @@ envoy_cc_test( name = "idle_timeout_integration_test", size = "large", srcs = ["idle_timeout_integration_test.cc"], - rbe_pool = "6gig", + rbe_pool = "2core", # As this test has many pauses for idle timeouts, it takes a while to run. # Shard it enough to bring the run time in line with other integration tests. shard_count = 4, @@ -1907,7 +1907,7 @@ envoy_cc_test( data = [ "//test/config/integration/certs", ], - rbe_pool = "6gig", + rbe_pool = "2core", shard_count = 8, tags = [ "cpu:3", @@ -1976,7 +1976,7 @@ envoy_cc_test( srcs = [ "tcp_async_client_integration_test.cc", ], - rbe_pool = "6gig", + rbe_pool = "2core", deps = [ ":integration_lib", "//test/integration/filters:test_network_async_tcp_filter_lib", @@ -2074,7 +2074,7 @@ envoy_cc_test( "//test/config/integration:server_xds_files", "//test/config/integration/certs", ], - rbe_pool = "6gig", + rbe_pool = "2core", tags = [ "cpu:3", ], @@ -2388,7 +2388,7 @@ envoy_cc_test( name = "direct_response_integration_test", size = "large", srcs = ["direct_response_integration_test.cc"], - rbe_pool = "6gig", + rbe_pool = "2core", tags = [ "cpu:2", ],