Lines Matching full:upload
29 """Required information to upload perf metrics.
110 """Make a HTTP GET requests to the Performance Dashboard untill upload
144 print('Upload state polled. Response: %r.' % content)
163 # can fail to upload. That would lead to the whole upload to be marked as
170 about upload (including measurements). Checks if upload is correct despite
178 min_measurements_amount: minimal amount of measurements that the upload
192 print('Failed to reach the dashboard to get full upload info.')
196 print('Full upload info: %s.' % json.dumps(resp_json, indent=4))
206 print(('Not all measurements were confirmed to upload. '
207 'Measurements count: %d, failed to upload or timed out: %d' %
271 print(('Upload failed with %d: %s\n\n%s' %
278 'Not waiting for the upload status confirmation.'))
287 print('Upload completed.')
291 print(('Upload status poll failed with %d: %s' %
296 print('Upload failed.')
299 print(('Upload wasn\'t completed in a given time: %s seconds.' %