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

Side by Side Diff: scripts/slave/recipes/skia/housekeeper_percommit.expected/Housekeeper-PerCommit.json

Issue 1930433002: Roll recipe dependencies (nontrivial). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Rebase 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 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget _os = ['llvm']" 9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget _os = ['llvm']"
10 ], 10 ],
11 "cwd": "[SLAVE_BUILD]",
12 "env": { 11 "env": {
13 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 12 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
14 }, 13 },
15 "name": "gclient setup" 14 "name": "gclient setup"
16 }, 15 },
17 { 16 {
18 "cmd": [ 17 "cmd": [
19 "python", 18 "python",
20 "-u", 19 "-u",
21 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 20 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
22 "sync", 21 "sync",
23 "--nohooks", 22 "--nohooks",
24 "--force", 23 "--force",
25 "--verbose", 24 "--verbose",
26 "--delete_unversioned_trees", 25 "--delete_unversioned_trees",
27 "--revision", 26 "--revision",
28 "skia@origin/master", 27 "skia@origin/master",
29 "--output-json", 28 "--output-json",
30 "/path/to/tmp/json" 29 "/path/to/tmp/json"
31 ], 30 ],
32 "cwd": "[SLAVE_BUILD]",
33 "env": { 31 "env": {
34 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 32 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
35 }, 33 },
36 "name": "gclient sync", 34 "name": "gclient sync",
37 "~followup_annotations": [ 35 "~followup_annotations": [
38 "@@@STEP_LOG_LINE@json.output@{@@@", 36 "@@@STEP_LOG_LINE@json.output@{@@@",
39 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", 37 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
40 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", 38 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@",
41 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", 39 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@",
42 "@@@STEP_LOG_LINE@json.output@ }@@@", 40 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Housekeeper-PerCommit" 155 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Housekeeper-PerCommit"
158 }, 156 },
159 "name": "generate and upload binary size data" 157 "name": "generate and upload binary size data"
160 }, 158 },
161 { 159 {
162 "name": "$result", 160 "name": "$result",
163 "recipe_result": null, 161 "recipe_result": null,
164 "status_code": 0 162 "status_code": 0
165 } 163 }
166 ] 164 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698