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

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

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge Created 4 years, 7 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 deactivated@@@", 24 "@@@STEP_TEXT@Rolling deactivated@@@",
27 "@@@STEP_LOG_LINE@stdout@0@@@", 25 "@@@STEP_LOG_LINE@stdout@0@@@",
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 "/opt/infra-python/run.py", 33 "/opt/infra-python/run.py",
36 "infra.tools.send_ts_mon_values", 34 "infra.tools.send_ts_mon_values",
37 "--ts-mon-target-type", 35 "--ts-mon-target-type",
38 "task", 36 "task",
39 "--ts-mon-task-service-name", 37 "--ts-mon-task-service-name",
40 "auto-roll", 38 "auto-roll",
41 "--ts-mon-task-job-name", 39 "--ts-mon-task-job-name",
42 "roll", 40 "roll",
43 "--counter", 41 "--counter",
44 "{\"name\": \"/v8/autoroller/count\", \"project\": \"v8-roll\", \"result\" : \"deactivated\", \"value\": 1}" 42 "{\"name\": \"/v8/autoroller/count\", \"project\": \"v8-roll\", \"result\" : \"deactivated\", \"value\": 1}"
45 ], 43 ],
46 "cwd": "[SLAVE_BUILD]",
47 "name": "upload stats" 44 "name": "upload stats"
48 }, 45 },
49 { 46 {
50 "name": "$result", 47 "name": "$result",
51 "recipe_result": null, 48 "recipe_result": null,
52 "status_code": 0 49 "status_code": 0
53 } 50 }
54 ] 51 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698