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 "[ROOT]/b/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]", | |
10 "name": "check roll status", | 9 "name": "check roll status", |
11 "stdout": "/path/to/tmp/", | 10 "stdout": "/path/to/tmp/", |
12 "~followup_annotations": [ | 11 "~followup_annotations": [ |
13 "@@@STEP_TEXT@Rolling activated@@@", | 12 "@@@STEP_TEXT@Rolling activated@@@", |
14 "@@@STEP_LOG_LINE@stdout@1@@@", | 13 "@@@STEP_LOG_LINE@stdout@1@@@", |
15 "@@@STEP_LOG_END@stdout@@@" | 14 "@@@STEP_LOG_END@stdout@@@" |
16 ] | 15 ] |
17 }, | 16 }, |
18 { | 17 { |
19 "cmd": [ | 18 "cmd": [ |
20 "python", | 19 "python", |
21 "-u", | 20 "-u", |
22 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 21 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
23 "--master", | 22 "--master", |
24 "client.webrtc.fyi", | 23 "client.webrtc.fyi", |
25 "--builder", | 24 "--builder", |
26 "Auto-roll - WebRTC DEPS", | 25 "Auto-roll - WebRTC DEPS", |
27 "--slave", | 26 "--slave", |
28 "TestSlavename", | 27 "TestSlavename", |
29 "--spec", | 28 "--spec", |
30 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': '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'}]", | 29 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.co
m/external/webrtc'}, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limi
ted', 'url': 'https://chrome-internal.googlesource.com/chrome/deps/webrtc-limite
d'}]", |
31 "--root", | 30 "--root", |
32 "src", | 31 "src", |
33 "--revision_mapping_file", | 32 "--revision_mapping_file", |
34 "{\"src\": \"got_revision\"}", | 33 "{\"src\": \"got_revision\"}", |
35 "--git-cache-dir", | 34 "--git-cache-dir", |
36 "[GIT_CACHE]", | 35 "[ROOT]/b/build/slave/cache_dir", |
37 "--output_json", | 36 "--output_json", |
38 "/path/to/tmp/json", | 37 "/path/to/tmp/json", |
39 "--revision", | 38 "--revision", |
40 "src@HEAD", | 39 "src@HEAD", |
41 "--force", | 40 "--force", |
42 "--output_manifest" | 41 "--output_manifest" |
43 ], | 42 ], |
44 "cwd": "[SLAVE_BUILD]", | |
45 "env": { | 43 "env": { |
46 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 44 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
47 }, | 45 }, |
48 "name": "bot_update", | 46 "name": "bot_update", |
49 "~followup_annotations": [ | 47 "~followup_annotations": [ |
50 "@@@STEP_TEXT@Some step text@@@", | 48 "@@@STEP_TEXT@Some step text@@@", |
51 "@@@STEP_LOG_LINE@json.output@{@@@", | 49 "@@@STEP_LOG_LINE@json.output@{@@@", |
52 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 50 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
53 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 51 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
54 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 52 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
(...skipping 18 matching lines...) Expand all Loading... |
73 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 71 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
74 ] | 72 ] |
75 }, | 73 }, |
76 { | 74 { |
77 "cmd": [ | 75 "cmd": [ |
78 "python", | 76 "python", |
79 "-u", | 77 "-u", |
80 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 78 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
81 "runhooks" | 79 "runhooks" |
82 ], | 80 ], |
83 "cwd": "[SLAVE_BUILD]", | |
84 "env": { | 81 "env": { |
85 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 82 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
86 }, | 83 }, |
87 "name": "gclient runhooks" | 84 "name": "gclient runhooks" |
88 }, | 85 }, |
89 { | 86 { |
90 "cmd": [ | 87 "cmd": [ |
91 "git", | 88 "git", |
92 "checkout", | 89 "checkout", |
93 "-f", | 90 "-f", |
94 "master" | 91 "master" |
95 ], | 92 ], |
96 "cwd": "[SLAVE_BUILD]/src", | 93 "cwd": "[CWD]/src", |
97 "name": "git checkout" | 94 "name": "git checkout" |
98 }, | 95 }, |
99 { | 96 { |
100 "cmd": [ | 97 "cmd": [ |
101 "git", | 98 "git", |
102 "clean", | 99 "clean", |
103 "-ffd" | 100 "-ffd" |
104 ], | 101 ], |
105 "cwd": "[SLAVE_BUILD]/src", | 102 "cwd": "[CWD]/src", |
106 "name": "git clean" | 103 "name": "git clean" |
107 }, | 104 }, |
108 { | 105 { |
109 "cmd": [ | 106 "cmd": [ |
110 "python", | 107 "python", |
111 "-u", | 108 "-u", |
112 "[SLAVE_BUILD]/src/tools/autoroller/roll_chromium_revision.py", | 109 "[CWD]/src/tools/autoroller/roll_chromium_revision.py", |
113 "--clean", | 110 "--clean", |
114 "--verbose" | 111 "--verbose" |
115 ], | 112 ], |
116 "cwd": "[SLAVE_BUILD]/src", | 113 "cwd": "[CWD]/src", |
117 "name": "autoroll chromium_revision" | 114 "name": "autoroll chromium_revision" |
118 }, | 115 }, |
119 { | 116 { |
120 "name": "$result", | 117 "name": "$result", |
121 "recipe_result": null, | 118 "recipe_result": null, |
122 "status_code": 0 | 119 "status_code": 0 |
123 } | 120 } |
124 ] | 121 ] |
OLD | NEW |