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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Chromium_Linux_Goma_Canary.json

Issue 1814713002: ensure_goma for goma canary (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 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
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 "sync", 7 "sync",
8 "--verbose", 8 "--verbose",
9 "--force", 9 "--force",
10 "--revision", 10 "--revision",
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 ] 115 ]
116 }, 116 },
117 { 117 {
118 "cmd": [ 118 "cmd": [
119 "python", 119 "python",
120 "-u", 120 "-u",
121 "RECIPE_MODULE[build::goma]/resources/ensure_goma.py", 121 "RECIPE_MODULE[build::goma]/resources/ensure_goma.py",
122 "--target-dir", 122 "--target-dir",
123 "[SLAVE_BUILD]/src/build/goma/client", 123 "[SLAVE_BUILD]/src/build/goma/client",
124 "--download-from-google-storage-path", 124 "--download-from-google-storage-path",
125 "RECIPE_PACKAGE_REPO[depot_tools]/download_from_google_storage.py" 125 "RECIPE_PACKAGE_REPO[depot_tools]/download_from_google_storage.py",
126 "--canary"
126 ], 127 ],
127 "cwd": "[SLAVE_BUILD]", 128 "cwd": "[SLAVE_BUILD]",
128 "name": "ensure_goma" 129 "name": "ensure_goma"
129 }, 130 },
130 { 131 {
131 "cmd": [ 132 "cmd": [
132 "python", 133 "python",
133 "-u", 134 "-u",
134 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 135 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
135 "runhooks" 136 "runhooks"
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 ], 291 ],
291 "cwd": "[SLAVE_BUILD]", 292 "cwd": "[SLAVE_BUILD]",
292 "name": "content_unittests" 293 "name": "content_unittests"
293 }, 294 },
294 { 295 {
295 "name": "$result", 296 "name": "$result",
296 "recipe_result": null, 297 "recipe_result": null,
297 "status_code": 0 298 "status_code": 0
298 } 299 }
299 ] 300 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698