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

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

Issue 1472893002: chromium_tests: require explicit compile targets (except for Android) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years 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 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.perf.fyi", 8 "chromium.perf.fyi",
9 "--builder", 9 "--builder",
10 "android_oilpan_builder", 10 "android_oilpan_builder",
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 "-u", 109 "-u",
110 "[BUILD]/scripts/slave/cleanup_temp.py" 110 "[BUILD]/scripts/slave/cleanup_temp.py"
111 ], 111 ],
112 "cwd": "[SLAVE_BUILD]", 112 "cwd": "[SLAVE_BUILD]",
113 "name": "cleanup_temp" 113 "name": "cleanup_temp"
114 }, 114 },
115 { 115 {
116 "cmd": [ 116 "cmd": [
117 "python", 117 "python",
118 "-u", 118 "-u",
119 "[BUILD]/scripts/slave/compile.py", 119 "import sys; sys.exit(1)"
120 "--target",
121 "Release",
122 "--src-dir",
123 "[SLAVE_BUILD]/src",
124 "--build-tool",
125 "ninja",
126 "--compiler",
127 "goma",
128 "--goma-jsonstatus",
129 "/path/to/tmp/json",
130 "--mode",
131 "official",
132 "--goma-dir",
133 "[BUILD]/goma",
134 "--"
135 ], 120 ],
136 "cwd": "[SLAVE_BUILD]", 121 "cwd": "[SLAVE_BUILD]",
137 "env": {
138 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
139 },
140 "name": "compile", 122 "name": "compile",
141 "~followup_annotations": [ 123 "~followup_annotations": [
142 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 124 "step returned non-zero exit code: 1",
143 "@@@STEP_LOG_END@json.output (invalid)@@@" 125 "@@@STEP_TEXT@Please add explicit compile targets for the build@@@",
144 ] 126 "@@@STEP_FAILURE@@@"
145 },
146 {
147 "allow_subannotations": true,
148 "cmd": [
149 "python",
150 "-u",
151 "[BUILD]/scripts/slave/zip_build.py",
152 "--target",
153 "Release",
154 "--build-url",
155 "gs://chrome-perf/android_oilpan_builder",
156 "--build_revision",
157 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
158 "--factory-properties",
159 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"android_oilpan_builder\", \"buildnumber\": 571, \"mastername\": \"chromium.perf.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\ "}",
160 "--build-properties",
161 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"android_oilpan_builder\", \"buildnumber\": 571, \"mastername\": \"chromium.perf.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\ "}"
162 ],
163 "cwd": "[SLAVE_BUILD]",
164 "name": "package build"
165 },
166 {
167 "cmd": [],
168 "cwd": "[SLAVE_BUILD]",
169 "name": "trigger",
170 "trigger_specs": [
171 {
172 "builder_name": "android_nexus5_oilpan_perf"
173 }
174 ],
175 "~followup_annotations": [
176 "@@@STEP_TEXT@android_nexus5_oilpan_perf@@@"
177 ] 127 ]
178 }, 128 },
179 { 129 {
180 "name": "$result", 130 "name": "$result",
181 "recipe_result": null, 131 "reason": "Step('compile') failed with return_code 1",
182 "status_code": 0 132 "status_code": 1
183 } 133 }
184 ] 134 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698