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

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

Issue 1811953003: Revert of 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"
127 ], 126 ],
128 "cwd": "[SLAVE_BUILD]", 127 "cwd": "[SLAVE_BUILD]",
129 "name": "ensure_goma" 128 "name": "ensure_goma"
130 }, 129 },
131 { 130 {
132 "cmd": [ 131 "cmd": [
133 "python", 132 "python",
134 "-u", 133 "-u",
135 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 134 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
136 "runhooks" 135 "runhooks"
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 ], 290 ],
292 "cwd": "[SLAVE_BUILD]", 291 "cwd": "[SLAVE_BUILD]",
293 "name": "content_unittests" 292 "name": "content_unittests"
294 }, 293 },
295 { 294 {
296 "name": "$result", 295 "name": "$result",
297 "recipe_result": null, 296 "recipe_result": null,
298 "status_code": 0 297 "status_code": 0
299 } 298 }
300 ] 299 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698