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 "tryserver.v8", | 17 "tryserver.v8", |
17 "--builder", | 18 "--builder", |
18 "v8_win_rel_ng", | 19 "v8_win_rel_ng", |
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\", \"v8/tools/swarming_client\": \"got_swarming_c
lient_revision\"}", | 27 "{\"v8\": \"got_revision\", \"v8/tools/swarming_client\": \"got_swarming_c
lient_revision\"}", |
27 "--git-cache-dir", | 28 "--git-cache-dir", |
28 "[ROOT]\\b\\build\\slave\\cache_dir", | 29 "[GIT_CACHE]", |
29 "--issue", | 30 "--issue", |
30 "12853011", | 31 "12853011", |
31 "--patchset", | 32 "--patchset", |
32 "1", | 33 "1", |
33 "--rietveld_server", | 34 "--rietveld_server", |
34 "https://codereview.chromium.org", | 35 "https://codereview.chromium.org", |
35 "--output_json", | 36 "--output_json", |
36 "/path/to/tmp/json", | 37 "/path/to/tmp/json", |
37 "--revision", | 38 "--revision", |
38 "v8@12345", | 39 "v8@12345", |
39 "--no_shallow", | 40 "--no_shallow", |
40 "--output_manifest" | 41 "--output_manifest" |
41 ], | 42 ], |
| 43 "cwd": "[SLAVE_BUILD]", |
42 "env": { | 44 "env": { |
43 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 45 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
44 }, | 46 }, |
45 "name": "bot_update", | 47 "name": "bot_update", |
46 "~followup_annotations": [ | 48 "~followup_annotations": [ |
47 "@@@STEP_TEXT@Some step text@@@", | 49 "@@@STEP_TEXT@Some step text@@@", |
48 "@@@STEP_LOG_LINE@json.output@{@@@", | 50 "@@@STEP_LOG_LINE@json.output@{@@@", |
49 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 51 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
50 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 52 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
51 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"12345\"@@@", | 53 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"12345\"@@@", |
(...skipping 23 matching lines...) Expand all Loading... |
75 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", | 77 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", |
76 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@", | 78 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@", |
77 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#108913}\"@@@", | 79 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#108913}\"@@@", |
78 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" | 80 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" |
79 ] | 81 ] |
80 }, | 82 }, |
81 { | 83 { |
82 "cmd": [ | 84 "cmd": [ |
83 "python", | 85 "python", |
84 "-u", | 86 "-u", |
85 "[CWD]\\v8\\tools\\swarming_client\\swarming.py", | 87 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py", |
86 "--version" | 88 "--version" |
87 ], | 89 ], |
| 90 "cwd": "[SLAVE_BUILD]", |
88 "name": "swarming.py --version", | 91 "name": "swarming.py --version", |
89 "stdout": "/path/to/tmp/", | 92 "stdout": "/path/to/tmp/", |
90 "~followup_annotations": [ | 93 "~followup_annotations": [ |
91 "@@@STEP_TEXT@0.4.10@@@" | 94 "@@@STEP_TEXT@0.4.10@@@" |
92 ] | 95 ] |
93 }, | 96 }, |
94 { | 97 { |
95 "cmd": [ | 98 "cmd": [ |
96 "python", | 99 "python", |
97 "-u", | 100 "-u", |
98 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 101 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
99 "runhooks" | 102 "runhooks" |
100 ], | 103 ], |
| 104 "cwd": "[SLAVE_BUILD]", |
101 "env": { | 105 "env": { |
102 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 106 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
103 "GYP_DEFINES": "chromium_win_pch=0 dcheck_always_on=1 fastbuild=1 gomadir=
'[ROOT]\\b\\build\\goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1
v8_target_arch=ia32", | 107 "GYP_DEFINES": "chromium_win_pch=0 dcheck_always_on=1 fastbuild=1 gomadir=
'[BUILD]\\goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1 v8_targe
t_arch=ia32", |
104 "GYP_GENERATORS": "ninja", | 108 "GYP_GENERATORS": "ninja", |
105 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 109 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
106 }, | 110 }, |
107 "name": "gclient runhooks" | 111 "name": "gclient runhooks" |
108 }, | 112 }, |
109 { | 113 { |
110 "cmd": [ | 114 "cmd": [ |
111 "python", | 115 "python", |
112 "-u", | 116 "-u", |
113 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 117 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
114 "--show-path", | 118 "--show-path", |
115 "python", | 119 "python", |
116 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 120 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
117 ], | 121 ], |
| 122 "cwd": "[SLAVE_BUILD]", |
118 "name": "cleanup_temp" | 123 "name": "cleanup_temp" |
119 }, | 124 }, |
120 { | 125 { |
121 "cmd": [ | 126 "cmd": [ |
122 "python", | 127 "python", |
123 "-u", | 128 "-u", |
124 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 129 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
125 "--show-path", | 130 "--show-path", |
126 "python", | 131 "python", |
127 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 132 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
128 "--gsutil-py-path", | 133 "--gsutil-py-path", |
129 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 134 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
130 "--ninja-path", | 135 "--ninja-path", |
131 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 136 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
132 "--target", | 137 "--target", |
133 "Release", | 138 "Release", |
134 "--src-dir", | 139 "--src-dir", |
135 "[CWD]\\v8", | 140 "[SLAVE_BUILD]\\v8", |
136 "--goma-cache-dir", | 141 "--goma-cache-dir", |
137 "[ROOT]\\b\\build\\slave\\goma_cache", | 142 "[GOMA_CACHE]", |
138 "--build-tool", | 143 "--build-tool", |
139 "ninja", | 144 "ninja", |
140 "--compiler", | 145 "--compiler", |
141 "goma", | 146 "goma", |
142 "--goma-jsonstatus", | 147 "--goma-jsonstatus", |
143 "/path/to/tmp/json", | 148 "/path/to/tmp/json", |
144 "--goma-service-account-json-file", | 149 "--goma-service-account-json-file", |
145 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 150 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
146 "--goma-dir", | 151 "--goma-dir", |
147 "[ROOT]\\b\\build\\goma", | 152 "[BUILD]\\goma", |
148 "--goma-fail-fast", | 153 "--goma-fail-fast", |
149 "--goma-disable-local-fallback", | 154 "--goma-disable-local-fallback", |
150 "--" | 155 "--" |
151 ], | 156 ], |
| 157 "cwd": "[SLAVE_BUILD]", |
152 "env": { | 158 "env": { |
153 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 159 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
154 }, | 160 }, |
155 "name": "compile", | 161 "name": "compile", |
156 "~followup_annotations": [ | 162 "~followup_annotations": [ |
157 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 163 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
158 "@@@STEP_LOG_END@json.output (invalid)@@@" | 164 "@@@STEP_LOG_END@json.output (invalid)@@@" |
159 ] | 165 ] |
160 }, | 166 }, |
161 { | 167 { |
162 "cmd": [ | 168 "cmd": [ |
163 "python", | 169 "python", |
164 "-u", | 170 "-u", |
165 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", | 171 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", |
166 "[CWD]\\v8\\tools\\swarming_client", | 172 "[SLAVE_BUILD]\\v8\\tools\\swarming_client", |
167 "batcharchive", | 173 "batcharchive", |
168 "--dump-json", | 174 "--dump-json", |
169 "/path/to/tmp/json", | 175 "/path/to/tmp/json", |
170 "--isolate-server", | 176 "--isolate-server", |
171 "https://isolateserver.appspot.com", | 177 "https://isolateserver.appspot.com", |
172 "--verbose", | 178 "--verbose", |
173 "[CWD]\\v8\\out\\Release\\bot_default.isolated.gen.json", | 179 "[SLAVE_BUILD]\\v8\\out\\Release\\bot_default.isolated.gen.json", |
174 "[CWD]\\v8\\out\\Release\\ignition.isolated.gen.json" | 180 "[SLAVE_BUILD]\\v8\\out\\Release\\ignition.isolated.gen.json" |
175 ], | 181 ], |
| 182 "cwd": "[SLAVE_BUILD]", |
176 "name": "isolate tests", | 183 "name": "isolate tests", |
177 "~followup_annotations": [ | 184 "~followup_annotations": [ |
178 "@@@STEP_LOG_LINE@json.output@{@@@", | 185 "@@@STEP_LOG_LINE@json.output@{@@@", |
179 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", | 186 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", |
180 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
"@@@", | 187 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
"@@@", |
181 "@@@STEP_LOG_LINE@json.output@}@@@", | 188 "@@@STEP_LOG_LINE@json.output@}@@@", |
182 "@@@STEP_LOG_END@json.output@@@" | 189 "@@@STEP_LOG_END@json.output@@@" |
183 ] | 190 ] |
184 }, | 191 }, |
185 { | 192 { |
186 "cmd": [], | 193 "cmd": [], |
| 194 "cwd": "[SLAVE_BUILD]", |
187 "name": "trigger", | 195 "name": "trigger", |
188 "trigger_specs": [ | 196 "trigger_specs": [ |
189 { | 197 { |
190 "builder_name": "v8_win_rel_ng_triggered", | 198 "builder_name": "v8_win_rel_ng_triggered", |
191 "properties": { | 199 "properties": { |
192 "category": "cq", | 200 "category": "cq", |
193 "issue": 12853011, | 201 "issue": 12853011, |
194 "master": "tryserver.v8", | 202 "master": "tryserver.v8", |
195 "parent_build_environment": { | 203 "parent_build_environment": { |
196 "GYP_DEFINES": "chromium_win_pch=0 dcheck_always_on=1 fastbuild=1 ta
rget_arch=ia32 test_isolation_mode=prepare use_goma=1 v8_target_arch=ia32", | 204 "GYP_DEFINES": "chromium_win_pch=0 dcheck_always_on=1 fastbuild=1 ta
rget_arch=ia32 test_isolation_mode=prepare use_goma=1 v8_target_arch=ia32", |
(...skipping 19 matching lines...) Expand all Loading... |
216 "~followup_annotations": [ | 224 "~followup_annotations": [ |
217 "@@@STEP_TEXT@v8_win_rel_ng_triggered@@@" | 225 "@@@STEP_TEXT@v8_win_rel_ng_triggered@@@" |
218 ] | 226 ] |
219 }, | 227 }, |
220 { | 228 { |
221 "name": "$result", | 229 "name": "$result", |
222 "recipe_result": null, | 230 "recipe_result": null, |
223 "status_code": 0 | 231 "status_code": 0 |
224 } | 232 } |
225 ] | 233 ] |
OLD | NEW |