Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(228)

Side by Side Diff: scripts/slave/recipes/skia/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug.json

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", 6 "[CWD]/skia/tools/buildbot_spec.py",
7 "/path/to/tmp/json", 7 "/path/to/tmp/json",
8 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug" 8 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]/skia", 10 "cwd": "[CWD]/skia",
11 "name": "exec buildbot_spec.py", 11 "name": "exec buildbot_spec.py",
12 "~followup_annotations": [ 12 "~followup_annotations": [
13 "@@@STEP_LOG_LINE@json.output@{@@@", 13 "@@@STEP_LOG_LINE@json.output@{@@@",
14 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", 14 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@",
15 "@@@STEP_LOG_LINE@json.output@ \"dm\", @@@", 15 "@@@STEP_LOG_LINE@json.output@ \"dm\", @@@",
16 "@@@STEP_LOG_LINE@json.output@ \"nanobench\"@@@", 16 "@@@STEP_LOG_LINE@json.output@ \"nanobench\"@@@",
17 "@@@STEP_LOG_LINE@json.output@ ], @@@", 17 "@@@STEP_LOG_LINE@json.output@ ], @@@",
18 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", 18 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@",
19 "@@@STEP_LOG_LINE@json.output@ \"arch\": \"x86_64\", @@@", 19 "@@@STEP_LOG_LINE@json.output@ \"arch\": \"x86_64\", @@@",
20 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"GCC\", @@@", 20 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"GCC\", @@@",
(...skipping 21 matching lines...) Expand all
42 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", 42 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@",
43 "@@@STEP_LOG_LINE@json.output@}@@@", 43 "@@@STEP_LOG_LINE@json.output@}@@@",
44 "@@@STEP_LOG_END@json.output@@@" 44 "@@@STEP_LOG_END@json.output@@@"
45 ] 45 ]
46 }, 46 },
47 { 47 {
48 "cmd": [ 48 "cmd": [
49 "python", 49 "python",
50 "-u", 50 "-u",
51 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 51 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
52 "[SLAVE_BUILD]/tmp/SKP_VERSION", 52 "[CWD]/tmp/SKP_VERSION",
53 "/path/to/tmp/" 53 "/path/to/tmp/"
54 ], 54 ],
55 "cwd": "[SLAVE_BUILD]",
56 "name": "Get downloaded SKP_VERSION" 55 "name": "Get downloaded SKP_VERSION"
57 }, 56 },
58 { 57 {
59 "cmd": [ 58 "cmd": [
60 "python", 59 "python",
61 "-u", 60 "-u",
62 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 61 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
63 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION", 62 "[CWD]/tmp/SK_IMAGE_VERSION",
64 "/path/to/tmp/" 63 "/path/to/tmp/"
65 ], 64 ],
66 "cwd": "[SLAVE_BUILD]",
67 "name": "Get downloaded SK_IMAGE_VERSION" 65 "name": "Get downloaded SK_IMAGE_VERSION"
68 }, 66 },
69 { 67 {
70 "cmd": [ 68 "cmd": [
71 "python", 69 "python",
72 "-u", 70 "-u",
73 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 71 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
74 "[SWARM_OUT_DIR]/dm" 72 "[SWARM_OUT_DIR]/dm"
75 ], 73 ],
76 "cwd": "[SLAVE_BUILD]",
77 "env": { 74 "env": {
78 "PYTHONPATH": "build/scripts" 75 "PYTHONPATH": "build/scripts"
79 }, 76 },
80 "name": "rmtree dm", 77 "name": "rmtree dm",
81 "~followup_annotations": [ 78 "~followup_annotations": [
82 "@@@STEP_LOG_LINE@python.inline@@@@", 79 "@@@STEP_LOG_LINE@python.inline@@@@",
83 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 80 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
84 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 81 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
85 "@@@STEP_LOG_LINE@python.inline@@@@", 82 "@@@STEP_LOG_LINE@python.inline@@@@",
86 "@@@STEP_LOG_LINE@python.inline@@@@", 83 "@@@STEP_LOG_LINE@python.inline@@@@",
87 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 84 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
88 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 85 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
89 "@@@STEP_LOG_END@python.inline@@@" 86 "@@@STEP_LOG_END@python.inline@@@"
90 ] 87 ]
91 }, 88 },
92 { 89 {
93 "cmd": [ 90 "cmd": [
94 "python", 91 "python",
95 "-u", 92 "-u",
96 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 93 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
97 "[SWARM_OUT_DIR]/dm", 94 "[SWARM_OUT_DIR]/dm",
98 "511" 95 "511"
99 ], 96 ],
100 "cwd": "[SLAVE_BUILD]",
101 "name": "makedirs dm", 97 "name": "makedirs dm",
102 "~followup_annotations": [ 98 "~followup_annotations": [
103 "@@@STEP_LOG_LINE@python.inline@@@@", 99 "@@@STEP_LOG_LINE@python.inline@@@@",
104 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 100 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
105 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 101 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
106 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 102 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
107 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 103 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
108 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 104 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
109 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 105 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
110 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 106 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
111 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 107 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
112 "@@@STEP_LOG_END@python.inline@@@" 108 "@@@STEP_LOG_END@python.inline@@@"
113 ] 109 ]
114 }, 110 },
115 { 111 {
116 "cmd": [ 112 "cmd": [
117 "python", 113 "python",
118 "-u", 114 "-u",
119 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 115 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
120 "[SLAVE_BUILD]/tmp", 116 "[CWD]/tmp",
121 "511" 117 "511"
122 ], 118 ],
123 "cwd": "[SLAVE_BUILD]",
124 "name": "makedirs tmp_dir", 119 "name": "makedirs tmp_dir",
125 "~followup_annotations": [ 120 "~followup_annotations": [
126 "@@@STEP_LOG_LINE@python.inline@@@@", 121 "@@@STEP_LOG_LINE@python.inline@@@@",
127 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 122 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
128 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 123 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
129 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 124 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
130 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 125 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
131 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 126 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
132 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 127 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
133 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 128 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
134 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 129 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
135 "@@@STEP_LOG_END@python.inline@@@" 130 "@@@STEP_LOG_END@python.inline@@@"
136 ] 131 ]
137 }, 132 },
138 { 133 {
139 "cmd": [ 134 "cmd": [
140 "python", 135 "python",
141 "-u", 136 "-u",
142 "\nimport contextlib\nimport math\nimport socket\nimport sys\nimport time\ nimport urllib2\n\nHASHES_URL = 'https://gold.skia.org/_/hashes'\nRETRIES = 5\nT IMEOUT = 60\nWAIT_BASE = 15\n\nsocket.setdefaulttimeout(TIMEOUT)\nfor retry in r ange(RETRIES):\n try:\n with contextlib.closing(\n urllib2.urlopen(HA SHES_URL, timeout=TIMEOUT)) as w:\n hashes = w.read()\n with open(sys. argv[1], 'w') as f:\n f.write(hashes)\n break\n except Exception as e:\n print 'Failed to get uninteresting hashes from %s:' % HASHES_URL\n print e\n if retry == RETRIES:\n raise\n waittime = WAIT_BASE * math .pow(2, retry)\n print 'Retry in %d seconds.' % waittime\n time.sleep(wait time)\n", 137 "\nimport contextlib\nimport math\nimport socket\nimport sys\nimport time\ nimport urllib2\n\nHASHES_URL = 'https://gold.skia.org/_/hashes'\nRETRIES = 5\nT IMEOUT = 60\nWAIT_BASE = 15\n\nsocket.setdefaulttimeout(TIMEOUT)\nfor retry in r ange(RETRIES):\n try:\n with contextlib.closing(\n urllib2.urlopen(HA SHES_URL, timeout=TIMEOUT)) as w:\n hashes = w.read()\n with open(sys. argv[1], 'w') as f:\n f.write(hashes)\n break\n except Exception as e:\n print 'Failed to get uninteresting hashes from %s:' % HASHES_URL\n print e\n if retry == RETRIES:\n raise\n waittime = WAIT_BASE * math .pow(2, retry)\n print 'Retry in %d seconds.' % waittime\n time.sleep(wait time)\n",
143 "[SLAVE_BUILD]/tmp/uninteresting_hashes.txt" 138 "[CWD]/tmp/uninteresting_hashes.txt"
144 ], 139 ],
145 "cwd": "[SLAVE_BUILD]/skia", 140 "cwd": "[CWD]/skia",
146 "env": { 141 "env": {
147 "BUILDTYPE": "Debug", 142 "BUILDTYPE": "Debug",
148 "CHROME_HEADLESS": "1", 143 "CHROME_HEADLESS": "1",
149 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0 ", 144 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0 ",
150 "PATH": "[SLAVE_BUILD]/depot_tools:%(PATH)s", 145 "PATH": "[CWD]/depot_tools:%(PATH)s",
151 "SKIA_OUT": "[SLAVE_BUILD]/out" 146 "SKIA_OUT": "[CWD]/out"
152 }, 147 },
153 "name": "get uninteresting hashes", 148 "name": "get uninteresting hashes",
154 "~followup_annotations": [ 149 "~followup_annotations": [
155 "@@@STEP_LOG_LINE@python.inline@@@@", 150 "@@@STEP_LOG_LINE@python.inline@@@@",
156 "@@@STEP_LOG_LINE@python.inline@import contextlib@@@", 151 "@@@STEP_LOG_LINE@python.inline@import contextlib@@@",
157 "@@@STEP_LOG_LINE@python.inline@import math@@@", 152 "@@@STEP_LOG_LINE@python.inline@import math@@@",
158 "@@@STEP_LOG_LINE@python.inline@import socket@@@", 153 "@@@STEP_LOG_LINE@python.inline@import socket@@@",
159 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 154 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
160 "@@@STEP_LOG_LINE@python.inline@import time@@@", 155 "@@@STEP_LOG_LINE@python.inline@import time@@@",
161 "@@@STEP_LOG_LINE@python.inline@import urllib2@@@", 156 "@@@STEP_LOG_LINE@python.inline@import urllib2@@@",
(...skipping 19 matching lines...) Expand all
181 "@@@STEP_LOG_LINE@python.inline@ raise@@@", 176 "@@@STEP_LOG_LINE@python.inline@ raise@@@",
182 "@@@STEP_LOG_LINE@python.inline@ waittime = WAIT_BASE * math.pow(2, ret ry)@@@", 177 "@@@STEP_LOG_LINE@python.inline@ waittime = WAIT_BASE * math.pow(2, ret ry)@@@",
183 "@@@STEP_LOG_LINE@python.inline@ print 'Retry in %d seconds.' % waittim e@@@", 178 "@@@STEP_LOG_LINE@python.inline@ print 'Retry in %d seconds.' % waittim e@@@",
184 "@@@STEP_LOG_LINE@python.inline@ time.sleep(waittime)@@@", 179 "@@@STEP_LOG_LINE@python.inline@ time.sleep(waittime)@@@",
185 "@@@STEP_LOG_END@python.inline@@@" 180 "@@@STEP_LOG_END@python.inline@@@"
186 ] 181 ]
187 }, 182 },
188 { 183 {
189 "cmd": [ 184 "cmd": [
190 "catchsegv", 185 "catchsegv",
191 "[SLAVE_BUILD]/out/Debug/dm", 186 "[CWD]/out/Debug/dm",
192 "--undefok", 187 "--undefok",
193 "--resourcePath", 188 "--resourcePath",
194 "[SLAVE_BUILD]/skia/resources", 189 "[CWD]/skia/resources",
195 "--skps", 190 "--skps",
196 "[SLAVE_BUILD]/skps", 191 "[CWD]/skps",
197 "--images", 192 "--images",
198 "[SLAVE_BUILD]/images/dm", 193 "[CWD]/images/dm",
199 "--nameByHash", 194 "--nameByHash",
200 "--properties", 195 "--properties",
201 "gitHash", 196 "gitHash",
202 "abc123", 197 "abc123",
203 "master", 198 "master",
204 "client.skia", 199 "client.skia",
205 "builder", 200 "builder",
206 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", 201 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug",
207 "build_number", 202 "build_number",
208 "5", 203 "5",
209 "--key", 204 "--key",
210 "arch", 205 "arch",
211 "x86_64", 206 "x86_64",
212 "compiler", 207 "compiler",
213 "GCC", 208 "GCC",
214 "configuration", 209 "configuration",
215 "Debug", 210 "Debug",
216 "cpu_or_gpu", 211 "cpu_or_gpu",
217 "CPU", 212 "CPU",
218 "cpu_or_gpu_value", 213 "cpu_or_gpu_value",
219 "AVX2", 214 "AVX2",
220 "model", 215 "model",
221 "GCE", 216 "GCE",
222 "os", 217 "os",
223 "Ubuntu", 218 "Ubuntu",
224 "--uninterestingHashesFile", 219 "--uninterestingHashesFile",
225 "[SLAVE_BUILD]/tmp/uninteresting_hashes.txt", 220 "[CWD]/tmp/uninteresting_hashes.txt",
226 "--writePath", 221 "--writePath",
227 "[SWARM_OUT_DIR]/dm", 222 "[SWARM_OUT_DIR]/dm",
228 "--nogpu", 223 "--nogpu",
229 "--dummy-flags" 224 "--dummy-flags"
230 ], 225 ],
231 "cwd": "[SLAVE_BUILD]",
232 "env": { 226 "env": {
233 "BUILDTYPE": "Debug", 227 "BUILDTYPE": "Debug",
234 "CHROME_HEADLESS": "1", 228 "CHROME_HEADLESS": "1",
235 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0 ", 229 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0 ",
236 "PATH": "[SLAVE_BUILD]/depot_tools:%(PATH)s", 230 "PATH": "[CWD]/depot_tools:%(PATH)s",
237 "SKIA_OUT": "[SLAVE_BUILD]/out" 231 "SKIA_OUT": "[CWD]/out"
238 }, 232 },
239 "name": "dm" 233 "name": "dm"
240 }, 234 },
241 { 235 {
242 "name": "$result", 236 "name": "$result",
243 "recipe_result": null, 237 "recipe_result": null,
244 "status_code": 0 238 "status_code": 0
245 } 239 }
246 ] 240 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698