Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for previous (0.16 sec)

  1. ci/official/utilities/extract_resultstore_links.py

                    f'{"=" * 140}')
            break
          k -= 1
    
        # A low-effort attempt to find the bazel command that triggered the
        # invocation.
        bazel_comm_min_line_i = (previous_end_line if previous_end_line is not None
                                 else 0)
        while k > bazel_comm_min_line_i:
          backtrack_line = log_lines[k]
          # Don't attempt to parse multi-line commands broken up by backslashes
    Python
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Wed Nov 08 17:50:27 GMT 2023
    - 10.9K bytes
    - Viewed (0)
  2. configure.py

      """Add default build and test flags required for TF tests to bazelrc."""
      write_to_bazelrc('test --test_size_filters=small,medium')
    
      # Each instance of --test_tag_filters or --build_tag_filters overrides all
      # previous instances, so we need to build up a complete list and write a
      # single list of filters for the .bazelrc file.
    
      # Filters to use with both --test_tag_filters and --build_tag_filters
    Python
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 18:25:36 GMT 2024
    - 53.8K bytes
    - Viewed (0)
Back to top