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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 "builder_name": "v8_win_rel_ng_triggered", 169 "builder_name": "v8_win_rel_ng_triggered",
170 "properties": { 170 "properties": {
171 "issue": 12853011, 171 "issue": 12853011,
172 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", 172 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c",
173 "parent_got_revision_cp": "refs/heads/master@{#50110}", 173 "parent_got_revision_cp": "refs/heads/master@{#50110}",
174 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400 38896debc4", 174 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400 38896debc4",
175 "patch_project": "v8", 175 "patch_project": "v8",
176 "patch_storage": "rietveld", 176 "patch_storage": "rietveld",
177 "patchset": "1", 177 "patchset": "1",
178 "requester": "commit-bot@chromium.org", 178 "requester": "commit-bot@chromium.org",
179 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", 179 "revision": "12345",
180 "rietveld": "https://codereview.chromium.org", 180 "rietveld": "https://codereview.chromium.org",
181 "swarm_hashes": { 181 "swarm_hashes": {
182 "bot_default": "[dummy hash for bot_default]" 182 "bot_default": "[dummy hash for bot_default]"
183 } 183 }
184 } 184 }
185 } 185 }
186 ], 186 ],
187 "~followup_annotations": [ 187 "~followup_annotations": [
188 "@@@STEP_TEXT@v8_win_rel_ng_triggered@@@" 188 "@@@STEP_TEXT@v8_win_rel_ng_triggered@@@"
189 ] 189 ]
190 }, 190 },
191 { 191 {
192 "name": "$result", 192 "name": "$result",
193 "recipe_result": null, 193 "recipe_result": null,
194 "status_code": 0 194 "status_code": 0
195 } 195 }
196 ] 196 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698