Skip to content

Commit

Permalink
ci: Workaround flakey ext_proc test
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <ryan@synca.io>
Signed-off-by: Alejandro R. Sedeño <asedeno@google.com>
  • Loading branch information
phlax committed Oct 1, 2024
1 parent 261c9ad commit ac855bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/extensions/filters/http/ext_proc/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ envoy_extension_cc_test(
# TODO(jbohanon) use a test filter here instead of production filter
"envoy.filters.http.set_metadata",
],
rbe_pool = "2core",
shard_count = 8,
rbe_pool = "4core",
shard_count = 16,
tags = [
"cpu:3",
"skip_on_windows",
Expand Down

0 comments on commit ac855bf

Please sign in to comment.