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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux32_arm.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]/Linux32_ARM",
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 "Linux32 ARM", 32 "Linux32 ARM",
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]/Linux32_ARM",
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]/Linux32_ARM/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]/Linux32_ARM/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_CROSSCOMPILE": "1", 165 "GYP_CROSSCOMPILE": "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=arm 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=arm 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 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 175 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
153 "--show-path", 176 "--show-path",
154 "python", 177 "python",
155 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 178 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
156 "--gsutil-py-path", 179 "--gsutil-py-path",
157 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 180 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
158 "--ninja-path", 181 "--ninja-path",
159 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 182 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
160 "--target", 183 "--target",
161 "Release", 184 "Release",
162 "--src-dir", 185 "--src-dir",
163 "[SLAVE_BUILD]/src", 186 "[BUILDER_CACHE]/Linux32_ARM/src",
164 "--goma-cache-dir", 187 "--goma-cache-dir",
165 "[GOMA_CACHE]", 188 "[GOMA_CACHE]",
189 "--goma-deps-cache-dir",
190 "[GOMA_DEPS_CACHE]",
166 "--compiler", 191 "--compiler",
167 "goma", 192 "goma",
168 "--goma-jsonstatus", 193 "--goma-jsonstatus",
169 "/path/to/tmp/json", 194 "/path/to/tmp/json",
170 "--goma-service-account-json-file", 195 "--goma-service-account-json-file",
171 "/creds/service_accounts/service-account-goma-client.json", 196 "/creds/service_accounts/service-account-goma-client.json",
172 "--goma-dir", 197 "--goma-dir",
173 "[CACHE]/cipd/goma", 198 "[CACHE]/cipd/goma",
174 "--", 199 "--",
175 "All" 200 "All"
176 ], 201 ],
177 "env": { 202 "env": {
178 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 203 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
179 }, 204 },
180 "name": "compile", 205 "name": "compile",
181 "~followup_annotations": [ 206 "~followup_annotations": [
182 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 207 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
183 "@@@STEP_LOG_END@json.output (invalid)@@@" 208 "@@@STEP_LOG_END@json.output (invalid)@@@"
184 ] 209 ]
185 }, 210 },
186 { 211 {
187 "name": "$result", 212 "name": "$result",
188 "recipe_result": null, 213 "recipe_result": null,
189 "status_code": 0 214 "status_code": 0
190 } 215 }
191 ] 216 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698