PR #33085: [ROCm] Fix too strict default spanw strategy for rbe builds

Imported from GitHub PR https://github.com/openxla/xla/pull/33085

📝 Summary of Changes
Fix too strict spawn strategy for rbe builds

🎯 Justification
remote only execution is not possible for all the tests

🚀 Kind of Contribution
Please remove what does not apply: 🐛 Bug Fix

📊 Benchmark (for Performance Improvements)
Not relevant

🧪 Unit Tests:
Not relevant

🧪 Execution Tests:
Not relevant

Copybara import of the project:

--
df73e6e006c47d5ada1e14ced8f2ae94c0df7dd8 by Alexandros Theodoridis <atheodor@amd.com>:

Fix too strict default spanw strategy for rbe builds

Merging this change closes #33085

PiperOrigin-RevId: 825463234
This commit is contained in:
Alex 2025-10-29 03:13:57 -07:00 committed by TensorFlower Gardener
parent 8b47f52ef7
commit 8dc7ce7547

View File

@ -16,7 +16,7 @@ build:rocm_rbe --spawn_strategy=remote,local
test:rocm_rbe --jobs=200
test:rocm_rbe --remote_executor=grpcs://wardite.cluster.engflow.com
test:rocm_rbe --remote_timeout=3600
test:rocm_rbe --strategy=TestRunner=remote
test:rocm_rbe --strategy=TestRunner=remote,local
build:tsan --strip=never
build:tsan --copt -fsanitize=thread