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

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

Issue 1744653002: Add force=True to all chromium recipes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 10 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 "RECIPE_PACKAGE[depot_tools]/gclient.py", 6 "RECIPE_PACKAGE[depot_tools]/gclient.py",
7 "sync", 7 "sync",
8 "--verbose", 8 "--verbose",
9 "--force", 9 "--force",
10 "--revision", 10 "--revision",
(...skipping 21 matching lines...) Expand all
32 "--root", 32 "--root",
33 "src", 33 "src",
34 "--revision_mapping_file", 34 "--revision_mapping_file",
35 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re vision\", \"src/v8\": \"got_v8_revision\"}", 35 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re vision\", \"src/v8\": \"got_v8_revision\"}",
36 "--git-cache-dir", 36 "--git-cache-dir",
37 "[GIT_CACHE]", 37 "[GIT_CACHE]",
38 "--output_json", 38 "--output_json",
39 "/path/to/tmp/json", 39 "/path/to/tmp/json",
40 "--revision", 40 "--revision",
41 "src@HEAD", 41 "src@HEAD",
42 "--force",
42 "--output_manifest" 43 "--output_manifest"
43 ], 44 ],
44 "cwd": "[SLAVE_BUILD]", 45 "cwd": "[SLAVE_BUILD]",
45 "env": { 46 "env": {
46 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" 47 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]"
47 }, 48 },
48 "name": "bot_update", 49 "name": "bot_update",
49 "~followup_annotations": [ 50 "~followup_annotations": [
50 "@@@STEP_TEXT@Some step text@@@", 51 "@@@STEP_TEXT@Some step text@@@",
51 "@@@STEP_LOG_LINE@json.output@{@@@", 52 "@@@STEP_LOG_LINE@json.output@{@@@",
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 ], 273 ],
273 "cwd": "[SLAVE_BUILD]", 274 "cwd": "[SLAVE_BUILD]",
274 "name": "content_unittests" 275 "name": "content_unittests"
275 }, 276 },
276 { 277 {
277 "name": "$result", 278 "name": "$result",
278 "reason": "1 tests failed: ['diagnose_goma']", 279 "reason": "1 tests failed: ['diagnose_goma']",
279 "status_code": 1 280 "status_code": 1
280 } 281 }
281 ] 282 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698