Go to the source code of this file.
Namespaces | |
python_utils.upload_test_results | |
Functions | |
def | python_utils.upload_test_results._get_build_metadata (test_results) |
def | python_utils.upload_test_results._insert_rows_with_retries (bq, bq_table, bq_rows) |
def | python_utils.upload_test_results.upload_interop_results_to_bq (resultset, bq_table) |
def | python_utils.upload_test_results.upload_results_to_bq (resultset, bq_table, extra_fields) |
Variables | |
string | python_utils.upload_test_results._DATASET_ID = 'jenkins_test_results' |
string | python_utils.upload_test_results._DESCRIPTION = 'Test results from master job run on Jenkins' |
int | python_utils.upload_test_results._EXPIRATION_MS = 365 * 24 * 60 * 60 * 1000 |
list | python_utils.upload_test_results._INTEROP_RESULTS_SCHEMA |
string | python_utils.upload_test_results._PARTITION_TYPE = 'DAY' |
string | python_utils.upload_test_results._PROJECT_ID = 'grpc-testing' |
list | python_utils.upload_test_results._RESULTS_SCHEMA |
python_utils.upload_test_results.gcp_utils_dir | |