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

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

Issue 298653008: Linux ARM Cross-Compile recipe (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: changed target to all Created 6 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 "abort_on_failure": true, 3 "abort_on_failure": true,
4 "cmd": [ 4 "cmd": [
5 "python", 5 "python",
6 "-u", 6 "-u",
7 "[BUILD]/scripts/slave/bot_update.py", 7 "[BUILD]/scripts/slave/bot_update.py",
8 "--master", 8 "--master",
9 "chromium.chrome", 9 "chromium.chrome",
10 "--builder", 10 "--builder",
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 { 106 {
107 "cmd": [ 107 "cmd": [
108 "python", 108 "python",
109 "-u", 109 "-u",
110 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 110 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
111 "[SLAVE_BUILD]/src/testing/buildbot/chromium.chrome.json", 111 "[SLAVE_BUILD]/src/testing/buildbot/chromium.chrome.json",
112 "/path/to/tmp/json" 112 "/path/to/tmp/json"
113 ], 113 ],
114 "name": "read test spec", 114 "name": "read test spec",
115 "~followup_annotations": [ 115 "~followup_annotations": [
116 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.chrome.jso n@@@",
116 "@@@STEP_LOG_LINE@json.output@{}@@@", 117 "@@@STEP_LOG_LINE@json.output@{}@@@",
117 "@@@STEP_LOG_END@json.output@@@" 118 "@@@STEP_LOG_END@json.output@@@"
118 ] 119 ]
119 }, 120 },
120 { 121 {
121 "cmd": [ 122 "cmd": [
122 "python", 123 "python",
123 "-u", 124 "-u",
124 "[BUILD]/scripts/slave/cleanup_temp.py" 125 "[BUILD]/scripts/slave/cleanup_temp.py"
125 ], 126 ],
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 "--json", 161 "--json",
161 "/path/to/tmp/json" 162 "/path/to/tmp/json"
162 ], 163 ],
163 "name": "checkdeps", 164 "name": "checkdeps",
164 "~followup_annotations": [ 165 "~followup_annotations": [
165 "@@@STEP_LOG_LINE@json.output@[]@@@", 166 "@@@STEP_LOG_LINE@json.output@[]@@@",
166 "@@@STEP_LOG_END@json.output@@@" 167 "@@@STEP_LOG_END@json.output@@@"
167 ] 168 ]
168 } 169 }
169 ] 170 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698