Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SubElement (0.07 sec)

  1. ci/official/utilities/extract_resultstore_links.py

          )
          failure = ElemTree.SubElement(
              testcase, elem_name,
              message=f'Bazel invocation {invocation_id} failed.')
          failure.text = failure_msg
        else:
          properties = ElemTree.SubElement(testcase, 'properties')
          success_msg = 'Build completed successfully.\n' f'See {url} for details.'
          ElemTree.SubElement(properties, 'property',
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Nov 08 17:50:27 UTC 2023
    - 10.9K bytes
    - Viewed (0)
Back to top