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 <[email protected]>
  • Loading branch information
phlax authored Oct 23, 2024
1 parent fda7c57 commit 6030fdb
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 @@ -293,7 +293,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 @@ -508,7 +508,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 @@ -1041,7 +1041,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 @@ -1920,7 +1920,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 @@ -2009,7 +2009,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 @@ -2107,7 +2107,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 @@ -2421,7 +2421,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 6030fdb

Please sign in to comment.