webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Functions | |
def | main () |
def | load_config (config_json_path, buildbot_url) |
def | find_request_updates (configurations, lookback_count) |
def | update_and_fetch_build_requests (build_requests_url, payload) |
def | find_stale_request_updates (configurations, open_requests, requests_on_buildbot) |
def | organize_root_sets_by_id_and_repository_names (root_sets, roots) |
def | schedule_request (config, request, root_sets) |
def | config_for_request (configurations, request) |
def | fetch_json (url, payload=None) |
def | property_value_from_build (build, name) |
def | request_id_from_build (config, build) |
def sync-with-buildbot.config_for_request | ( | configurations, | |
request | |||
) |
def sync-with-buildbot.fetch_json | ( | url, | |
payload = None |
|||
) |
def sync-with-buildbot.find_request_updates | ( | configurations, | |
lookback_count | |||
) |
def sync-with-buildbot.find_stale_request_updates | ( | configurations, | |
open_requests, | |||
requests_on_buildbot | |||
) |
def sync-with-buildbot.load_config | ( | config_json_path, | |
buildbot_url | |||
) |
def sync-with-buildbot.organize_root_sets_by_id_and_repository_names | ( | root_sets, | |
roots | |||
) |
def sync-with-buildbot.property_value_from_build | ( | build, | |
name | |||
) |
def sync-with-buildbot.request_id_from_build | ( | config, | |
build | |||
) |
def sync-with-buildbot.schedule_request | ( | config, | |
request, | |||
root_sets | |||
) |
def sync-with-buildbot.update_and_fetch_build_requests | ( | build_requests_url, | |
payload | |||
) |