| Index: scripts/slave/recipes/skia/skia.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot.json
|
| diff --git a/scripts/slave/recipes/skia/skia.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot.json b/scripts/slave/recipes/skia/skia.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot.json
|
| index 75d7f88edf3103b54b0c9ce5730986105366e8bf..1f1ffde918d21e9e7df6dab1a2c7722917667c55 100644
|
| --- a/scripts/slave/recipes/skia/skia.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot.json
|
| +++ b/scripts/slave/recipes/skia/skia.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot.json
|
| @@ -349,13 +349,24 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[SLAVE_BUILD]/skia/tools/get_uploaded_hashes.py",
|
| - "chromium-skia-gm",
|
| - "dm-images-v1",
|
| + "\nimport contextlib\nimport sys\nimport urllib2\n\nHASHES_URL = 'https://gold.skia.org/2/_/hashes'\n\nwith open(sys.argv[1], 'w') as f:\n with contextlib.closing(urllib2.urlopen(HASHES_URL)) as w:\n f.write(w.read())\n",
|
| "[SLAVE_BUILD]/tmp/uninteresting_hashes.txt"
|
| ],
|
| "cwd": "[SLAVE_BUILD]/skia",
|
| - "name": "get uninteresting hashes"
|
| + "name": "get uninteresting hashes",
|
| + "~followup_annotations": [
|
| + "@@@STEP_LOG_LINE@python.inline@@@@",
|
| + "@@@STEP_LOG_LINE@python.inline@import contextlib@@@",
|
| + "@@@STEP_LOG_LINE@python.inline@import sys@@@",
|
| + "@@@STEP_LOG_LINE@python.inline@import urllib2@@@",
|
| + "@@@STEP_LOG_LINE@python.inline@@@@",
|
| + "@@@STEP_LOG_LINE@python.inline@HASHES_URL = 'https://gold.skia.org/2/_/hashes'@@@",
|
| + "@@@STEP_LOG_LINE@python.inline@@@@",
|
| + "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@",
|
| + "@@@STEP_LOG_LINE@python.inline@ with contextlib.closing(urllib2.urlopen(HASHES_URL)) as w:@@@",
|
| + "@@@STEP_LOG_LINE@python.inline@ f.write(w.read())@@@",
|
| + "@@@STEP_LOG_END@python.inline@@@"
|
| + ]
|
| },
|
| {
|
| "cmd": [
|
|
|