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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Win64___clang.json

Issue 1886733002: V8: Add win-clang fyi bot. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 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
« no previous file with comments | « scripts/slave/recipe_modules/v8/builders.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[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", 16 "--master",
17 "tryserver.v8", 17 "client.v8",
18 "--builder", 18 "--builder",
19 "v8_win_nosnap_shared_compile_rel", 19 "V8 Win64 - clang",
20 "--slave", 20 "--slave",
21 "TestSlavename", 21 "TestSlavename",
22 "--spec", 22 "--spec",
23 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'chromium_trunk' : 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'mana ged': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", 23 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'chromium_trunk' : 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'mana ged': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]",
24 "--root", 24 "--root",
25 "v8", 25 "v8",
26 "--revision_mapping_file", 26 "--revision_mapping_file",
27 "{\"v8\": \"got_revision\"}", 27 "{\"v8\": \"got_revision\"}",
28 "--git-cache-dir", 28 "--git-cache-dir",
29 "[GIT_CACHE]", 29 "[GIT_CACHE]",
30 "--issue",
31 "12853011",
32 "--patchset",
33 "1",
34 "--rietveld_server",
35 "https://codereview.chromium.org",
36 "--output_json", 30 "--output_json",
37 "/path/to/tmp/json", 31 "/path/to/tmp/json",
38 "--revision", 32 "--revision",
39 "v8@12345", 33 "v8@20123",
40 "--no_shallow", 34 "--no_shallow",
41 "--output_manifest" 35 "--output_manifest"
42 ], 36 ],
43 "cwd": "[SLAVE_BUILD]", 37 "cwd": "[SLAVE_BUILD]",
44 "env": { 38 "env": {
45 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 39 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
46 }, 40 },
47 "name": "bot_update", 41 "name": "bot_update",
48 "~followup_annotations": [ 42 "~followup_annotations": [
49 "@@@STEP_TEXT@Some step text@@@", 43 "@@@STEP_TEXT@Some step text@@@",
50 "@@@STEP_LOG_LINE@json.output@{@@@", 44 "@@@STEP_LOG_LINE@json.output@{@@@",
51 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 45 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
52 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 46 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
53 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"12345\"@@@", 47 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"20123\"@@@",
54 "@@@STEP_LOG_LINE@json.output@ }, @@@", 48 "@@@STEP_LOG_LINE@json.output@ }, @@@",
55 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 49 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
56 "@@@STEP_LOG_LINE@json.output@ \"v8\": {@@@", 50 "@@@STEP_LOG_LINE@json.output@ \"v8\": {@@@",
57 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/v8. git\", @@@", 51 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/v8. git\", @@@",
58 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f2cbea7e89a45f46819777 bb78a1f5bd0241f64c\"@@@", 52 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f2cbea7e89a45f46819777 bb78a1f5bd0241f64c\"@@@",
59 "@@@STEP_LOG_LINE@json.output@ }@@@", 53 "@@@STEP_LOG_LINE@json.output@ }@@@",
60 "@@@STEP_LOG_LINE@json.output@ }, @@@", 54 "@@@STEP_LOG_LINE@json.output@ }, @@@",
61 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 55 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
62 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"v8\", @@@", 56 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"v8\", @@@",
63 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", 57 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
(...skipping 10 matching lines...) Expand all
74 }, 68 },
75 { 69 {
76 "cmd": [ 70 "cmd": [
77 "python", 71 "python",
78 "-u", 72 "-u",
79 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 73 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
80 "runhooks" 74 "runhooks"
81 ], 75 ],
82 "cwd": "[SLAVE_BUILD]", 76 "cwd": "[SLAVE_BUILD]",
83 "env": { 77 "env": {
84 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library dcheck_always_ on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 use_goma=1 v8_target_a rch=ia32 v8_use_snapshot=false", 78 "GYP_DEFINES": "clang=1 gomadir='[BUILD]\\goma' target_arch=x64 use_goma=1 v8_target_arch=x64",
85 "GYP_GENERATORS": "ninja", 79 "GYP_GENERATORS": "ninja",
86 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 80 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
87 }, 81 },
88 "name": "gclient runhooks" 82 "name": "gclient runhooks"
89 }, 83 },
90 { 84 {
91 "cmd": [ 85 "cmd": [
92 "python", 86 "python",
93 "-u", 87 "-u",
94 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 88 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
95 "--show-path", 89 "--show-path",
96 "python", 90 "python",
97 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" 91 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py"
98 ], 92 ],
99 "cwd": "[SLAVE_BUILD]", 93 "cwd": "[SLAVE_BUILD]",
100 "name": "cleanup_temp" 94 "name": "cleanup_temp"
101 }, 95 },
102 { 96 {
97 "allow_subannotations": true,
98 "cmd": [
99 "python",
100 "-u",
101 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py",
102 "--src-dir",
103 "[SLAVE_BUILD]\\v8",
104 "--output-json",
105 "/path/to/tmp/json"
106 ],
107 "cwd": "[SLAVE_BUILD]",
108 "name": "clang_revision",
109 "~followup_annotations": [
110 "@@@STEP_LOG_LINE@json.output@{@@@",
111 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
112 "@@@STEP_LOG_LINE@json.output@}@@@",
113 "@@@STEP_LOG_END@json.output@@@"
114 ]
115 },
116 {
103 "cmd": [ 117 "cmd": [
104 "python", 118 "python",
105 "-u", 119 "-u",
106 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 120 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
107 "--show-path", 121 "--show-path",
108 "python", 122 "python",
109 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 123 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
110 "--ninja-path", 124 "--ninja-path",
111 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 125 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
112 "--target", 126 "--target",
113 "Release", 127 "Release_x64",
114 "--src-dir", 128 "--src-dir",
115 "[SLAVE_BUILD]\\v8", 129 "[SLAVE_BUILD]\\v8",
116 "--goma-cache-dir", 130 "--goma-cache-dir",
117 "[GOMA_CACHE]", 131 "[GOMA_CACHE]",
118 "--build-tool", 132 "--build-tool",
119 "ninja", 133 "ninja",
120 "--compiler", 134 "--compiler",
121 "goma", 135 "goma-clang",
122 "--goma-jsonstatus", 136 "--goma-jsonstatus",
123 "/path/to/tmp/json", 137 "/path/to/tmp/json",
124 "--goma-dir", 138 "--goma-dir",
125 "[BUILD]\\goma", 139 "[BUILD]\\goma",
126 "--goma-fail-fast", 140 "--arch",
127 "--goma-disable-local-fallback", 141 "x64",
128 "--" 142 "--"
129 ], 143 ],
130 "cwd": "[SLAVE_BUILD]", 144 "cwd": "[SLAVE_BUILD]",
131 "name": "compile", 145 "name": "compile",
132 "~followup_annotations": [ 146 "~followup_annotations": [
133 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 147 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
134 "@@@STEP_LOG_END@json.output (invalid)@@@" 148 "@@@STEP_LOG_END@json.output (invalid)@@@"
135 ] 149 ]
136 }, 150 },
137 { 151 {
138 "name": "$result", 152 "name": "$result",
139 "recipe_result": null, 153 "recipe_result": null,
140 "status_code": 0 154 "status_code": 0
141 } 155 }
142 ] 156 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/v8/builders.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698