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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/swarming_trigger_failure.json

Issue 1574433004: Allow a single trybot to mirror multiple waterfall bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@bot-config-and-test-db
Patch Set: Created 4 years, 11 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 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_chromium_rel_ng", 10 "linux_chromium_rel_ng",
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 "name": "get compile targets for scripts", 169 "name": "get compile targets for scripts",
170 "~followup_annotations": [ 170 "~followup_annotations": [
171 "@@@STEP_LOG_LINE@json.output@{}@@@", 171 "@@@STEP_LOG_LINE@json.output@{}@@@",
172 "@@@STEP_LOG_END@json.output@@@" 172 "@@@STEP_LOG_END@json.output@@@"
173 ] 173 ]
174 }, 174 },
175 { 175 {
176 "cmd": [ 176 "cmd": [
177 "python", 177 "python",
178 "-u", 178 "-u",
179 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
180 "[SLAVE_BUILD]/src/testing/buildbot/chromium.gpu.json",
181 "/path/to/tmp/json"
182 ],
183 "cwd": "[SLAVE_BUILD]",
184 "name": "read test spec (chromium.gpu)",
185 "~followup_annotations": [
186 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.gpu.json@@ @",
187 "@@@STEP_LOG_LINE@json.output@{}@@@",
188 "@@@STEP_LOG_END@json.output@@@"
189 ]
190 },
191 {
192 "cmd": [
193 "python",
194 "-u",
179 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", 195 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py",
180 "--build-dir", 196 "--build-dir",
181 "[SLAVE_BUILD]/src/out/Release", 197 "[SLAVE_BUILD]/src/out/Release",
182 "--output-json", 198 "--output-json",
183 "/path/to/tmp/json" 199 "/path/to/tmp/json"
184 ], 200 ],
185 "cwd": "[SLAVE_BUILD]", 201 "cwd": "[SLAVE_BUILD]",
186 "name": "find isolated tests", 202 "name": "find isolated tests",
187 "~followup_annotations": [ 203 "~followup_annotations": [
188 "@@@STEP_LOG_LINE@json.output@{@@@", 204 "@@@STEP_LOG_LINE@json.output@{@@@",
(...skipping 2175 matching lines...) Expand 10 before | Expand all | Expand 10 after
2364 "@@@STEP_FAILURE@@@", 2380 "@@@STEP_FAILURE@@@",
2365 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06 5725\"@@@" 2381 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06 5725\"@@@"
2366 ] 2382 ]
2367 }, 2383 },
2368 { 2384 {
2369 "name": "$result", 2385 "name": "$result",
2370 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest s') failed with return_code 1", 2386 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest s') failed with return_code 1",
2371 "status_code": 1 2387 "status_code": 1
2372 } 2388 }
2373 ] 2389 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698