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_fyi_ClangToTiOS.json

Issue 1370213002: Add explicit compile targets to all Win and ToT Clang builders (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 2 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
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 "chromium.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "ClangToTiOS", 10 "ClangToTiOS",
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 "-u", 118 "-u",
119 "[BUILD]/scripts/slave/cleanup_temp.py" 119 "[BUILD]/scripts/slave/cleanup_temp.py"
120 ], 120 ],
121 "cwd": "[SLAVE_BUILD]", 121 "cwd": "[SLAVE_BUILD]",
122 "name": "cleanup_temp" 122 "name": "cleanup_temp"
123 }, 123 },
124 { 124 {
125 "cmd": [ 125 "cmd": [
126 "python", 126 "python",
127 "-u", 127 "-u",
128 "import sys; sys.exit(1)" 128 "[BUILD]/scripts/slave/compile.py",
129 "--target",
130 "Release-iphoneos",
131 "--src-dir",
132 "[SLAVE_BUILD]/src",
133 "--build-tool",
134 "ninja",
135 "--",
136 "all"
129 ], 137 ],
130 "cwd": "[SLAVE_BUILD]", 138 "cwd": "[SLAVE_BUILD]",
131 "name": "compile", 139 "env": {
132 "~followup_annotations": [ 140 "LLVM_FORCE_HEAD_REVISION": "YES"
133 "step returned non-zero exit code: 1", 141 },
134 "@@@STEP_TEXT@Misconfigured bot: no compile targets@@@", 142 "name": "compile"
135 "@@@STEP_FAILURE@@@"
136 ]
137 },
138 {
139 "name": "$final_result",
140 "reason": "Step('compile') failed with return_code 1",
141 "status_code": 1
142 } 143 }
143 ] 144 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698