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

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

Issue 620703002: Add isolate.clean_isolated_files and use in all related recipes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: 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 | 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 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_arm_cross_compile", 10 "linux_arm_cross_compile",
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 "env": { 103 "env": {
104 "GYP_CROSSCOMPILE": "1", 104 "GYP_CROSSCOMPILE": "1",
105 "GYP_DEFINES": "arm_float_abi=hard component=static_library dcheck_always_ on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=arm test_isolation_mode=arch ive test_isolation_outdir=https://isolateserver.appspot.com use_goma=1" 105 "GYP_DEFINES": "arm_float_abi=hard component=static_library dcheck_always_ on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=arm test_isolation_mode=arch ive test_isolation_outdir=https://isolateserver.appspot.com use_goma=1"
106 }, 106 },
107 "name": "gclient runhooks (with patch)" 107 "name": "gclient runhooks (with patch)"
108 }, 108 },
109 { 109 {
110 "cmd": [ 110 "cmd": [
111 "python", 111 "python",
112 "-u", 112 "-u",
113 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test s.py",
114 "--build-dir",
115 "[SLAVE_BUILD]/src/out/Release",
116 "--clean-isolated-files"
117 ],
118 "name": "clean isolated files"
119 },
120 {
121 "cmd": [
122 "python",
123 "-u",
113 "[BUILD]/scripts/slave/compile.py", 124 "[BUILD]/scripts/slave/compile.py",
114 "--target", 125 "--target",
115 "Release", 126 "Release",
116 "--src-dir", 127 "--src-dir",
117 "[SLAVE_BUILD]/src", 128 "[SLAVE_BUILD]/src",
118 "--build-tool", 129 "--build-tool",
119 "ninja", 130 "ninja",
120 "--compiler", 131 "--compiler",
121 "goma", 132 "goma",
122 "--goma-dir", 133 "--goma-dir",
(...skipping 19 matching lines...) Expand all
142 "~followup_annotations": [ 153 "~followup_annotations": [
143 "@@@STEP_LOG_LINE@json.output@{@@@", 154 "@@@STEP_LOG_LINE@json.output@{@@@",
144 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@", 155 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@",
145 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@", 156 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@",
146 "@@@STEP_LOG_LINE@json.output@}@@@", 157 "@@@STEP_LOG_LINE@json.output@}@@@",
147 "@@@STEP_LOG_END@json.output@@@", 158 "@@@STEP_LOG_END@json.output@@@",
148 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" 159 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@"
149 ] 160 ]
150 } 161 }
151 ] 162 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/chromium_trybot.py ('k') | scripts/slave/recipes/chromium_trybot.expected/force_swarming.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698