OLD | NEW |
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 "name": "taskkill" | 9 "name": "taskkill" |
9 }, | 10 }, |
10 { | 11 { |
11 "cmd": [ | 12 "cmd": [ |
12 "python", | 13 "python", |
13 "-u", | 14 "-u", |
14 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 15 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
15 "--master", | 16 "--master", |
16 "client.v8", | 17 "client.v8", |
17 "--builder", | 18 "--builder", |
18 "V8 Win64 - clang", | 19 "V8 Win64 - clang", |
19 "--slave", | 20 "--slave", |
20 "TestSlavename", | 21 "TestSlavename", |
21 "--spec", | 22 "--spec", |
22 "cache_dir = '[ROOT]\\\\b\\\\build\\\\slave\\\\cache_dir'\nsolutions = [{'
custom_vars': {'chromium_trunk': 'svn://svn-mirror.golo.chromium.org/chrome/trun
k'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'v8', 'url': 'https://chromiu
m.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'}]", |
23 "--root", | 24 "--root", |
24 "v8", | 25 "v8", |
25 "--revision_mapping_file", | 26 "--revision_mapping_file", |
26 "{\"v8\": \"got_revision\"}", | 27 "{\"v8\": \"got_revision\"}", |
27 "--git-cache-dir", | 28 "--git-cache-dir", |
28 "[ROOT]\\b\\build\\slave\\cache_dir", | 29 "[GIT_CACHE]", |
29 "--output_json", | 30 "--output_json", |
30 "/path/to/tmp/json", | 31 "/path/to/tmp/json", |
31 "--revision", | 32 "--revision", |
32 "v8@20123", | 33 "v8@20123", |
33 "--no_shallow", | 34 "--no_shallow", |
34 "--output_manifest" | 35 "--output_manifest" |
35 ], | 36 ], |
| 37 "cwd": "[SLAVE_BUILD]", |
36 "env": { | 38 "env": { |
37 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 39 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
38 }, | 40 }, |
39 "name": "bot_update", | 41 "name": "bot_update", |
40 "~followup_annotations": [ | 42 "~followup_annotations": [ |
41 "@@@STEP_TEXT@Some step text@@@", | 43 "@@@STEP_TEXT@Some step text@@@", |
42 "@@@STEP_LOG_LINE@json.output@{@@@", | 44 "@@@STEP_LOG_LINE@json.output@{@@@", |
43 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
44 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 46 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
45 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"20123\"@@@", | 47 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"20123\"@@@", |
(...skipping 18 matching lines...) Expand all Loading... |
64 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" | 66 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" |
65 ] | 67 ] |
66 }, | 68 }, |
67 { | 69 { |
68 "cmd": [ | 70 "cmd": [ |
69 "python", | 71 "python", |
70 "-u", | 72 "-u", |
71 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 73 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
72 "runhooks" | 74 "runhooks" |
73 ], | 75 ], |
| 76 "cwd": "[SLAVE_BUILD]", |
74 "env": { | 77 "env": { |
75 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 78 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
76 "GYP_DEFINES": "clang=1 gomadir='[ROOT]\\b\\build\\goma' target_arch=x64 u
se_goma=1 v8_target_arch=x64", | 79 "GYP_DEFINES": "clang=1 gomadir='[BUILD]\\goma' target_arch=x64 use_goma=1
v8_target_arch=x64", |
77 "GYP_GENERATORS": "ninja", | 80 "GYP_GENERATORS": "ninja", |
78 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 81 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
79 }, | 82 }, |
80 "name": "gclient runhooks" | 83 "name": "gclient runhooks" |
81 }, | 84 }, |
82 { | 85 { |
83 "cmd": [ | 86 "cmd": [ |
84 "python", | 87 "python", |
85 "-u", | 88 "-u", |
86 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 89 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
87 "--show-path", | 90 "--show-path", |
88 "python", | 91 "python", |
89 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 92 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
90 ], | 93 ], |
| 94 "cwd": "[SLAVE_BUILD]", |
91 "name": "cleanup_temp" | 95 "name": "cleanup_temp" |
92 }, | 96 }, |
93 { | 97 { |
94 "allow_subannotations": true, | 98 "allow_subannotations": true, |
95 "cmd": [ | 99 "cmd": [ |
96 "python", | 100 "python", |
97 "-u", | 101 "-u", |
98 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py", | 102 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py", |
99 "--src-dir", | 103 "--src-dir", |
100 "[CWD]\\v8", | 104 "[SLAVE_BUILD]\\v8", |
101 "--output-json", | 105 "--output-json", |
102 "/path/to/tmp/json" | 106 "/path/to/tmp/json" |
103 ], | 107 ], |
| 108 "cwd": "[SLAVE_BUILD]", |
104 "env": { | 109 "env": { |
105 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 110 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
106 }, | 111 }, |
107 "name": "clang_revision", | 112 "name": "clang_revision", |
108 "~followup_annotations": [ | 113 "~followup_annotations": [ |
109 "@@@STEP_LOG_LINE@json.output@{@@@", | 114 "@@@STEP_LOG_LINE@json.output@{@@@", |
110 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 115 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
111 "@@@STEP_LOG_LINE@json.output@}@@@", | 116 "@@@STEP_LOG_LINE@json.output@}@@@", |
112 "@@@STEP_LOG_END@json.output@@@" | 117 "@@@STEP_LOG_END@json.output@@@" |
113 ] | 118 ] |
114 }, | 119 }, |
115 { | 120 { |
116 "cmd": [ | 121 "cmd": [ |
117 "python", | 122 "python", |
118 "-u", | 123 "-u", |
119 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 124 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
120 "--show-path", | 125 "--show-path", |
121 "python", | 126 "python", |
122 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 127 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
123 "--gsutil-py-path", | 128 "--gsutil-py-path", |
124 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 129 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
125 "--ninja-path", | 130 "--ninja-path", |
126 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 131 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
127 "--target", | 132 "--target", |
128 "Release_x64", | 133 "Release_x64", |
129 "--src-dir", | 134 "--src-dir", |
130 "[CWD]\\v8", | 135 "[SLAVE_BUILD]\\v8", |
131 "--goma-cache-dir", | 136 "--goma-cache-dir", |
132 "[ROOT]\\b\\build\\slave\\goma_cache", | 137 "[GOMA_CACHE]", |
133 "--build-tool", | 138 "--build-tool", |
134 "ninja", | 139 "ninja", |
135 "--compiler", | 140 "--compiler", |
136 "goma-clang", | 141 "goma-clang", |
137 "--goma-jsonstatus", | 142 "--goma-jsonstatus", |
138 "/path/to/tmp/json", | 143 "/path/to/tmp/json", |
139 "--goma-service-account-json-file", | 144 "--goma-service-account-json-file", |
140 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 145 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
141 "--goma-dir", | 146 "--goma-dir", |
142 "[ROOT]\\b\\build\\goma", | 147 "[BUILD]\\goma", |
143 "--arch", | 148 "--arch", |
144 "x64", | 149 "x64", |
145 "--" | 150 "--" |
146 ], | 151 ], |
| 152 "cwd": "[SLAVE_BUILD]", |
147 "env": { | 153 "env": { |
148 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 154 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
149 }, | 155 }, |
150 "name": "compile", | 156 "name": "compile", |
151 "~followup_annotations": [ | 157 "~followup_annotations": [ |
152 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 158 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
153 "@@@STEP_LOG_END@json.output (invalid)@@@" | 159 "@@@STEP_LOG_END@json.output (invalid)@@@" |
154 ] | 160 ] |
155 }, | 161 }, |
156 { | 162 { |
157 "name": "$result", | 163 "name": "$result", |
158 "recipe_result": null, | 164 "recipe_result": null, |
159 "status_code": 0 | 165 "status_code": 0 |
160 } | 166 } |
161 ] | 167 ] |
OLD | NEW |