diff --git a/.github/workflows/test-executor-linux-arm64.yaml b/.github/workflows/test-executor-linux-arm64.yaml index 4b66081562d..c891f568daf 100644 --- a/.github/workflows/test-executor-linux-arm64.yaml +++ b/.github/workflows/test-executor-linux-arm64.yaml @@ -39,7 +39,8 @@ jobs: --bes_backend=remote.buildbuddy.io --bes_results_url=https://app.buildbuddy.io/invocation/ --remote_cache=remote.buildbuddy.io - --flaky_test_attempts=2 + --flaky_test_attempts=3 + --local_test_jobs=8 --build_metadata=ROLE=CI --color=yes ) diff --git a/enterprise/server/test/integration/remote_execution/BUILD b/enterprise/server/test/integration/remote_execution/BUILD index a828802a4b1..1722fb730cc 100644 --- a/enterprise/server/test/integration/remote_execution/BUILD +++ b/enterprise/server/test/integration/remote_execution/BUILD @@ -11,7 +11,6 @@ go_test( srcs = ["remote_execution_test.go"], args = ["--test.v"], shard_count = 11, - tags = ["cpu:4"], deps = [ "//enterprise/server/build_event_publisher", "//enterprise/server/remote_execution/commandutil",