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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_linux_memcheck.json

Issue 2334373002: Roll recipe dependencies (nontrivial). (Closed)
Patch Set: Created 4 years, 3 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_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--spec", 7 "--spec",
8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_deps': {'src/chromium/sr c/third_party/valgrind': 'https://chromium.googlesource.com/chromium/deps/valgri nd/binaries'}, 'custom_vars': {'root_dir': 'src'}, 'deps_file': 'DEPS', 'managed ': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/libyuv/libyuv' }]", 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_deps': {'src/chromium/sr c/third_party/valgrind': 'https://chromium.googlesource.com/chromium/deps/valgri nd/binaries'}, 'custom_vars': {'root_dir': 'src'}, 'deps_file': 'DEPS', 'managed ': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/libyuv/libyuv' }]",
9 "--patch_root", 9 "--patch_root",
10 "src", 10 "src",
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 "python", 60 "python",
61 "-u", 61 "-u",
62 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 62 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
63 "--show-path", 63 "--show-path",
64 "python", 64 "python",
65 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 65 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
66 ], 66 ],
67 "name": "cleanup_temp" 67 "name": "cleanup_temp"
68 }, 68 },
69 { 69 {
70 "cmd": [],
71 "name": "ensure_goma" 70 "name": "ensure_goma"
72 }, 71 },
73 { 72 {
74 "cmd": [ 73 "cmd": [
75 "python", 74 "python",
76 "-u", 75 "-u",
77 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 76 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
78 "--platform", 77 "--platform",
79 "linux-amd64", 78 "linux-amd64",
80 "--dest-directory", 79 "--dest-directory",
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 "memcheck" 209 "memcheck"
211 ], 210 ],
212 "name": "libyuv_unittest" 211 "name": "libyuv_unittest"
213 }, 212 },
214 { 213 {
215 "name": "$result", 214 "name": "$result",
216 "recipe_result": null, 215 "recipe_result": null,
217 "status_code": 0 216 "status_code": 0
218 } 217 }
219 ] 218 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698