webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Functions
sync-with-buildbot Namespace Reference

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)
 

Function Documentation

◆ config_for_request()

def sync-with-buildbot.config_for_request (   configurations,
  request 
)

◆ fetch_json()

def sync-with-buildbot.fetch_json (   url,
  payload = None 
)

◆ find_request_updates()

def sync-with-buildbot.find_request_updates (   configurations,
  lookback_count 
)

◆ find_stale_request_updates()

def sync-with-buildbot.find_stale_request_updates (   configurations,
  open_requests,
  requests_on_buildbot 
)

◆ load_config()

def sync-with-buildbot.load_config (   config_json_path,
  buildbot_url 
)

◆ main()

def sync-with-buildbot.main ( void  )

◆ organize_root_sets_by_id_and_repository_names()

def sync-with-buildbot.organize_root_sets_by_id_and_repository_names (   root_sets,
  roots 
)

◆ property_value_from_build()

def sync-with-buildbot.property_value_from_build (   build,
  name 
)

◆ request_id_from_build()

def sync-with-buildbot.request_id_from_build (   config,
  build 
)

◆ schedule_request()

def sync-with-buildbot.schedule_request (   config,
  request,
  root_sets 
)

◆ update_and_fetch_build_requests()

def sync-with-buildbot.update_and_fetch_build_requests (   build_requests_url,
  payload 
)