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

Side by Side Diff: scripts/slave/recipes/chromium.expected/goma_with_diagnose_goma_failure.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
« no previous file with comments | « scripts/slave/recipes/chromium.expected/full_chromium_fyi_Chromium_Linux_Precise_Goma_LinkTest.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 ], 296 ],
298 "cwd": "[SLAVE_BUILD]", 297 "cwd": "[SLAVE_BUILD]",
299 "name": "content_unittests" 298 "name": "content_unittests"
300 }, 299 },
301 { 300 {
302 "name": "$result", 301 "name": "$result",
303 "reason": "1 tests failed: ['diagnose_goma']", 302 "reason": "1 tests failed: ['diagnose_goma']",
304 "status_code": 1 303 "status_code": 1
305 } 304 }
306 ] 305 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/chromium.expected/full_chromium_fyi_Chromium_Linux_Precise_Goma_LinkTest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698