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>

Signed-off-by: phlax <phlax@users.noreply.github.com>
  • Loading branch information
phlax committed Oct 23, 2024
1 parent 2942877 commit 4423a0b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion test/common/http/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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",
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 @@ -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",
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -1907,7 +1907,7 @@ envoy_cc_test(
data = [
"//test/config/integration/certs",
],
rbe_pool = "6gig",
rbe_pool = "2core",
shard_count = 8,
tags = [
"cpu:3",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
],
Expand Down Expand Up @@ -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",
],
Expand Down

0 comments on commit 4423a0b

Please sign in to comment.