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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/swarming_paths.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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 ], 156 ],
157 "cwd": "[SLAVE_BUILD]", 157 "cwd": "[SLAVE_BUILD]",
158 "name": "get compile targets for scripts", 158 "name": "get compile targets for scripts",
159 "~followup_annotations": [ 159 "~followup_annotations": [
160 "@@@STEP_LOG_LINE@json.output@{}@@@", 160 "@@@STEP_LOG_LINE@json.output@{}@@@",
161 "@@@STEP_LOG_END@json.output@@@" 161 "@@@STEP_LOG_END@json.output@@@"
162 ] 162 ]
163 }, 163 },
164 { 164 {
165 "cmd": [ 165 "cmd": [
166 "python",
167 "-u",
168 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
169 "[SLAVE_BUILD]/src/testing/buildbot/chromium.gpu.json",
170 "/path/to/tmp/json"
171 ],
172 "cwd": "[SLAVE_BUILD]",
173 "name": "read test spec (chromium.gpu)",
174 "~followup_annotations": [
175 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.gpu.json@@ @",
176 "@@@STEP_LOG_LINE@json.output@{}@@@",
177 "@@@STEP_LOG_END@json.output@@@"
178 ]
179 },
180 {
181 "cmd": [
166 "killall", 182 "killall",
167 "-9", 183 "-9",
168 "gnome-keyring-daemon" 184 "gnome-keyring-daemon"
169 ], 185 ],
170 "cwd": "[SLAVE_BUILD]", 186 "cwd": "[SLAVE_BUILD]",
171 "name": "killall gnome-keyring-daemon" 187 "name": "killall gnome-keyring-daemon"
172 }, 188 },
173 { 189 {
174 "cmd": [ 190 "cmd": [
175 "git", 191 "git",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 "@@@STEP_LOG_LINE@analyze_details@}@@@", 271 "@@@STEP_LOG_LINE@analyze_details@}@@@",
256 "@@@STEP_LOG_END@analyze_details@@@" 272 "@@@STEP_LOG_END@analyze_details@@@"
257 ] 273 ]
258 }, 274 },
259 { 275 {
260 "name": "$result", 276 "name": "$result",
261 "recipe_result": null, 277 "recipe_result": null,
262 "status_code": 0 278 "status_code": 0
263 } 279 }
264 ] 280 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698