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

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

Issue 985273002: Changed recipe_modules base paths to be abstract entities in their own right. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase Created 5 years, 9 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 "[DEPOT_TOOLS]/gclient.py", 6 "[DEPOT_TOOLS]/gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]" 9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]"
10 ], 10 ],
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 "--format=%at", 82 "--format=%at",
83 "-s" 83 "-s"
84 ], 84 ],
85 "cwd": "[SLAVE_BUILD]/skia", 85 "cwd": "[SLAVE_BUILD]/skia",
86 "name": "git show", 86 "name": "git show",
87 "stdout": "/path/to/tmp/" 87 "stdout": "/path/to/tmp/"
88 }, 88 },
89 { 89 {
90 "cmd": [ 90 "cmd": [
91 "python", 91 "python",
92 "[BUILD]/scripts/slave/recipe_modules/skia/resources/run_binary_size_analy sis.py", 92 "RECIPE_MODULE[skia]/resources/run_binary_size_analysis.py",
93 "--library", 93 "--library",
94 "[SLAVE_BUILD]/skia/out/Release/lib/libskia.so", 94 "[SLAVE_BUILD]/skia/out/Release/lib/libskia.so",
95 "--githash", 95 "--githash",
96 "164710", 96 "164710",
97 "--commit_ts", 97 "--commit_ts",
98 "1408633190", 98 "1408633190",
99 "--gsutil_path", 99 "--gsutil_path",
100 "[DEPOT_TOOLS]/third_party/gsutil/gsutil", 100 "[DEPOT_TOOLS]/third_party/gsutil/gsutil",
101 "--issue_number", 101 "--issue_number",
102 "500" 102 "500"
103 ], 103 ],
104 "cwd": "[SLAVE_BUILD]/skia", 104 "cwd": "[SLAVE_BUILD]/skia",
105 "name": "generate and upload binary size data" 105 "name": "generate and upload binary size data"
106 } 106 }
107 ] 107 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698