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

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

Issue 1489293003: V8 Buildbot: Properly set revision property for triggered tryjobs. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years 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\\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 },
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 "builder_name": "v8_win64_rel_ng_triggered", 173 "builder_name": "v8_win64_rel_ng_triggered",
174 "properties": { 174 "properties": {
175 "issue": 12853011, 175 "issue": 12853011,
176 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", 176 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c",
177 "parent_got_revision_cp": "refs/heads/master@{#50110}", 177 "parent_got_revision_cp": "refs/heads/master@{#50110}",
178 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400 38896debc4", 178 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400 38896debc4",
179 "patch_project": "v8", 179 "patch_project": "v8",
180 "patch_storage": "rietveld", 180 "patch_storage": "rietveld",
181 "patchset": "1", 181 "patchset": "1",
182 "requester": "commit-bot@chromium.org", 182 "requester": "commit-bot@chromium.org",
183 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", 183 "revision": "12345",
184 "rietveld": "https://codereview.chromium.org", 184 "rietveld": "https://codereview.chromium.org",
185 "swarm_hashes": { 185 "swarm_hashes": {
186 "bot_default": "[dummy hash for bot_default]", 186 "bot_default": "[dummy hash for bot_default]",
187 "simdjs": "[dummy hash for simdjs]" 187 "simdjs": "[dummy hash for simdjs]"
188 } 188 }
189 } 189 }
190 } 190 }
191 ], 191 ],
192 "~followup_annotations": [ 192 "~followup_annotations": [
193 "@@@STEP_TEXT@v8_win64_rel_ng_triggered@@@" 193 "@@@STEP_TEXT@v8_win64_rel_ng_triggered@@@"
194 ] 194 ]
195 }, 195 },
196 { 196 {
197 "name": "$result", 197 "name": "$result",
198 "recipe_result": null, 198 "recipe_result": null,
199 "status_code": 0 199 "status_code": 0
200 } 200 }
201 ] 201 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698