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

Side by Side Diff: scripts/slave/recipes/v8.expected/branch_sync_failure.json

Issue 1115453002: Recipes: make cwd default to slave_build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 5 years, 7 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 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "client.v8.branches", 8 "client.v8.branches",
9 "--builder", 9 "--builder",
10 "V8 Linux - roll branch", 10 "V8 Linux - roll branch",
(...skipping 11 matching lines...) Expand all
22 "1", 22 "1",
23 "--rietveld_server", 23 "--rietveld_server",
24 "https://codereview.chromium.org", 24 "https://codereview.chromium.org",
25 "--output_json", 25 "--output_json",
26 "/path/to/tmp/json", 26 "/path/to/tmp/json",
27 "--revision", 27 "--revision",
28 "v8@refs/heads/4.4.42:20123", 28 "v8@refs/heads/4.4.42:20123",
29 "--no_shallow", 29 "--no_shallow",
30 "--output_manifest" 30 "--output_manifest"
31 ], 31 ],
32 "cwd": "[SLAVE_BUILD]",
32 "name": "bot_update", 33 "name": "bot_update",
33 "~followup_annotations": [ 34 "~followup_annotations": [
34 "step returned non-zero exit code: 1", 35 "step returned non-zero exit code: 1",
35 "@@@STEP_TEXT@Some step text@@@", 36 "@@@STEP_TEXT@Some step text@@@",
36 "@@@STEP_LOG_LINE@json.output@{@@@", 37 "@@@STEP_LOG_LINE@json.output@{@@@",
37 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 38 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
38 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 39 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
39 "@@@STEP_LOG_LINE@json.output@ \"v8\": {@@@", 40 "@@@STEP_LOG_LINE@json.output@ \"v8\": {@@@",
40 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/v8. git\", @@@", 41 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/v8. git\", @@@",
41 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f2cbea7e89a45f46819777 bb78a1f5bd0241f64c\"@@@", 42 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f2cbea7e89a45f46819777 bb78a1f5bd0241f64c\"@@@",
(...skipping 13 matching lines...) Expand all
55 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241 f64c\"@@@", 56 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241 f64c\"@@@",
56 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" 57 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@"
57 ] 58 ]
58 }, 59 },
59 { 60 {
60 "name": "$final_result", 61 "name": "$final_result",
61 "reason": "Infra Failure: Step('bot_update') returned 1", 62 "reason": "Infra Failure: Step('bot_update') returned 1",
62 "status_code": 1 63 "status_code": 1
63 } 64 }
64 ] 65 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698