Home
last modified time | relevance | path

Searched refs:_get_gs_bucket (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/infra/bots/g3_compile/
Dtrigger_wait_g3_task.py66 def _get_gs_bucket(): function
77 subprocess.check_call(['gsutil', 'cp', json_file, '%s/' % _get_gs_bucket()])
78 print 'Created %s/%s' % (_get_gs_bucket(), os.path.basename(json_file))
88 gs_file = '%s/%s' % (_get_gs_bucket(), _get_task_file_name(task))
148 gs_file = '%s/%s' % (_get_gs_bucket(), _get_task_file_name(task))
/third_party/flutter/skia/infra/bots/android_compile/
Dtrigger_wait_ac_task.py57 def _get_gs_bucket(): function
68 subprocess.check_call(['gsutil', 'cp', json_file, '%s/' % _get_gs_bucket()])
69 print 'Created %s/%s' % (_get_gs_bucket(), os.path.basename(json_file))
86 gs_file = '%s/%s' % (_get_gs_bucket(), _get_task_file_name(task))
130 gs_file = '%s/%s' % (_get_gs_bucket(), _get_task_file_name(task))