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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Linux_ARM_Cross_Compile.json

Issue 595143002: Enable isolate on Linux release builder. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: fix 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 "chromium.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Linux ARM Cross-Compile", 10 "Linux ARM Cross-Compile",
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 "-u", 116 "-u",
117 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py", 117 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py",
118 "--json", 118 "--json",
119 "/path/to/tmp/json" 119 "/path/to/tmp/json"
120 ], 120 ],
121 "name": "checkdeps", 121 "name": "checkdeps",
122 "~followup_annotations": [ 122 "~followup_annotations": [
123 "@@@STEP_LOG_LINE@json.output@[]@@@", 123 "@@@STEP_LOG_LINE@json.output@[]@@@",
124 "@@@STEP_LOG_END@json.output@@@" 124 "@@@STEP_LOG_END@json.output@@@"
125 ] 125 ]
126 },
127 {
128 "cmd": [
129 "python",
130 "-u",
131 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test s.py",
132 "--build-dir",
133 "[SLAVE_BUILD]/src/out/Release",
134 "--output-json",
135 "/path/to/tmp/json"
136 ],
137 "name": "find isolated tests",
138 "~followup_annotations": [
139 "@@@STEP_LOG_LINE@json.output@{@@@",
140 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@",
141 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@",
142 "@@@STEP_LOG_LINE@json.output@}@@@",
143 "@@@STEP_LOG_END@json.output@@@",
144 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@"
145 ]
146 } 126 }
147 ] 127 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698