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

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

Issue 1919193002: build: roll infra_paths changes (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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
7 "--show-path", 7 "--show-path",
8 "python", 8 "python",
9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
10 ], 10 ],
11 "cwd": "[SLAVE_BUILD]",
12 "name": "cleanup_temp" 11 "name": "cleanup_temp"
13 }, 12 },
14 { 13 {
15 "cmd": [ 14 "cmd": [
16 "python", 15 "python",
17 "-u", 16 "-u",
18 "[BUILD]/scripts/tools/runit.py", 17 "[ROOT]/b/build/scripts/tools/runit.py",
19 "[BUILD]/scripts/tools/pycurl.py", 18 "[ROOT]/b/build/scripts/tools/pycurl.py",
20 "https://v8-roll.appspot.com/status" 19 "https://v8-roll.appspot.com/status"
21 ], 20 ],
22 "cwd": "[SLAVE_BUILD]",
23 "name": "check roll status", 21 "name": "check roll status",
24 "stdout": "/path/to/tmp/", 22 "stdout": "/path/to/tmp/",
25 "~followup_annotations": [ 23 "~followup_annotations": [
26 "@@@STEP_TEXT@Rolling activated@@@", 24 "@@@STEP_TEXT@Rolling activated@@@",
27 "@@@STEP_LOG_LINE@stdout@1@@@", 25 "@@@STEP_LOG_LINE@stdout@1@@@",
28 "@@@STEP_LOG_END@stdout@@@" 26 "@@@STEP_LOG_END@stdout@@@"
29 ] 27 ]
30 }, 28 },
31 { 29 {
32 "cmd": [ 30 "cmd": [
33 "python", 31 "python",
34 "-u", 32 "-u",
35 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py", 33 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py",
36 "https://codereview.chromium.org/search?owner=v8-autoroll%40chromium.org&l imit=30&closed=3&format=json", 34 "https://codereview.chromium.org/search?owner=v8-autoroll%40chromium.org&l imit=30&closed=3&format=json",
37 "--outfile", 35 "--outfile",
38 "/path/to/tmp/" 36 "/path/to/tmp/"
39 ], 37 ],
40 "cwd": "[SLAVE_BUILD]",
41 "name": "check active roll" 38 "name": "check active roll"
42 }, 39 },
43 { 40 {
44 "cmd": [ 41 "cmd": [
45 "commit_queue", 42 "commit_queue",
46 "set", 43 "set",
47 "-i", 44 "-i",
48 "123456" 45 "123456"
49 ], 46 ],
50 "cwd": "[SLAVE_BUILD]",
51 "name": "send issue to CQ", 47 "name": "send issue to CQ",
52 "~followup_annotations": [ 48 "~followup_annotations": [
53 "@@@STEP_TEXT@Stale roll found. Resubmitted to CQ.@@@" 49 "@@@STEP_TEXT@Stale roll found. Resubmitted to CQ.@@@"
54 ] 50 ]
55 }, 51 },
56 { 52 {
57 "cmd": [ 53 "cmd": [
58 "python", 54 "python",
59 "-u", 55 "-u",
60 "/opt/infra-python/run.py", 56 "/opt/infra-python/run.py",
61 "infra.tools.send_ts_mon_values", 57 "infra.tools.send_ts_mon_values",
62 "--ts-mon-target-type", 58 "--ts-mon-target-type",
63 "task", 59 "task",
64 "--ts-mon-task-service-name", 60 "--ts-mon-task-service-name",
65 "auto-roll", 61 "auto-roll",
66 "--ts-mon-task-job-name", 62 "--ts-mon-task-job-name",
67 "roll", 63 "roll",
68 "--counter", 64 "--counter",
69 "{\"name\": \"/v8/autoroller/count\", \"project\": \"v8-roll\", \"result\" : \"stale_roll\", \"value\": 1}" 65 "{\"name\": \"/v8/autoroller/count\", \"project\": \"v8-roll\", \"result\" : \"stale_roll\", \"value\": 1}"
70 ], 66 ],
71 "cwd": "[SLAVE_BUILD]",
72 "name": "upload stats" 67 "name": "upload stats"
73 }, 68 },
74 { 69 {
75 "name": "$result", 70 "name": "$result",
76 "recipe_result": null, 71 "recipe_result": null,
77 "status_code": 0 72 "status_code": 0
78 } 73 }
79 ] 74 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698