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

Side by Side Diff: scripts/slave/recipes/cros/cbuildbot.expected/chromiumos_paladin.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 "RECIPE_MODULE[gitiles]/resources/gerrit_client.py", 6 "RECIPE_MODULE[gitiles]/resources/gerrit_client.py",
7 "--json-file", 7 "--json-file",
8 "/path/to/tmp/json", 8 "/path/to/tmp/json",
9 "--url", 9 "--url",
10 "https://chromium.googlesource.com/chromiumos/manifest-versions/+/a94a8fe5 ccb19ba61c4c0873d391e987982fbbd3?format=json", 10 "https://chromium.googlesource.com/chromiumos/manifest-versions/+/a94a8fe5 ccb19ba61c4c0873d391e987982fbbd3?format=json",
11 "--attempts", 11 "--attempts",
12 "10" 12 "10"
13 ], 13 ],
14 "cwd": "[SLAVE_BUILD]",
14 "name": "Fetch manifest config", 15 "name": "Fetch manifest config",
15 "~followup_annotations": [ 16 "~followup_annotations": [
16 "@@@STEP_TEXT@<br/>Build ID: 1337<br/>Chromite branch: master@@@", 17 "@@@STEP_TEXT@<br/>Build ID: 1337<br/>Chromite branch: master@@@",
17 "@@@STEP_LOG_LINE@json.output@{@@@", 18 "@@@STEP_LOG_LINE@json.output@{@@@",
18 "@@@STEP_LOG_LINE@json.output@ \"author\": {@@@", 19 "@@@STEP_LOG_LINE@json.output@ \"author\": {@@@",
19 "@@@STEP_LOG_LINE@json.output@ \"email\": \"testauthor@fake.chromium.or g\", @@@", 20 "@@@STEP_LOG_LINE@json.output@ \"email\": \"testauthor@fake.chromium.or g\", @@@",
20 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Test Author\", @@@", 21 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Test Author\", @@@",
21 "@@@STEP_LOG_LINE@json.output@ \"time\": \"Mon Jan 01 00:00:00 2015\"@@ @", 22 "@@@STEP_LOG_LINE@json.output@ \"time\": \"Mon Jan 01 00:00:00 2015\"@@ @",
22 "@@@STEP_LOG_LINE@json.output@ }, @@@", 23 "@@@STEP_LOG_LINE@json.output@ }, @@@",
23 "@@@STEP_LOG_LINE@json.output@ \"commit\": \"a94a8fe5ccb19ba61c4c0873d391 e987982fbbd3\", @@@", 24 "@@@STEP_LOG_LINE@json.output@ \"commit\": \"a94a8fe5ccb19ba61c4c0873d391 e987982fbbd3\", @@@",
(...skipping 28 matching lines...) Expand all
52 "--root", 53 "--root",
53 "chromite", 54 "chromite",
54 "--revision_mapping_file", 55 "--revision_mapping_file",
55 "{}", 56 "{}",
56 "--output_json", 57 "--output_json",
57 "/path/to/tmp/json", 58 "/path/to/tmp/json",
58 "--revision", 59 "--revision",
59 "chromite@master:", 60 "chromite@master:",
60 "--force" 61 "--force"
61 ], 62 ],
63 "cwd": "[SLAVE_BUILD]",
62 "name": "bot_update", 64 "name": "bot_update",
63 "~followup_annotations": [ 65 "~followup_annotations": [
64 "@@@STEP_TEXT@Some step text@@@", 66 "@@@STEP_TEXT@Some step text@@@",
65 "@@@STEP_LOG_LINE@json.output@{@@@", 67 "@@@STEP_LOG_LINE@json.output@{@@@",
66 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 68 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
67 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 69 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
68 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"chromite\", @@@", 70 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"chromite\", @@@",
69 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", 71 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@",
70 "@@@STEP_LOG_LINE@json.output@ \"root\": \"chromite\", @@@", 72 "@@@STEP_LOG_LINE@json.output@ \"root\": \"chromite\", @@@",
71 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", 73 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
(...skipping 12 matching lines...) Expand all
84 "master", 86 "master",
85 "--buildnumber", 87 "--buildnumber",
86 "12345", 88 "12345",
87 "--master-build-id", 89 "--master-build-id",
88 "1337", 90 "1337",
89 "x86-generic-paladin" 91 "x86-generic-paladin"
90 ], 92 ],
91 "name": "cbuildbot [x86-generic-paladin]" 93 "name": "cbuildbot [x86-generic-paladin]"
92 } 94 }
93 ] 95 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698