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

Side by Side Diff: scripts/slave/recipes/bisection/desktop_bisect.expected/basic_linux_bisect_tester_recipe.json

Issue 2227783002: auto_bisect: fix path for checking DEPS (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 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 "\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", 6 "\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",
7 "[BUILDER_CACHE]/linux_perf_bisect", 7 "[BUILDER_CACHE]/linux_perf_bisect",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 "env": { 197 "env": {
198 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 198 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
199 "GYP_CHROMIUM_NO_ACTION": "1", 199 "GYP_CHROMIUM_NO_ACTION": "1",
200 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar y gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", 200 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar y gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1",
201 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 201 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
202 }, 202 },
203 "name": "gclient runhooks (with patch)" 203 "name": "gclient runhooks (with patch)"
204 }, 204 },
205 { 205 {
206 "cmd": [ 206 "cmd": [
207 "python",
208 "-u",
209 "\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",
210 "[BUILDER_CACHE]/linux_perf_bisect",
211 "511"
212 ],
213 "name": "makedirs checkout path (2)",
214 "~followup_annotations": [
215 "@@@STEP_LOG_LINE@python.inline@@@@",
216 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
217 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
218 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
219 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
220 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
221 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
222 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
223 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
224 "@@@STEP_LOG_END@python.inline@@@"
225 ]
226 },
227 {
228 "cmd": [
207 "git", 229 "git",
208 "diff", 230 "diff",
209 "--cached", 231 "--cached",
210 "--name-only" 232 "--name-only"
211 ], 233 ],
212 "cwd": "[BUILDER_CACHE]/linux_perf_bisect/src", 234 "cwd": "[BUILDER_CACHE]/linux_perf_bisect/src",
213 "name": "git diff to analyze patch", 235 "name": "git diff to analyze patch",
214 "stdout": "/path/to/tmp/", 236 "stdout": "/path/to/tmp/",
215 "~followup_annotations": [ 237 "~followup_annotations": [
216 "@@@STEP_LOG_LINE@files@foo.cc@@@", 238 "@@@STEP_LOG_LINE@files@foo.cc@@@",
217 "@@@STEP_LOG_END@files@@@" 239 "@@@STEP_LOG_END@files@@@"
218 ] 240 ]
219 }, 241 },
220 { 242 {
221 "cmd": [], 243 "cmd": [],
244 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
222 "name": "***SINGLE TEST (deprecated)***" 245 "name": "***SINGLE TEST (deprecated)***"
223 }, 246 },
224 { 247 {
225 "cmd": [ 248 "cmd": [
226 "python", 249 "python",
227 "-u", 250 "-u",
228 "RECIPE_MODULE[build::bisect_tester]/resources/put_temp.py" 251 "RECIPE_MODULE[build::bisect_tester]/resources/put_temp.py"
229 ], 252 ],
253 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
230 "name": "saving url to temp file", 254 "name": "saving url to temp file",
231 "stdin": "http://build.chromium.org/p/tryserver.chromium.perf/json/builders/ linux_perf_bisect/builds/571", 255 "stdin": "http://build.chromium.org/p/tryserver.chromium.perf/json/builders/ linux_perf_bisect/builds/571",
232 "stdout": "/path/to/tmp/" 256 "stdout": "/path/to/tmp/"
233 }, 257 },
234 { 258 {
235 "cmd": [ 259 "cmd": [
236 "python", 260 "python",
237 "-u", 261 "-u",
238 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 262 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
239 "--", 263 "--",
240 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 264 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
241 "----", 265 "----",
242 "cp", 266 "cp",
243 "/tmp/dummy1", 267 "/tmp/dummy1",
244 "gs://chrome-perf/bisect-results/f7a7b4135624439cbd27fdd5133d74ec" 268 "gs://chrome-perf/bisect-results/f7a7b4135624439cbd27fdd5133d74ec"
245 ], 269 ],
270 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
246 "name": "gsutil bisect-results/f7a7b4135624439cbd27fdd5133d74ec", 271 "name": "gsutil bisect-results/f7a7b4135624439cbd27fdd5133d74ec",
247 "~followup_annotations": [ 272 "~followup_annotations": [
248 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/b isect-results/f7a7b4135624439cbd27fdd5133d74ec@@@" 273 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/b isect-results/f7a7b4135624439cbd27fdd5133d74ec@@@"
249 ] 274 ]
250 }, 275 },
251 { 276 {
252 "cmd": [ 277 "cmd": [
253 "python", 278 "python",
254 "-u", 279 "-u",
255 "\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", 280 "\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",
256 "[BUILDER_CACHE]/linux_perf_bisect/src/out/Release" 281 "[BUILDER_CACHE]/linux_perf_bisect/src/out/Release"
257 ], 282 ],
283 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
258 "name": "rmtree build directory", 284 "name": "rmtree build directory",
259 "~followup_annotations": [ 285 "~followup_annotations": [
260 "@@@STEP_LOG_LINE@python.inline@@@@", 286 "@@@STEP_LOG_LINE@python.inline@@@@",
261 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 287 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
262 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 288 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
263 "@@@STEP_LOG_LINE@python.inline@@@@", 289 "@@@STEP_LOG_LINE@python.inline@@@@",
264 "@@@STEP_LOG_LINE@python.inline@@@@", 290 "@@@STEP_LOG_LINE@python.inline@@@@",
265 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 291 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
266 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 292 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
267 "@@@STEP_LOG_END@python.inline@@@" 293 "@@@STEP_LOG_END@python.inline@@@"
(...skipping 13 matching lines...) Expand all
281 "Release", 307 "Release",
282 "--src-dir", 308 "--src-dir",
283 "[BUILDER_CACHE]/linux_perf_bisect/src", 309 "[BUILDER_CACHE]/linux_perf_bisect/src",
284 "--build-archive-url", 310 "--build-archive-url",
285 "gs://test-domain/test-archive.zip", 311 "gs://test-domain/test-archive.zip",
286 "--master-name", 312 "--master-name",
287 "tryserver.chromium.perf", 313 "tryserver.chromium.perf",
288 "--build-number", 314 "--build-number",
289 "571" 315 "571"
290 ], 316 ],
317 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
291 "name": "extract build" 318 "name": "extract build"
292 }, 319 },
293 { 320 {
294 "cmd": [ 321 "cmd": [
295 "python", 322 "python",
296 "-u", 323 "-u",
297 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 324 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
298 "--target", 325 "--target",
299 "Release", 326 "Release",
300 "--xvfb", 327 "--xvfb",
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 "~followup_annotations": [ 417 "~followup_annotations": [
391 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/b isect-results/f7a7b4135624439cbd27fdd5133d74ec.results@@@" 418 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/b isect-results/f7a7b4135624439cbd27fdd5133d74ec.results@@@"
392 ] 419 ]
393 }, 420 },
394 { 421 {
395 "name": "$result", 422 "name": "$result",
396 "recipe_result": null, 423 "recipe_result": null,
397 "status_code": 0 424 "status_code": 0
398 } 425 }
399 ] 426 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698