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

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

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 7 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[CWD]/skia/tools/buildbot_spec.py", 6 "[SLAVE_BUILD]/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": "[CWD]/skia", 10 "cwd": "[SLAVE_BUILD]/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 "[CWD]/tmp/SKP_VERSION", 52 "[SLAVE_BUILD]/tmp/SKP_VERSION",
53 "/path/to/tmp/" 53 "/path/to/tmp/"
54 ], 54 ],
55 "cwd": "[SLAVE_BUILD]",
55 "name": "Get downloaded SKP_VERSION" 56 "name": "Get downloaded SKP_VERSION"
56 }, 57 },
57 { 58 {
58 "cmd": [ 59 "cmd": [
59 "python", 60 "python",
60 "-u", 61 "-u",
61 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 62 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
62 "[CWD]/tmp/SK_IMAGE_VERSION", 63 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION",
63 "/path/to/tmp/" 64 "/path/to/tmp/"
64 ], 65 ],
66 "cwd": "[SLAVE_BUILD]",
65 "name": "Get downloaded SK_IMAGE_VERSION" 67 "name": "Get downloaded SK_IMAGE_VERSION"
66 }, 68 },
67 { 69 {
68 "cmd": [ 70 "cmd": [
69 "python", 71 "python",
70 "-u", 72 "-u",
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", 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",
72 "[SWARM_OUT_DIR]/dm" 74 "[SWARM_OUT_DIR]/dm"
73 ], 75 ],
76 "cwd": "[SLAVE_BUILD]",
74 "env": { 77 "env": {
75 "PYTHONPATH": "build/scripts" 78 "PYTHONPATH": "build/scripts"
76 }, 79 },
77 "name": "rmtree dm", 80 "name": "rmtree dm",
78 "~followup_annotations": [ 81 "~followup_annotations": [
79 "@@@STEP_LOG_LINE@python.inline@@@@", 82 "@@@STEP_LOG_LINE@python.inline@@@@",
80 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 83 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
81 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 84 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
82 "@@@STEP_LOG_LINE@python.inline@@@@", 85 "@@@STEP_LOG_LINE@python.inline@@@@",
83 "@@@STEP_LOG_LINE@python.inline@@@@", 86 "@@@STEP_LOG_LINE@python.inline@@@@",
84 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 87 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
85 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 88 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
86 "@@@STEP_LOG_END@python.inline@@@" 89 "@@@STEP_LOG_END@python.inline@@@"
87 ] 90 ]
88 }, 91 },
89 { 92 {
90 "cmd": [ 93 "cmd": [
91 "python", 94 "python",
92 "-u", 95 "-u",
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", 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",
94 "[SWARM_OUT_DIR]/dm", 97 "[SWARM_OUT_DIR]/dm",
95 "511" 98 "511"
96 ], 99 ],
100 "cwd": "[SLAVE_BUILD]",
97 "name": "makedirs dm", 101 "name": "makedirs dm",
98 "~followup_annotations": [ 102 "~followup_annotations": [
99 "@@@STEP_LOG_LINE@python.inline@@@@", 103 "@@@STEP_LOG_LINE@python.inline@@@@",
100 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 104 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
101 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 105 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
102 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 106 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
103 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 107 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
104 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 108 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
105 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 109 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
106 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 110 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
107 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 111 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
108 "@@@STEP_LOG_END@python.inline@@@" 112 "@@@STEP_LOG_END@python.inline@@@"
109 ] 113 ]
110 }, 114 },
111 { 115 {
112 "cmd": [ 116 "cmd": [
113 "python", 117 "python",
114 "-u", 118 "-u",
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", 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",
116 "[CWD]/tmp", 120 "[SLAVE_BUILD]/tmp",
117 "511" 121 "511"
118 ], 122 ],
123 "cwd": "[SLAVE_BUILD]",
119 "name": "makedirs tmp_dir", 124 "name": "makedirs tmp_dir",
120 "~followup_annotations": [ 125 "~followup_annotations": [
121 "@@@STEP_LOG_LINE@python.inline@@@@", 126 "@@@STEP_LOG_LINE@python.inline@@@@",
122 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 127 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
123 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 128 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
124 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 129 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
125 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 130 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
126 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 131 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
127 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 132 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
128 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 133 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
129 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 134 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
130 "@@@STEP_LOG_END@python.inline@@@" 135 "@@@STEP_LOG_END@python.inline@@@"
131 ] 136 ]
132 }, 137 },
133 { 138 {
134 "cmd": [ 139 "cmd": [
135 "python", 140 "python",
136 "-u", 141 "-u",
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", 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",
138 "[CWD]/tmp/uninteresting_hashes.txt" 143 "[SLAVE_BUILD]/tmp/uninteresting_hashes.txt"
139 ], 144 ],
140 "cwd": "[CWD]/skia", 145 "cwd": "[SLAVE_BUILD]/skia",
141 "env": { 146 "env": {
142 "BUILDTYPE": "Debug", 147 "BUILDTYPE": "Debug",
143 "CHROME_HEADLESS": "1", 148 "CHROME_HEADLESS": "1",
144 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0 ", 149 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0 ",
145 "PATH": "[CWD]/depot_tools:%(PATH)s", 150 "PATH": "[SLAVE_BUILD]/depot_tools:%(PATH)s",
146 "SKIA_OUT": "[CWD]/out" 151 "SKIA_OUT": "[SLAVE_BUILD]/out"
147 }, 152 },
148 "name": "get uninteresting hashes", 153 "name": "get uninteresting hashes",
149 "~followup_annotations": [ 154 "~followup_annotations": [
150 "@@@STEP_LOG_LINE@python.inline@@@@", 155 "@@@STEP_LOG_LINE@python.inline@@@@",
151 "@@@STEP_LOG_LINE@python.inline@import contextlib@@@", 156 "@@@STEP_LOG_LINE@python.inline@import contextlib@@@",
152 "@@@STEP_LOG_LINE@python.inline@import math@@@", 157 "@@@STEP_LOG_LINE@python.inline@import math@@@",
153 "@@@STEP_LOG_LINE@python.inline@import socket@@@", 158 "@@@STEP_LOG_LINE@python.inline@import socket@@@",
154 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 159 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
155 "@@@STEP_LOG_LINE@python.inline@import time@@@", 160 "@@@STEP_LOG_LINE@python.inline@import time@@@",
156 "@@@STEP_LOG_LINE@python.inline@import urllib2@@@", 161 "@@@STEP_LOG_LINE@python.inline@import urllib2@@@",
(...skipping 19 matching lines...) Expand all
176 "@@@STEP_LOG_LINE@python.inline@ raise@@@", 181 "@@@STEP_LOG_LINE@python.inline@ raise@@@",
177 "@@@STEP_LOG_LINE@python.inline@ waittime = WAIT_BASE * math.pow(2, ret ry)@@@", 182 "@@@STEP_LOG_LINE@python.inline@ waittime = WAIT_BASE * math.pow(2, ret ry)@@@",
178 "@@@STEP_LOG_LINE@python.inline@ print 'Retry in %d seconds.' % waittim e@@@", 183 "@@@STEP_LOG_LINE@python.inline@ print 'Retry in %d seconds.' % waittim e@@@",
179 "@@@STEP_LOG_LINE@python.inline@ time.sleep(waittime)@@@", 184 "@@@STEP_LOG_LINE@python.inline@ time.sleep(waittime)@@@",
180 "@@@STEP_LOG_END@python.inline@@@" 185 "@@@STEP_LOG_END@python.inline@@@"
181 ] 186 ]
182 }, 187 },
183 { 188 {
184 "cmd": [ 189 "cmd": [
185 "catchsegv", 190 "catchsegv",
186 "[CWD]/out/Debug/dm", 191 "[SLAVE_BUILD]/out/Debug/dm",
187 "--undefok", 192 "--undefok",
188 "--resourcePath", 193 "--resourcePath",
189 "[CWD]/skia/resources", 194 "[SLAVE_BUILD]/skia/resources",
190 "--skps", 195 "--skps",
191 "[CWD]/skps", 196 "[SLAVE_BUILD]/skps",
192 "--images", 197 "--images",
193 "[CWD]/images/dm", 198 "[SLAVE_BUILD]/images/dm",
194 "--nameByHash", 199 "--nameByHash",
195 "--properties", 200 "--properties",
196 "gitHash", 201 "gitHash",
197 "abc123", 202 "abc123",
198 "master", 203 "master",
199 "client.skia", 204 "client.skia",
200 "builder", 205 "builder",
201 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", 206 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug",
202 "build_number", 207 "build_number",
203 "5", 208 "5",
204 "--key", 209 "--key",
205 "arch", 210 "arch",
206 "x86_64", 211 "x86_64",
207 "compiler", 212 "compiler",
208 "GCC", 213 "GCC",
209 "configuration", 214 "configuration",
210 "Debug", 215 "Debug",
211 "cpu_or_gpu", 216 "cpu_or_gpu",
212 "CPU", 217 "CPU",
213 "cpu_or_gpu_value", 218 "cpu_or_gpu_value",
214 "AVX2", 219 "AVX2",
215 "model", 220 "model",
216 "GCE", 221 "GCE",
217 "os", 222 "os",
218 "Ubuntu", 223 "Ubuntu",
219 "--uninterestingHashesFile", 224 "--uninterestingHashesFile",
220 "[CWD]/tmp/uninteresting_hashes.txt", 225 "[SLAVE_BUILD]/tmp/uninteresting_hashes.txt",
221 "--writePath", 226 "--writePath",
222 "[SWARM_OUT_DIR]/dm", 227 "[SWARM_OUT_DIR]/dm",
223 "--nogpu", 228 "--nogpu",
224 "--dummy-flags" 229 "--dummy-flags"
225 ], 230 ],
231 "cwd": "[SLAVE_BUILD]",
226 "env": { 232 "env": {
227 "BUILDTYPE": "Debug", 233 "BUILDTYPE": "Debug",
228 "CHROME_HEADLESS": "1", 234 "CHROME_HEADLESS": "1",
229 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0 ", 235 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0 ",
230 "PATH": "[CWD]/depot_tools:%(PATH)s", 236 "PATH": "[SLAVE_BUILD]/depot_tools:%(PATH)s",
231 "SKIA_OUT": "[CWD]/out" 237 "SKIA_OUT": "[SLAVE_BUILD]/out"
232 }, 238 },
233 "name": "dm" 239 "name": "dm"
234 }, 240 },
235 { 241 {
236 "name": "$result", 242 "name": "$result",
237 "recipe_result": null, 243 "recipe_result": null,
238 "status_code": 0 244 "status_code": 0
239 } 245 }
240 ] 246 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698