@@ -136,7 +136,7 @@ envoy_cc_test(
136
136
data = [
137
137
"//test/config/integration/certs" ,
138
138
],
139
- rbe_pool = "6gig " ,
139
+ rbe_pool = "2core " ,
140
140
shard_count = 4 ,
141
141
tags = [
142
142
"cpu:3" ,
@@ -541,7 +541,7 @@ envoy_cc_test(
541
541
srcs = [
542
542
"http2_flood_integration_test.cc" ,
543
543
],
544
- rbe_pool = "6gig " ,
544
+ rbe_pool = "2core " ,
545
545
shard_count = 6 ,
546
546
tags = [
547
547
"cpu:3" ,
@@ -1054,7 +1054,7 @@ envoy_cc_test(
1054
1054
name = "idle_timeout_integration_test" ,
1055
1055
size = "large" ,
1056
1056
srcs = ["idle_timeout_integration_test.cc" ],
1057
- rbe_pool = "6gig " ,
1057
+ rbe_pool = "2core " ,
1058
1058
# As this test has many pauses for idle timeouts, it takes a while to run.
1059
1059
# Shard it enough to bring the run time in line with other integration tests.
1060
1060
shard_count = 4 ,
@@ -1907,7 +1907,7 @@ envoy_cc_test(
1907
1907
data = [
1908
1908
"//test/config/integration/certs" ,
1909
1909
],
1910
- rbe_pool = "6gig " ,
1910
+ rbe_pool = "2core " ,
1911
1911
shard_count = 8 ,
1912
1912
tags = [
1913
1913
"cpu:3" ,
@@ -1976,7 +1976,7 @@ envoy_cc_test(
1976
1976
srcs = [
1977
1977
"tcp_async_client_integration_test.cc" ,
1978
1978
],
1979
- rbe_pool = "6gig " ,
1979
+ rbe_pool = "2core " ,
1980
1980
deps = [
1981
1981
":integration_lib" ,
1982
1982
"//test/integration/filters:test_network_async_tcp_filter_lib" ,
@@ -2074,7 +2074,7 @@ envoy_cc_test(
2074
2074
"//test/config/integration:server_xds_files" ,
2075
2075
"//test/config/integration/certs" ,
2076
2076
],
2077
- rbe_pool = "6gig " ,
2077
+ rbe_pool = "2core " ,
2078
2078
tags = [
2079
2079
"cpu:3" ,
2080
2080
],
@@ -2388,7 +2388,7 @@ envoy_cc_test(
2388
2388
name = "direct_response_integration_test" ,
2389
2389
size = "large" ,
2390
2390
srcs = ["direct_response_integration_test.cc" ],
2391
- rbe_pool = "6gig " ,
2391
+ rbe_pool = "2core " ,
2392
2392
tags = [
2393
2393
"cpu:2" ,
2394
2394
],
0 commit comments