Searched refs:test_tag (Results 1 – 2 of 2) sorted by relevance
/toolchain/pgo-profiles/scripts/ |
D | android_build_client.py | 84 def get_invocation_id(self, build, test_tag): argument 90 r for r in response['testResults'] if r['testTag'] == test_tag 95 .format(test_tag, build, len(testResultWithTag), response)) 101 def get_test_artifact_name(self, build, test_tag, invocation_id): argument 118 .format(invocation_id, test_tag, build, len(profile_zip), 149 def download_pgo_zip(self, build, test_tag, output_dir): argument 152 invocation_id = self.get_invocation_id(build, test_tag) 153 artifact_name = self.get_test_artifact_name(build, test_tag,
|
D | update_profiles.py | 106 def extract_profiles(build, test_tag, build_client, output_dir): argument 107 pgo_zip = build_client.download_pgo_zip(build, test_tag, output_dir)
|