Go to the source code of this file.
Namespaces | |
python_utils.bazel_report_helper | |
Functions | |
None | python_utils.bazel_report_helper._append_to_kokoro_bazel_invocations (str invocation_id) |
None | python_utils.bazel_report_helper._create_bazel_wrapper (str report_path, str report_suite_name, str invocation_id, bool upload_results) |
None | python_utils.bazel_report_helper._generate_junit_report_string (str report_suite_name, str invocation_id, bool success) |
def | python_utils.bazel_report_helper._platform_string () |
Variables | |
python_utils.bazel_report_helper._ROOT = os.path.abspath(os.path.join(os.path.dirname(sys.argv[0]), '../../..')) | |
int | python_utils.bazel_report_helper._UPLOAD_RBE_RESULTS_DELAY_SECONDS = 60 |
python_utils.bazel_report_helper.argp | |
python_utils.bazel_report_helper.args = argp.parse_args() | |
python_utils.bazel_report_helper.default | |
python_utils.bazel_report_helper.help | |
python_utils.bazel_report_helper.invocation_id = str(uuid.uuid4()) | |
python_utils.bazel_report_helper.report_path = args.report_path | |
python_utils.bazel_report_helper.report_suite_name = args.report_suite_name | |
python_utils.bazel_report_helper.required | |
python_utils.bazel_report_helper.type | |
bool | python_utils.bazel_report_helper.upload_results = True if os.getenv('UPLOAD_TEST_RESULTS') else False |