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

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

Issue 485873004: Adds ability for builders to only compile targets affected by change (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: merge 2 trunk Created 6 years, 4 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_arm_cross_compile", 10 "linux_arm_cross_compile",
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 "Release", 130 "Release",
131 "--src-dir", 131 "--src-dir",
132 "[SLAVE_BUILD]/src", 132 "[SLAVE_BUILD]/src",
133 "--build-tool", 133 "--build-tool",
134 "ninja", 134 "ninja",
135 "--compiler", 135 "--compiler",
136 "goma", 136 "goma",
137 "--goma-dir", 137 "--goma-dir",
138 "[BUILD]/goma", 138 "[BUILD]/goma",
139 "--", 139 "--",
140 "chrome",
141 "chrome",
142 "base_unittests", 140 "base_unittests",
143 "mojo_common_unittests", 141 "mojo_common_unittests",
144 "browser_tests", 142 "browser_tests"
145 "chrome"
146 ], 143 ],
147 "name": "compile (with patch)" 144 "name": "compile (with patch)"
148 }, 145 },
149 { 146 {
150 "cmd": [ 147 "cmd": [
151 "python", 148 "python",
152 "-u", 149 "-u",
153 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test s.py", 150 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test s.py",
154 "--build-dir", 151 "--build-dir",
155 "[SLAVE_BUILD]/src/out/Release", 152 "[SLAVE_BUILD]/src/out/Release",
156 "--output-json", 153 "--output-json",
157 "/path/to/tmp/json" 154 "/path/to/tmp/json"
158 ], 155 ],
159 "name": "find isolated tests", 156 "name": "find isolated tests",
160 "~followup_annotations": [ 157 "~followup_annotations": [
161 "@@@STEP_LOG_LINE@json.output@{@@@", 158 "@@@STEP_LOG_LINE@json.output@{@@@",
162 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@", 159 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@",
163 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@", 160 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@",
164 "@@@STEP_LOG_LINE@json.output@}@@@", 161 "@@@STEP_LOG_LINE@json.output@}@@@",
165 "@@@STEP_LOG_END@json.output@@@", 162 "@@@STEP_LOG_END@json.output@@@",
166 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_2\": \"[dummy hash for dummy_target_2]\", \"dummy_target_1\": \"[dummy hash for dummy_target_1]\"}@@@" 163 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_2\": \"[dummy hash for dummy_target_2]\", \"dummy_target_1\": \"[dummy hash for dummy_target_1]\"}@@@"
167 ] 164 ]
168 } 165 }
169 ] 166 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698