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

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

Issue 666023004: Use src-side launcher for telemetry_unittests in chromium_trybot recipe (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: rebase & add TODO Created 6 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 "tryserver.chromium.win", 8 "tryserver.chromium.win",
9 "--builder", 9 "--builder",
10 "win_chromium_rel", 10 "win_chromium_rel",
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", 120 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@",
121 "@@@STEP_LOG_LINE@json.output@ }@@@", 121 "@@@STEP_LOG_LINE@json.output@ }@@@",
122 "@@@STEP_LOG_LINE@json.output@]@@@", 122 "@@@STEP_LOG_LINE@json.output@]@@@",
123 "@@@STEP_LOG_END@json.output@@@" 123 "@@@STEP_LOG_END@json.output@@@"
124 ] 124 ]
125 }, 125 },
126 { 126 {
127 "cmd": [ 127 "cmd": [
128 "python", 128 "python",
129 "-u", 129 "-u",
130 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py",
131 "--output",
132 "/path/to/tmp/json",
133 "--",
134 "--build-config-fs",
135 "Release",
136 "--paths",
137 "{\"build\": \"[BUILD]\"}",
138 "--properties",
139 "{\"buildername\": \"win_chromium_rel\", \"buildnumber\": 571, \"slavename \": \"TestSlavename\"}"
140 ],
141 "name": "get compile targets for scripts",
142 "~followup_annotations": [
143 "@@@STEP_LOG_LINE@json.output@{}@@@",
144 "@@@STEP_LOG_END@json.output@@@"
145 ]
146 },
147 {
148 "cmd": [
149 "python",
150 "-u",
130 "[DEPOT_TOOLS]\\gclient.py", 151 "[DEPOT_TOOLS]\\gclient.py",
131 "runhooks" 152 "runhooks"
132 ], 153 ],
133 "env": { 154 "env": {
134 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_ on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 use_goma=1" 155 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_ on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 use_goma=1"
135 }, 156 },
136 "name": "gclient runhooks (with patch)" 157 "name": "gclient runhooks (with patch)"
137 }, 158 },
138 { 159 {
139 "cmd": [ 160 "cmd": [
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 "@@@STEP_FAILURE@@@", 286 "@@@STEP_FAILURE@@@",
266 "@@@SET_BUILD_PROPERTY@failure_type@\"TRANSIENT_FAILURE\"@@@" 287 "@@@SET_BUILD_PROPERTY@failure_type@\"TRANSIENT_FAILURE\"@@@"
267 ] 288 ]
268 }, 289 },
269 { 290 {
270 "name": "$final_result", 291 "name": "$final_result",
271 "reason": "Step('compile (without patch)') failed with return_code 1", 292 "reason": "Step('compile (without patch)') failed with return_code 1",
272 "status_code": 1 293 "status_code": 1
273 } 294 }
274 ] 295 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698