Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for RBE (0.01 seconds)

  1. 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)
  2. 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)
Back to Top