未验证 提交 d226aa89 编写于 作者: D Dan Field 提交者: GitHub

Add fuchsia.stamp for roller (#10293)

上级 cfa6c7c7
......@@ -156,6 +156,12 @@ def ProcessCIPDPakcage(upload, engine_version):
]
subprocess.check_call(command, cwd=_bucket_directory)
if upload and IsLinux():
stamp_file_path = os.path.join(_script_dir, 'fuchsia.stamp')
stamp_file = open(stamp_file_path, 'w')
stamp_file.write('https://chrome-infra-packages.appspot.com/p/flutter/fuchsia/+/git_revision:%s' % engine_version)
stamp_file.close()
subprocess.check_call('gsutil', 'cp', 'gs://flutter_infra/flutter/%s/' % engine_version, stamp_file_path)
def GetRunnerTarget(runner_type, product, aot):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册