Home
last modified time | relevance | path

Searched refs:gs_file (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/infra/bots/g3_compile/
Dtrigger_wait_g3_task.py88 gs_file = '%s/%s' % (_get_gs_bucket(), _get_task_file_name(task))
92 taskJSON = _read_from_storage(gs_file, use_expo_retries=False)
111 def _read_from_storage(gs_file, use_expo_retries=True): argument
116 output = subprocess.check_output(['gsutil', 'cat', gs_file])
120 print 'Error when reading and loading %s: %s' % (gs_file, e)
148 gs_file = '%s/%s' % (_get_gs_bucket(), _get_task_file_name(task))
149 ret = _read_from_storage(gs_file)
153 subprocess.check_call(['gsutil', 'rm', gs_file])
/third_party/flutter/skia/infra/bots/android_compile/
Dtrigger_wait_ac_task.py86 gs_file = '%s/%s' % (_get_gs_bucket(), _get_task_file_name(task))
88 output = subprocess.check_output(['gsutil', 'cat', gs_file])
96 subprocess.check_call(['gsutil', 'rm', gs_file])
130 gs_file = '%s/%s' % (_get_gs_bucket(), _get_task_file_name(task))
134 output = subprocess.check_output(['gsutil', 'cat', gs_file])
136 raise AndroidCompileException('The %s file no longer exists.' % gs_file)
/third_party/flutter/skia/infra/bots/recipes/
Dandroid_compile.py64 gs_file = 'gs://android-compile-tasks/%s-%s-%s.json' % (
67 ['gsutil', 'cat', gs_file],