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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_git_LinuxGit.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.git", 9 "chromium.git",
10 "--builder", 10 "--builder",
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 { 61 {
62 "cmd": [ 62 "cmd": [
63 "python", 63 "python",
64 "-u", 64 "-u",
65 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 65 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
66 "[SLAVE_BUILD]/src/testing/buildbot/chromium.git.json", 66 "[SLAVE_BUILD]/src/testing/buildbot/chromium.git.json",
67 "/path/to/tmp/json" 67 "/path/to/tmp/json"
68 ], 68 ],
69 "name": "read test spec", 69 "name": "read test spec",
70 "~followup_annotations": [ 70 "~followup_annotations": [
71 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.git.json@@ @",
71 "@@@STEP_LOG_LINE@json.output@{}@@@", 72 "@@@STEP_LOG_LINE@json.output@{}@@@",
72 "@@@STEP_LOG_END@json.output@@@" 73 "@@@STEP_LOG_END@json.output@@@"
73 ] 74 ]
74 }, 75 },
75 { 76 {
76 "cmd": [ 77 "cmd": [
77 "python", 78 "python",
78 "-u", 79 "-u",
79 "[BUILD]/scripts/slave/cleanup_temp.py" 80 "[BUILD]/scripts/slave/cleanup_temp.py"
80 ], 81 ],
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 "--json", 115 "--json",
115 "/path/to/tmp/json" 116 "/path/to/tmp/json"
116 ], 117 ],
117 "name": "checkdeps", 118 "name": "checkdeps",
118 "~followup_annotations": [ 119 "~followup_annotations": [
119 "@@@STEP_LOG_LINE@json.output@[]@@@", 120 "@@@STEP_LOG_LINE@json.output@[]@@@",
120 "@@@STEP_LOG_END@json.output@@@" 121 "@@@STEP_LOG_END@json.output@@@"
121 ] 122 ]
122 } 123 }
123 ] 124 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698