mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01:00
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:
parent
8b47f52ef7
commit
8dc7ce7547
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user