Skip to content

Commit

Permalink
Attempt to deflake arm64 workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
bduffany committed May 10, 2024
1 parent d8ef9f5 commit 92b9930
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test-executor-linux-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down
1 change: 0 additions & 1 deletion enterprise/server/test/integration/remote_execution/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 92b9930

Please sign in to comment.