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

Side by Side Diff: scripts/slave/recipes/syzygy/continuous.expected/full_master_client_syzygy_Syzygy_Debug.json

Issue 1694383003: build: Bot_update refactor recipe roll (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 10 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\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
11 { 11 {
12 "cmd": [ 12 "cmd": [
13 "python", 13 "python",
14 "-u", 14 "-u",
15 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", 15 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py",
16 "--master",
17 "master.client.syzygy",
18 "--builder",
19 "Syzygy Debug",
20 "--slave",
21 "vm331-m3",
22 "--spec", 16 "--spec",
23 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS.syzygy', 'managed': Fa lse, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/github.co m/google/syzygy.git/'}, {'deps_file': 'DEPS', 'managed': False, 'name': 'src-int ernal', 'url': 'https://chrome-internal.googlesource.com/chrome/syzygy/internal. DEPS.git'}]", 17 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS.syzygy', 'managed': Fa lse, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/github.co m/google/syzygy.git/'}, {'deps_file': 'DEPS', 'managed': False, 'name': 'src-int ernal', 'url': 'https://chrome-internal.googlesource.com/chrome/syzygy/internal. DEPS.git'}]",
24 "--root", 18 "--root",
25 "src", 19 "src",
26 "--revision_mapping_file", 20 "--revision_mapping_file",
27 "{\"src\": \"got_revision\"}", 21 "{\"src\": \"got_revision\"}",
28 "--git-cache-dir", 22 "--git-cache-dir",
29 "[GIT_CACHE]", 23 "[GIT_CACHE]",
30 "--output_json", 24 "--output_json",
31 "/path/to/tmp/json", 25 "/path/to/tmp/json",
32 "--revision", 26 "--revision",
33 "src@0e9f25b1098271be2b096fd1c095d6d907cf86f7", 27 "src@0e9f25b1098271be2b096fd1c095d6d907cf86f7",
34 "--force",
35 "--output_manifest" 28 "--output_manifest"
36 ], 29 ],
37 "cwd": "[SLAVE_BUILD]", 30 "cwd": "[SLAVE_BUILD]",
38 "env": { 31 "env": {
39 "PATH": "%(PATH)s;RECIPE_PACKAGE[depot_tools]" 32 "PATH": "%(PATH)s;RECIPE_PACKAGE[depot_tools]"
40 }, 33 },
41 "name": "bot_update", 34 "name": "bot_update",
42 "~followup_annotations": [ 35 "~followup_annotations": [
43 "@@@STEP_TEXT@Some step text@@@", 36 "@@@STEP_TEXT@Some step text@@@",
44 "@@@STEP_LOG_LINE@json.output@{@@@", 37 "@@@STEP_LOG_LINE@json.output@{@@@",
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 "~followup_annotations": [ 224 "~followup_annotations": [
232 "@@@STEP_LINK@archive@https://syzygy-archive.commondatastorage.googleapis. com/index.html?path=builds/metrics/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/debu g.csv/@@@" 225 "@@@STEP_LINK@archive@https://syzygy-archive.commondatastorage.googleapis. com/index.html?path=builds/metrics/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/debu g.csv/@@@"
233 ] 226 ]
234 }, 227 },
235 { 228 {
236 "name": "$result", 229 "name": "$result",
237 "recipe_result": null, 230 "recipe_result": null,
238 "status_code": 0 231 "status_code": 0
239 } 232 }
240 ] 233 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698