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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/swarming_test_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 2601 matching lines...) Expand 10 before | Expand all | Expand 10 after
2790 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@", 2806 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@",
2791 "@@@SET_BUILD_PROPERTY@failure_hash@\"2c817ab2d4394c69c9b8a0698b954936d9e1 fb76\"@@@" 2807 "@@@SET_BUILD_PROPERTY@failure_hash@\"2c817ab2d4394c69c9b8a0698b954936d9e1 fb76\"@@@"
2792 ] 2808 ]
2793 }, 2809 },
2794 { 2810 {
2795 "name": "$result", 2811 "name": "$result",
2796 "reason": "1 out of 1 aggregated steps failed. Failures: Step('gl_tests (ret ry summary)') failed with return_code 1", 2812 "reason": "1 out of 1 aggregated steps failed. Failures: Step('gl_tests (ret ry summary)') failed with return_code 1",
2797 "status_code": 1 2813 "status_code": 1
2798 } 2814 }
2799 ] 2815 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698