Skip to content

Commit

Permalink
ci/tests: Revert some integration tests to 2core (envoyproxy#36784)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax committed Oct 23, 2024
1 parent 134468e commit 26d67fd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion test/common/http/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,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",
Expand Down
14 changes: 7 additions & 7 deletions test/integration/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ envoy_cc_test(
data = [
"//test/config/integration/certs",
],
rbe_pool = "6gig",
rbe_pool = "2core",
shard_count = 4,
tags = [
"cpu:3",
Expand Down Expand Up @@ -510,7 +510,7 @@ envoy_cc_test(
srcs = [
"http2_flood_integration_test.cc",
],
rbe_pool = "6gig",
rbe_pool = "2core",
shard_count = 6,
tags = [
"cpu:3",
Expand Down Expand Up @@ -1037,7 +1037,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 = 8,
Expand Down Expand Up @@ -1915,7 +1915,7 @@ envoy_cc_test(
data = [
"//test/config/integration/certs",
],
rbe_pool = "6gig",
rbe_pool = "2core",
shard_count = 30,
tags = [
"cpu:3",
Expand Down Expand Up @@ -2004,7 +2004,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",
Expand Down Expand Up @@ -2102,7 +2102,7 @@ envoy_cc_test(
"//test/config/integration:server_xds_files",
"//test/config/integration/certs",
],
rbe_pool = "6gig",
rbe_pool = "2core",
tags = [
"cpu:3",
],
Expand Down Expand Up @@ -2416,7 +2416,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",
],
Expand Down
2 changes: 1 addition & 1 deletion test/integration/python/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ envoy_py_test(
"//tools/h3_request",
],
exec_properties = select({
"//bazel:engflow_rbe": {"Pool": "6gig"},
"//bazel:engflow_rbe": {"Pool": "2core"},
"//conditions:default": {},
}),
main = select({
Expand Down

0 comments on commit 26d67fd

Please sign in to comment.