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

Side by Side Diff: scripts/slave/recipes/webrtc/auto_roll_chromium_deps.expected/active_roll.json

Issue 1384273003: WebRTC: Bot for autorolling WebRTC+libjingle in Chromium DEPS. Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Added LKGR lookup step Created 5 years, 1 month 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/cleanup_temp.py" 6 "[BUILD]/scripts/slave/cleanup_temp.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "cleanup_temp" 9 "name": "cleanup_temp"
10 }, 10 },
11 { 11 {
12 "cmd": [ 12 "cmd": [
13 "python", 13 "python",
14 "-u", 14 "-u",
15 "[BUILD]/scripts/tools/runit.py", 15 "[BUILD]/scripts/tools/runit.py",
16 "[BUILD]/scripts/tools/pycurl.py", 16 "[BUILD]/scripts/tools/pycurl.py",
17 "https://v8-roll.appspot.com/status" 17 "https://webrtc-roll.appspot.com/status"
18 ], 18 ],
19 "cwd": "[SLAVE_BUILD]", 19 "cwd": "[SLAVE_BUILD]",
20 "name": "check roll status", 20 "name": "check roll status",
21 "stdout": "/path/to/tmp/", 21 "stdout": "/path/to/tmp/",
22 "~followup_annotations": [ 22 "~followup_annotations": [
23 "@@@STEP_TEXT@Rolling activated@@@", 23 "@@@STEP_TEXT@Rolling activated@@@",
24 "@@@STEP_LOG_LINE@stdout@1@@@", 24 "@@@STEP_LOG_LINE@stdout@1@@@",
25 "@@@STEP_LOG_END@stdout@@@" 25 "@@@STEP_LOG_END@stdout@@@"
26 ] 26 ]
27 }, 27 },
28 { 28 {
29 "cmd": [ 29 "cmd": [
30 "python", 30 "python",
31 "-u", 31 "-u",
32 "[BUILD]/scripts/tools/pycurl.py", 32 "[BUILD]/scripts/tools/pycurl.py",
33 "https://codereview.chromium.org/search?owner=v8-autoroll%40chromium.org&l imit=30&closed=3&format=json", 33 "https://codereview.chromium.org/search?owner=webrtc-autoroll%40chromium.o rg&limit=30&closed=3&format=json",
34 "--outfile", 34 "--outfile",
35 "/path/to/tmp/" 35 "/path/to/tmp/"
36 ], 36 ],
37 "cwd": "[SLAVE_BUILD]", 37 "cwd": "[SLAVE_BUILD]",
38 "name": "check active roll", 38 "name": "check active roll",
39 "~followup_annotations": [ 39 "~followup_annotations": [
40 "@@@STEP_TEXT@Active rolls found.@@@" 40 "@@@STEP_TEXT@Active rolls found.@@@"
41 ] 41 ]
42 }, 42 },
43 { 43 {
44 "name": "$result", 44 "name": "$result",
45 "recipe_result": null, 45 "recipe_result": null,
46 "status_code": 0 46 "status_code": 0
47 } 47 }
48 ] 48 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698