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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_chromiumos_Linux_ChromiumOS_Full.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.chromiumos", 9 "chromium.chromiumos",
10 "--builder", 10 "--builder",
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 { 103 {
104 "cmd": [ 104 "cmd": [
105 "python", 105 "python",
106 "-u", 106 "-u",
107 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 107 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
108 "[SLAVE_BUILD]/src/testing/buildbot/chromium.chromiumos.json", 108 "[SLAVE_BUILD]/src/testing/buildbot/chromium.chromiumos.json",
109 "/path/to/tmp/json" 109 "/path/to/tmp/json"
110 ], 110 ],
111 "name": "read test spec", 111 "name": "read test spec",
112 "~followup_annotations": [ 112 "~followup_annotations": [
113 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.chromiumos .json@@@",
113 "@@@STEP_LOG_LINE@json.output@{}@@@", 114 "@@@STEP_LOG_LINE@json.output@{}@@@",
114 "@@@STEP_LOG_END@json.output@@@" 115 "@@@STEP_LOG_END@json.output@@@"
115 ] 116 ]
116 }, 117 },
117 { 118 {
118 "cmd": [ 119 "cmd": [
119 "python", 120 "python",
120 "-u", 121 "-u",
121 "[BUILD]/scripts/slave/cleanup_temp.py" 122 "[BUILD]/scripts/slave/cleanup_temp.py"
122 ], 123 ],
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 "cmd": [ 243 "cmd": [
243 "python", 244 "python",
244 "-u", 245 "-u",
245 "[SLAVE_BUILD]/src/tools/checkperms/checkperms.py", 246 "[SLAVE_BUILD]/src/tools/checkperms/checkperms.py",
246 "--root", 247 "--root",
247 "[SLAVE_BUILD]/src" 248 "[SLAVE_BUILD]/src"
248 ], 249 ],
249 "name": "checkperms" 250 "name": "checkperms"
250 } 251 }
251 ] 252 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698