- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for rbe (0.01 seconds)
-
MODULE.bazel
use_repo(python_version_ext, "python_version_repo") git_configure = use_repo_rule("//third_party/git:git_configure.bzl", "git_configure") git_configure(name = "local_config_git") ### RBE rbe_config = use_extension("@xla//third_party/extensions:rbe_config.bzl", "rbe_config_ext") use_repo(rbe_config, "ml_build_config_platform") register_execution_platforms("@local_config_platform//:host")
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Thu Apr 02 01:32:13 GMT 2026 - 11K bytes - Click Count (0) -
ci/official/utilities/extract_resultstore_links.py
if not result_store_line_match: continue url = result_store_line_match.group(1) url_lines = result_store_links.setdefault(url, {}) # Each bazel RBE invocation should produce two # 'Streaming build results to: ...' lines, one at the start, and one at the # end of the invocation. # If there's a failure message, it will be found in-between these two.Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Wed Nov 08 17:50:27 GMT 2023 - 10.9K bytes - Click Count (0)