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

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

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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
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]",
11 "name": "cleanup_temp" 12 "name": "cleanup_temp"
12 }, 13 },
13 { 14 {
14 "cmd": [ 15 "cmd": [
15 "python", 16 "python",
16 "-u", 17 "-u",
17 "[ROOT]/b/build/scripts/tools/runit.py", 18 "[BUILD]/scripts/tools/runit.py",
18 "[ROOT]/b/build/scripts/tools/pycurl.py", 19 "[BUILD]/scripts/tools/pycurl.py",
19 "https://v8-roll.appspot.com/status" 20 "https://v8-roll.appspot.com/status"
20 ], 21 ],
22 "cwd": "[SLAVE_BUILD]",
21 "name": "check roll status", 23 "name": "check roll status",
22 "stdout": "/path/to/tmp/", 24 "stdout": "/path/to/tmp/",
23 "~followup_annotations": [ 25 "~followup_annotations": [
24 "@@@STEP_TEXT@Rolling deactivated@@@", 26 "@@@STEP_TEXT@Rolling deactivated@@@",
25 "@@@STEP_LOG_LINE@stdout@0@@@", 27 "@@@STEP_LOG_LINE@stdout@0@@@",
26 "@@@STEP_LOG_END@stdout@@@" 28 "@@@STEP_LOG_END@stdout@@@"
27 ] 29 ]
28 }, 30 },
29 { 31 {
30 "cmd": [ 32 "cmd": [
31 "python", 33 "python",
32 "-u", 34 "-u",
33 "/opt/infra-python/run.py", 35 "/opt/infra-python/run.py",
34 "infra.tools.send_ts_mon_values", 36 "infra.tools.send_ts_mon_values",
35 "--ts-mon-target-type", 37 "--ts-mon-target-type",
36 "task", 38 "task",
37 "--ts-mon-task-service-name", 39 "--ts-mon-task-service-name",
38 "auto-roll", 40 "auto-roll",
39 "--ts-mon-task-job-name", 41 "--ts-mon-task-job-name",
40 "roll", 42 "roll",
41 "--counter", 43 "--counter",
42 "{\"name\": \"/v8/autoroller/count\", \"project\": \"v8-roll\", \"result\" : \"deactivated\", \"value\": 1}" 44 "{\"name\": \"/v8/autoroller/count\", \"project\": \"v8-roll\", \"result\" : \"deactivated\", \"value\": 1}"
43 ], 45 ],
46 "cwd": "[SLAVE_BUILD]",
44 "name": "upload stats" 47 "name": "upload stats"
45 }, 48 },
46 { 49 {
47 "name": "$result", 50 "name": "$result",
48 "recipe_result": null, 51 "recipe_result": null,
49 "status_code": 0 52 "status_code": 0
50 } 53 }
51 ] 54 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698