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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer.json

Issue 1916263003: Reland "Skia: Maintain a checkout on swarming (compile) bots" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Fix expectations after roll 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 "git", 4 "git",
5 "remote", 5 "remote",
6 "set-url", 6 "set-url",
7 "origin", 7 "origin",
8 "https://skia.googlesource.com/skia.git" 8 "https://skia.googlesource.com/skia.git"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
(...skipping 29 matching lines...) Expand all
40 }, 40 },
41 { 41 {
42 "cmd": [ 42 "cmd": [
43 "python", 43 "python",
44 "-u", 44 "-u",
45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
46 "config", 46 "config",
47 "--spec", 47 "--spec",
48 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}, {'deps_ file': 'DEPS', 'managed': False, 'name': 'src', 'url': 'https://chromium.googles ource.com/chromium/src.git'}]\ntarget_os = ['llvm']" 48 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}, {'deps_ file': 'DEPS', 'managed': False, 'name': 'src', 'url': 'https://chromium.googles ource.com/chromium/src.git'}]\ntarget_os = ['llvm']"
49 ], 49 ],
50 "cwd": "[SLAVE_BUILD]",
50 "env": { 51 "env": {
51 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
52 }, 53 },
53 "name": "gclient setup" 54 "name": "gclient setup"
54 }, 55 },
55 { 56 {
56 "cmd": [ 57 "cmd": [
57 "python", 58 "python",
58 "-u", 59 "-u",
59 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 60 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
60 "sync", 61 "sync",
61 "--nohooks", 62 "--nohooks",
62 "--force", 63 "--force",
63 "--verbose", 64 "--verbose",
64 "--delete_unversioned_trees", 65 "--delete_unversioned_trees",
65 "--revision", 66 "--revision",
66 "skia@abc123", 67 "skia@abc123",
67 "--revision", 68 "--revision",
68 "src@origin/lkgr", 69 "src@origin/lkgr",
69 "--output-json", 70 "--output-json",
70 "/path/to/tmp/json" 71 "/path/to/tmp/json"
71 ], 72 ],
73 "cwd": "[SLAVE_BUILD]",
72 "env": { 74 "env": {
73 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 75 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
74 }, 76 },
75 "name": "gclient sync", 77 "name": "gclient sync",
76 "~followup_annotations": [ 78 "~followup_annotations": [
77 "@@@STEP_LOG_LINE@json.output@{@@@", 79 "@@@STEP_LOG_LINE@json.output@{@@@",
78 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", 80 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
79 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", 81 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@",
80 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", 82 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@",
81 "@@@STEP_LOG_LINE@json.output@ }, @@@", 83 "@@@STEP_LOG_LINE@json.output@ }, @@@",
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x 86_64-Debug-CommandBuffer" 457 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x 86_64-Debug-CommandBuffer"
456 }, 458 },
457 "name": "nanobench" 459 "name": "nanobench"
458 }, 460 },
459 { 461 {
460 "name": "$result", 462 "name": "$result",
461 "recipe_result": null, 463 "recipe_result": null,
462 "status_code": 0 464 "status_code": 0
463 } 465 }
464 ] 466 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698