OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[BUILD]/scripts/tools/pycurl.py", | 6 "[BUILD]/scripts/tools/pycurl.py", |
7 "https://webrtc-roll-cr-rev-status.appspot.com/status" | 7 "https://webrtc-roll-cr-rev-status.appspot.com/status" |
8 ], | 8 ], |
9 "cwd": "[SLAVE_BUILD]", | 9 "cwd": "[SLAVE_BUILD]", |
10 "name": "check roll status", | 10 "name": "check roll status", |
(...skipping 15 matching lines...) Expand all Loading... |
26 "env": { | 26 "env": { |
27 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" | 27 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" |
28 }, | 28 }, |
29 "name": "gclient runhooks" | 29 "name": "gclient runhooks" |
30 }, | 30 }, |
31 { | 31 { |
32 "cmd": [ | 32 "cmd": [ |
33 "python", | 33 "python", |
34 "-u", | 34 "-u", |
35 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 35 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
36 "--master", | |
37 "client.webrtc.fyi", | |
38 "--builder", | |
39 "Auto-roll - WebRTC DEPS", | |
40 "--slave", | |
41 "TestSlavename", | |
42 "--spec", | 36 "--spec", |
43 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'}, {'deps_
file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https://chrome
-internal.googlesource.com/chrome/deps/webrtc-limited'}]", | 37 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'}, {'deps_
file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https://chrome
-internal.googlesource.com/chrome/deps/webrtc-limited'}]", |
44 "--root", | 38 "--root", |
45 "src", | 39 "src", |
46 "--revision_mapping_file", | 40 "--revision_mapping_file", |
47 "{\"src\": \"got_revision\"}", | 41 "{\"src\": \"got_revision\"}", |
48 "--git-cache-dir", | 42 "--git-cache-dir", |
49 "[GIT_CACHE]", | 43 "[GIT_CACHE]", |
50 "--output_json", | 44 "--output_json", |
51 "/path/to/tmp/json", | 45 "/path/to/tmp/json", |
52 "--revision", | 46 "--revision", |
53 "src@HEAD", | 47 "src@HEAD", |
54 "--force", | |
55 "--output_manifest" | 48 "--output_manifest" |
56 ], | 49 ], |
57 "cwd": "[SLAVE_BUILD]", | 50 "cwd": "[SLAVE_BUILD]", |
58 "env": { | 51 "env": { |
59 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" | 52 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" |
60 }, | 53 }, |
61 "name": "bot_update", | 54 "name": "bot_update", |
62 "~followup_annotations": [ | 55 "~followup_annotations": [ |
63 "@@@STEP_TEXT@Some step text@@@", | 56 "@@@STEP_TEXT@Some step text@@@", |
64 "@@@STEP_LOG_LINE@json.output@{@@@", | 57 "@@@STEP_LOG_LINE@json.output@{@@@", |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
115 ], | 108 ], |
116 "cwd": "[SLAVE_BUILD]/src", | 109 "cwd": "[SLAVE_BUILD]/src", |
117 "name": "autoroll chromium_revision" | 110 "name": "autoroll chromium_revision" |
118 }, | 111 }, |
119 { | 112 { |
120 "name": "$result", | 113 "name": "$result", |
121 "recipe_result": null, | 114 "recipe_result": null, |
122 "status_code": 0 | 115 "status_code": 0 |
123 } | 116 } |
124 ] | 117 ] |
OLD | NEW |