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

Side by Side Diff: scripts/slave/recipes/webrtc/auto_roll_chromium_deps.expected/rolling_deactivated.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 deactivated@@@", 23 "@@@STEP_TEXT@Rolling deactivated@@@",
24 "@@@STEP_LOG_LINE@stdout@0@@@", 24 "@@@STEP_LOG_LINE@stdout@0@@@",
25 "@@@STEP_LOG_END@stdout@@@" 25 "@@@STEP_LOG_END@stdout@@@"
26 ] 26 ]
27 }, 27 },
28 { 28 {
29 "name": "$result", 29 "name": "$result",
30 "recipe_result": null, 30 "recipe_result": null,
31 "status_code": 0 31 "status_code": 0
32 } 32 }
33 ] 33 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698