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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_release__gn_.json

Issue 2226283002: webrtc: prepare for running under remote_run (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 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 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/Linux64_Release__GN_",
8 "511"
9 ],
10 "name": "makedirs checkout path",
11 "~followup_annotations": [
12 "@@@STEP_LOG_LINE@python.inline@@@@",
13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
18 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
19 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
20 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
21 "@@@STEP_LOG_END@python.inline@@@"
22 ]
23 },
24 {
25 "cmd": [
26 "python",
27 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 29 "--master",
8 "client.webrtc", 30 "client.webrtc",
9 "--builder", 31 "--builder",
10 "Linux64 Release (GN)", 32 "Linux64 Release (GN)",
11 "--slave", 33 "--slave",
12 "slavename", 34 "slavename",
13 "--spec", 35 "--spec",
14 "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'}]", 36 "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'}]",
15 "--root", 37 "--root",
16 "src", 38 "src",
17 "--revision_mapping_file", 39 "--revision_mapping_file",
18 "{\"src\": \"got_revision\"}", 40 "{\"src\": \"got_revision\"}",
19 "--git-cache-dir", 41 "--git-cache-dir",
20 "[GIT_CACHE]", 42 "[GIT_CACHE]",
21 "--output_json", 43 "--output_json",
22 "/path/to/tmp/json", 44 "/path/to/tmp/json",
23 "--revision", 45 "--revision",
24 "src@12345", 46 "src@12345",
25 "--output_manifest" 47 "--output_manifest"
26 ], 48 ],
49 "cwd": "[BUILDER_CACHE]/Linux64_Release__GN_",
27 "env": { 50 "env": {
28 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 51 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
29 }, 52 },
30 "name": "bot_update", 53 "name": "bot_update",
31 "~followup_annotations": [ 54 "~followup_annotations": [
32 "@@@STEP_TEXT@Some step text@@@", 55 "@@@STEP_TEXT@Some step text@@@",
33 "@@@STEP_LOG_LINE@json.output@{@@@", 56 "@@@STEP_LOG_LINE@json.output@{@@@",
34 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 57 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
35 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 58 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
36 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", 59 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@",
(...skipping 16 matching lines...) Expand all
53 "@@@STEP_LOG_END@json.output@@@", 76 "@@@STEP_LOG_END@json.output@@@",
54 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@", 77 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@",
55 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" 78 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
56 ] 79 ]
57 }, 80 },
58 { 81 {
59 "cmd": [ 82 "cmd": [
60 "python", 83 "python",
61 "-u", 84 "-u",
62 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", 85 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py",
63 "[SLAVE_BUILD]/src/out" 86 "[BUILDER_CACHE]/Linux64_Release__GN_/src/out"
64 ], 87 ],
65 "name": "clean test output files" 88 "name": "clean test output files"
66 }, 89 },
67 { 90 {
68 "cmd": [ 91 "cmd": [
69 "python", 92 "python",
70 "-u", 93 "-u",
71 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 94 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
72 "--show-path", 95 "--show-path",
73 "python", 96 "python",
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 "@@@STEP_LOG_END@json.output@@@" 152 "@@@STEP_LOG_END@json.output@@@"
130 ] 153 ]
131 }, 154 },
132 { 155 {
133 "cmd": [ 156 "cmd": [
134 "python", 157 "python",
135 "-u", 158 "-u",
136 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 159 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
137 "runhooks" 160 "runhooks"
138 ], 161 ],
139 "cwd": "[SLAVE_BUILD]/src", 162 "cwd": "[BUILDER_CACHE]/Linux64_Release__GN_/src",
140 "env": { 163 "env": {
141 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 164 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
142 "GYP_CHROMIUM_NO_ACTION": "1", 165 "GYP_CHROMIUM_NO_ACTION": "1",
143 "GYP_DEFINES": "component=static_library dcheck_always_on=1 ffmpeg_brandin g=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_arch=x64 use_goma=1", 166 "GYP_DEFINES": "component=static_library dcheck_always_on=1 ffmpeg_brandin g=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_arch=x64 use_goma=1",
144 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 167 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
145 }, 168 },
146 "name": "gclient runhooks" 169 "name": "gclient runhooks"
147 }, 170 },
148 { 171 {
149 "cmd": [ 172 "cmd": [
150 "python", 173 "python",
151 "-u", 174 "-u",
152 "[DEPOT_TOOLS]/gn.py", 175 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py",
153 "--root=[SLAVE_BUILD]/src", 176 "--root=[BUILDER_CACHE]/Linux64_Release__GN_/src",
154 "gen", 177 "gen",
155 "//out/Release", 178 "//out/Release",
156 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true is_debug=false target _cpu=\"x64\" use_goma=true goma_dir=\"[CACHE]/cipd/goma\"" 179 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true is_debug=false target _cpu=\"x64\" use_goma=true goma_dir=\"[CACHE]/cipd/goma\""
157 ], 180 ],
158 "name": "gn" 181 "name": "gn"
159 }, 182 },
160 { 183 {
161 "cmd": [ 184 "cmd": [
162 "python", 185 "python",
163 "-u", 186 "-u",
164 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 187 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
165 "--show-path", 188 "--show-path",
166 "python", 189 "python",
167 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 190 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
168 "--gsutil-py-path", 191 "--gsutil-py-path",
169 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 192 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
170 "--ninja-path", 193 "--ninja-path",
171 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 194 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
172 "--target", 195 "--target",
173 "Release", 196 "Release",
174 "--src-dir", 197 "--src-dir",
175 "[SLAVE_BUILD]/src", 198 "[BUILDER_CACHE]/Linux64_Release__GN_/src",
176 "--goma-cache-dir", 199 "--goma-cache-dir",
177 "[GOMA_CACHE]", 200 "[GOMA_CACHE]",
201 "--goma-deps-cache-dir",
202 "[GOMA_DEPS_CACHE]",
178 "--compiler", 203 "--compiler",
179 "goma", 204 "goma",
180 "--goma-jsonstatus", 205 "--goma-jsonstatus",
181 "/path/to/tmp/json", 206 "/path/to/tmp/json",
182 "--goma-service-account-json-file", 207 "--goma-service-account-json-file",
183 "/creds/service_accounts/service-account-goma-client.json", 208 "/creds/service_accounts/service-account-goma-client.json",
184 "--goma-dir", 209 "--goma-dir",
185 "[CACHE]/cipd/goma", 210 "[CACHE]/cipd/goma",
186 "--", 211 "--",
187 "all" 212 "all"
188 ], 213 ],
189 "env": { 214 "env": {
190 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 215 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
191 }, 216 },
192 "name": "compile", 217 "name": "compile",
193 "~followup_annotations": [ 218 "~followup_annotations": [
194 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 219 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
195 "@@@STEP_LOG_END@json.output (invalid)@@@" 220 "@@@STEP_LOG_END@json.output (invalid)@@@"
196 ] 221 ]
197 }, 222 },
198 { 223 {
199 "name": "$result", 224 "name": "$result",
200 "recipe_result": null, 225 "recipe_result": null,
201 "status_code": 0 226 "status_code": 0
202 } 227 }
203 ] 228 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698