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

Side by Side Diff: scripts/slave/recipes/flutter/engine.expected/linux.json

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 8 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 os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\npath = sys.argv[1]\nif os.path.exists(path):\n for p in (o s.path.join(path, x) for x in os.listdir(path)):\n if os.path.isdir(p):\n chromium_utils.RemoveDirectory(p)\n else:\n os.unlink(p)\n", 6 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\npath = sys.argv[1]\nif os.path.exists(path):\n for p in (o s.path.join(path, x) for x in os.listdir(path)):\n if os.path.isdir(p):\n chromium_utils.RemoveDirectory(p)\n else:\n os.unlink(p)\n",
7 "[CWD]" 7 "[SLAVE_BUILD]"
8 ], 8 ],
9 "cwd": "[SLAVE_BUILD]",
9 "name": "rmcontents everything", 10 "name": "rmcontents everything",
10 "~followup_annotations": [ 11 "~followup_annotations": [
11 "@@@STEP_LOG_LINE@python.inline@@@@", 12 "@@@STEP_LOG_LINE@python.inline@@@@",
12 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 13 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
13 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 14 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
14 "@@@STEP_LOG_LINE@python.inline@@@@", 15 "@@@STEP_LOG_LINE@python.inline@@@@",
15 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 16 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
16 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(path):@@@", 17 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(path):@@@",
17 "@@@STEP_LOG_LINE@python.inline@ for p in (os.path.join(path, x) for x in os.listdir(path)):@@@", 18 "@@@STEP_LOG_LINE@python.inline@ for p in (os.path.join(path, x) for x in os.listdir(path)):@@@",
18 "@@@STEP_LOG_LINE@python.inline@ if os.path.isdir(p):@@@", 19 "@@@STEP_LOG_LINE@python.inline@ if os.path.isdir(p):@@@",
19 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(p)@@@ ", 20 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(p)@@@ ",
20 "@@@STEP_LOG_LINE@python.inline@ else:@@@", 21 "@@@STEP_LOG_LINE@python.inline@ else:@@@",
21 "@@@STEP_LOG_LINE@python.inline@ os.unlink(p)@@@", 22 "@@@STEP_LOG_LINE@python.inline@ os.unlink(p)@@@",
22 "@@@STEP_LOG_END@python.inline@@@" 23 "@@@STEP_LOG_END@python.inline@@@"
23 ] 24 ]
24 }, 25 },
25 { 26 {
26 "cmd": [ 27 "cmd": [
27 "python", 28 "python",
28 "-u", 29 "-u",
29 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 30 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
30 "--master", 31 "--master",
31 "client.flutter", 32 "client.flutter",
32 "--builder", 33 "--builder",
33 "Linux Engine", 34 "Linux Engine",
34 "--slave", 35 "--slave",
35 "fake-m1", 36 "fake-m1",
36 "--spec", 37 "--spec",
37 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesour ce.com/external/github.com/flutter/engine'}]\ntarget_os = ['android']", 38 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/git hub.com/flutter/engine'}]\ntarget_os = ['android']",
38 "--root", 39 "--root",
39 "src", 40 "src",
40 "--revision_mapping_file", 41 "--revision_mapping_file",
41 "{\"src\": \"got_engine_revision\"}", 42 "{\"src\": \"got_engine_revision\"}",
42 "--git-cache-dir", 43 "--git-cache-dir",
43 "[ROOT]/b/build/slave/cache_dir", 44 "[GIT_CACHE]",
44 "--output_json", 45 "--output_json",
45 "/path/to/tmp/json", 46 "/path/to/tmp/json",
46 "--revision", 47 "--revision",
47 "src@HEAD", 48 "src@HEAD",
48 "--force", 49 "--force",
49 "--output_manifest" 50 "--output_manifest"
50 ], 51 ],
52 "cwd": "[SLAVE_BUILD]",
51 "env": { 53 "env": {
52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 54 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
53 }, 55 },
54 "name": "bot_update", 56 "name": "bot_update",
55 "~followup_annotations": [ 57 "~followup_annotations": [
56 "@@@STEP_TEXT@Some step text@@@", 58 "@@@STEP_TEXT@Some step text@@@",
57 "@@@STEP_LOG_LINE@json.output@{@@@", 59 "@@@STEP_LOG_LINE@json.output@{@@@",
58 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 60 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
59 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 61 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
60 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 62 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
(...skipping 18 matching lines...) Expand all
79 "@@@SET_BUILD_PROPERTY@got_engine_revision_cp@\"refs/heads/master@{#170242 }\"@@@" 81 "@@@SET_BUILD_PROPERTY@got_engine_revision_cp@\"refs/heads/master@{#170242 }\"@@@"
80 ] 82 ]
81 }, 83 },
82 { 84 {
83 "cmd": [ 85 "cmd": [
84 "python", 86 "python",
85 "-u", 87 "-u",
86 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 88 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
87 "runhooks" 89 "runhooks"
88 ], 90 ],
91 "cwd": "[SLAVE_BUILD]",
89 "env": { 92 "env": {
90 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 93 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
91 }, 94 },
92 "name": "gclient runhooks" 95 "name": "gclient runhooks"
93 }, 96 },
94 { 97 {
95 "cmd": [ 98 "cmd": [
96 "[CWD]/src/sky/tools/gn", 99 "[SLAVE_BUILD]/src/sky/tools/gn",
97 "--debug" 100 "--debug"
98 ], 101 ],
102 "cwd": "[SLAVE_BUILD]",
99 "env": { 103 "env": {
100 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 104 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
101 }, 105 },
102 "name": "gn --debug" 106 "name": "gn --debug"
103 }, 107 },
104 { 108 {
105 "cmd": [ 109 "cmd": [
106 "ninja", 110 "ninja",
107 "-C", 111 "-C",
108 "[CWD]/src/out/Debug", 112 "[SLAVE_BUILD]/src/out/Debug",
109 "generate_dart_ui" 113 "generate_dart_ui"
110 ], 114 ],
115 "cwd": "[SLAVE_BUILD]",
111 "env": { 116 "env": {
112 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 117 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
113 }, 118 },
114 "name": "build Debug generate_dart_ui" 119 "name": "build Debug generate_dart_ui"
115 }, 120 },
116 { 121 {
117 "cmd": [ 122 "cmd": [
118 "/bin/sh", 123 "/bin/sh",
119 "travis/analyze.sh" 124 "travis/analyze.sh"
120 ], 125 ],
121 "cwd": "[CWD]/src", 126 "cwd": "[SLAVE_BUILD]/src",
122 "env": { 127 "env": {
123 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 128 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
124 }, 129 },
125 "name": "analyze dart_ui" 130 "name": "analyze dart_ui"
126 }, 131 },
127 { 132 {
128 "cmd": [ 133 "cmd": [
129 "[CWD]/src/tools/android/download_android_tools.py" 134 "[SLAVE_BUILD]/src/tools/android/download_android_tools.py"
130 ], 135 ],
136 "cwd": "[SLAVE_BUILD]",
131 "env": { 137 "env": {
132 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 138 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
133 }, 139 },
134 "name": "download android tools" 140 "name": "download android tools"
135 }, 141 },
136 { 142 {
137 "cmd": [ 143 "cmd": [
138 "[CWD]/src/sky/tools/gn", 144 "[SLAVE_BUILD]/src/sky/tools/gn",
139 "--release" 145 "--release"
140 ], 146 ],
147 "cwd": "[SLAVE_BUILD]",
141 "env": { 148 "env": {
142 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 149 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
143 }, 150 },
144 "name": "gn --release" 151 "name": "gn --release"
145 }, 152 },
146 { 153 {
147 "cmd": [ 154 "cmd": [
148 "ninja", 155 "ninja",
149 "-C", 156 "-C",
150 "[CWD]/src/out/Release" 157 "[SLAVE_BUILD]/src/out/Release"
151 ], 158 ],
159 "cwd": "[SLAVE_BUILD]",
152 "env": { 160 "env": {
153 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 161 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
154 }, 162 },
155 "name": "build Release" 163 "name": "build Release"
156 }, 164 },
157 { 165 {
158 "cmd": [ 166 "cmd": [
159 "python", 167 "python",
160 "-u", 168 "-u",
161 "RECIPE_MODULE[build::zip]/resources/zip.py" 169 "RECIPE_MODULE[build::zip]/resources/zip.py"
162 ], 170 ],
171 "cwd": "[SLAVE_BUILD]",
163 "env": { 172 "env": {
164 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 173 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
165 }, 174 },
166 "name": "Zip linux-x64 Artifacts", 175 "name": "Zip linux-x64 Artifacts",
167 "stdin": "{\"entries\": [{\"archive_name\": \"flutter.mojo\", \"path\": \"[C WD]/src/out/Release/flutter.mojo\", \"type\": \"file\"}, {\"archive_name\": \"ic udtl.dat\", \"path\": \"[CWD]/src/out/Release/icudtl.dat\", \"type\": \"file\"}, {\"archive_name\": \"sky_shell\", \"path\": \"[CWD]/src/out/Release/sky_shell\" , \"type\": \"file\"}, {\"archive_name\": \"sky_snapshot\", \"path\": \"[CWD]/sr c/out/Release/sky_snapshot\", \"type\": \"file\"}], \"output\": \"[TMP]/tmp_tmp_ 1/artifacts.zip\", \"root\": \"[CWD]/src\"}" 176 "stdin": "{\"entries\": [{\"archive_name\": \"flutter.mojo\", \"path\": \"[S LAVE_BUILD]/src/out/Release/flutter.mojo\", \"type\": \"file\"}, {\"archive_name \": \"icudtl.dat\", \"path\": \"[SLAVE_BUILD]/src/out/Release/icudtl.dat\", \"ty pe\": \"file\"}, {\"archive_name\": \"sky_shell\", \"path\": \"[SLAVE_BUILD]/src /out/Release/sky_shell\", \"type\": \"file\"}, {\"archive_name\": \"sky_snapshot \", \"path\": \"[SLAVE_BUILD]/src/out/Release/sky_snapshot\", \"type\": \"file\" }], \"output\": \"[TMP_BASE]/tmp_tmp_1/artifacts.zip\", \"root\": \"[SLAVE_BUILD ]/src\"}"
168 }, 177 },
169 { 178 {
170 "cmd": [ 179 "cmd": [
171 "python", 180 "python",
172 "-u", 181 "-u",
173 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 182 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
174 "--", 183 "--",
175 "[ROOT]/b/depot_tools/gsutil.py", 184 "[DEPOT_TOOLS]/gsutil.py",
176 "----", 185 "----",
177 "cp", 186 "cp",
178 "[TMP]/tmp_tmp_1/artifacts.zip", 187 "[TMP_BASE]/tmp_tmp_1/artifacts.zip",
179 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/linux -x64/artifacts.zip" 188 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/linux -x64/artifacts.zip"
180 ], 189 ],
190 "cwd": "[SLAVE_BUILD]",
181 "env": { 191 "env": {
182 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 192 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
183 }, 193 },
184 "name": "gsutil upload linux-x64/artifacts.zip", 194 "name": "gsutil upload linux-x64/artifacts.zip",
185 "~followup_annotations": [ 195 "~followup_annotations": [
186 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra /flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/linux-x64/artifacts.zip@@@" 196 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra /flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/linux-x64/artifacts.zip@@@"
187 ] 197 ]
188 }, 198 },
189 { 199 {
190 "cmd": [ 200 "cmd": [
191 "python", 201 "python",
192 "-u", 202 "-u",
193 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 203 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
194 "[TMP]/tmp_tmp_1" 204 "[TMP_BASE]/tmp_tmp_1"
195 ], 205 ],
206 "cwd": "[SLAVE_BUILD]",
196 "env": { 207 "env": {
197 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 208 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
198 }, 209 },
199 "name": "rmtree temp dir", 210 "name": "rmtree temp dir",
200 "~followup_annotations": [ 211 "~followup_annotations": [
201 "@@@STEP_LOG_LINE@python.inline@@@@", 212 "@@@STEP_LOG_LINE@python.inline@@@@",
202 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 213 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
203 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 214 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
204 "@@@STEP_LOG_LINE@python.inline@@@@", 215 "@@@STEP_LOG_LINE@python.inline@@@@",
205 "@@@STEP_LOG_LINE@python.inline@@@@", 216 "@@@STEP_LOG_LINE@python.inline@@@@",
206 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 217 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
207 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 218 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
208 "@@@STEP_LOG_END@python.inline@@@" 219 "@@@STEP_LOG_END@python.inline@@@"
209 ] 220 ]
210 }, 221 },
211 { 222 {
212 "cmd": [ 223 "cmd": [
213 "dart", 224 "dart",
214 "[CWD]/src/sky/shell/testing/observatory/test.dart", 225 "[SLAVE_BUILD]/src/sky/shell/testing/observatory/test.dart",
215 "[CWD]/src/out/Release/sky_shell", 226 "[SLAVE_BUILD]/src/out/Release/sky_shell",
216 "[CWD]/src/sky/shell/testing/observatory/empty_main.dart" 227 "[SLAVE_BUILD]/src/sky/shell/testing/observatory/empty_main.dart"
217 ], 228 ],
218 "cwd": "[CWD]/src", 229 "cwd": "[SLAVE_BUILD]/src",
219 "env": { 230 "env": {
220 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 231 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
221 }, 232 },
222 "name": "test observatory and service protocol" 233 "name": "test observatory and service protocol"
223 }, 234 },
224 { 235 {
225 "cmd": [ 236 "cmd": [
226 "[CWD]/src/sky/tools/gn", 237 "[SLAVE_BUILD]/src/sky/tools/gn",
227 "--release", 238 "--release",
228 "--android", 239 "--android",
229 "--enable-gcm", 240 "--enable-gcm",
230 "--enable-firebase" 241 "--enable-firebase"
231 ], 242 ],
243 "cwd": "[SLAVE_BUILD]",
232 "env": { 244 "env": {
233 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 245 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
234 }, 246 },
235 "name": "gn --release --android --enable-gcm --enable-firebase" 247 "name": "gn --release --android --enable-gcm --enable-firebase"
236 }, 248 },
237 { 249 {
238 "cmd": [ 250 "cmd": [
239 "ninja", 251 "ninja",
240 "-C", 252 "-C",
241 "[CWD]/src/out/android_Release", 253 "[SLAVE_BUILD]/src/out/android_Release",
242 ":dist", 254 ":dist",
243 "gcm", 255 "gcm",
244 "sky/services/firebase" 256 "sky/services/firebase"
245 ], 257 ],
258 "cwd": "[SLAVE_BUILD]",
246 "env": { 259 "env": {
247 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 260 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
248 }, 261 },
249 "name": "build android_Release :dist gcm sky/services/firebase" 262 "name": "build android_Release :dist gcm sky/services/firebase"
250 }, 263 },
251 { 264 {
252 "cmd": [ 265 "cmd": [
253 "python", 266 "python",
254 "-u", 267 "-u",
255 "RECIPE_MODULE[build::zip]/resources/zip.py" 268 "RECIPE_MODULE[build::zip]/resources/zip.py"
256 ], 269 ],
270 "cwd": "[SLAVE_BUILD]",
257 "env": { 271 "env": {
258 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 272 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
259 }, 273 },
260 "name": "Zip android-arm Artifacts", 274 "name": "Zip android-arm Artifacts",
261 "stdin": "{\"entries\": [{\"archive_name\": \"chromium-debug.keystore\", \"p ath\": \"[CWD]/src/build/android/ant/chromium-debug.keystore\", \"type\": \"file \"}, {\"archive_name\": \"SkyShell.apk\", \"path\": \"[CWD]/src/out/android_Rele ase/apks/SkyShell.apk\", \"type\": \"file\"}, {\"archive_name\": \"flutter.jar\" , \"path\": \"[CWD]/src/out/android_Release/flutter.jar\", \"type\": \"file\"}, {\"archive_name\": \"flutter.mojo\", \"path\": \"[CWD]/src/out/android_Release/f lutter.mojo\", \"type\": \"file\"}, {\"archive_name\": \"libsky_shell.so\", \"pa th\": \"[CWD]/src/out/android_Release/gen/sky/shell/shell/shell/libs/armeabi-v7a /libsky_shell.so\", \"type\": \"file\"}, {\"archive_name\": \"icudtl.dat\", \"pa th\": \"[CWD]/src/out/android_Release/icudtl.dat\", \"type\": \"file\"}, {\"arch ive_name\": \"classes.dex.jar\", \"path\": \"[CWD]/src/out/android_Release/gen/s ky/shell/shell/classes.dex.jar\", \"type\": \"file\"}], \"output\": \"[TMP]/tmp_ tmp_2/artifacts.zip\", \"root\": \"[CWD]/src\"}" 275 "stdin": "{\"entries\": [{\"archive_name\": \"chromium-debug.keystore\", \"p ath\": \"[SLAVE_BUILD]/src/build/android/ant/chromium-debug.keystore\", \"type\" : \"file\"}, {\"archive_name\": \"SkyShell.apk\", \"path\": \"[SLAVE_BUILD]/src/ out/android_Release/apks/SkyShell.apk\", \"type\": \"file\"}, {\"archive_name\": \"flutter.jar\", \"path\": \"[SLAVE_BUILD]/src/out/android_Release/flutter.jar\ ", \"type\": \"file\"}, {\"archive_name\": \"flutter.mojo\", \"path\": \"[SLAVE_ BUILD]/src/out/android_Release/flutter.mojo\", \"type\": \"file\"}, {\"archive_n ame\": \"libsky_shell.so\", \"path\": \"[SLAVE_BUILD]/src/out/android_Release/ge n/sky/shell/shell/shell/libs/armeabi-v7a/libsky_shell.so\", \"type\": \"file\"}, {\"archive_name\": \"icudtl.dat\", \"path\": \"[SLAVE_BUILD]/src/out/android_Re lease/icudtl.dat\", \"type\": \"file\"}, {\"archive_name\": \"classes.dex.jar\", \"path\": \"[SLAVE_BUILD]/src/out/android_Release/gen/sky/shell/shell/classes.d ex.jar\", \"type\": \"file\"}], \"output\": \"[TMP_BASE]/tmp_tmp_2/artifacts.zip \", \"root\": \"[SLAVE_BUILD]/src\"}"
262 }, 276 },
263 { 277 {
264 "cmd": [ 278 "cmd": [
265 "python", 279 "python",
266 "-u", 280 "-u",
267 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 281 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
268 "--", 282 "--",
269 "[ROOT]/b/depot_tools/gsutil.py", 283 "[DEPOT_TOOLS]/gsutil.py",
270 "----", 284 "----",
271 "cp", 285 "cp",
272 "[TMP]/tmp_tmp_2/artifacts.zip", 286 "[TMP_BASE]/tmp_tmp_2/artifacts.zip",
273 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/andro id-arm/artifacts.zip" 287 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/andro id-arm/artifacts.zip"
274 ], 288 ],
289 "cwd": "[SLAVE_BUILD]",
275 "env": { 290 "env": {
276 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 291 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
277 }, 292 },
278 "name": "gsutil upload android-arm/artifacts.zip", 293 "name": "gsutil upload android-arm/artifacts.zip",
279 "~followup_annotations": [ 294 "~followup_annotations": [
280 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra /flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/android-arm/artifacts.zip@@@" 295 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra /flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/android-arm/artifacts.zip@@@"
281 ] 296 ]
282 }, 297 },
283 { 298 {
284 "cmd": [ 299 "cmd": [
285 "python", 300 "python",
286 "-u", 301 "-u",
287 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 302 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
288 "[TMP]/tmp_tmp_2" 303 "[TMP_BASE]/tmp_tmp_2"
289 ], 304 ],
305 "cwd": "[SLAVE_BUILD]",
290 "env": { 306 "env": {
291 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 307 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
292 }, 308 },
293 "name": "rmtree temp dir (2)", 309 "name": "rmtree temp dir (2)",
294 "~followup_annotations": [ 310 "~followup_annotations": [
295 "@@@STEP_LOG_LINE@python.inline@@@@", 311 "@@@STEP_LOG_LINE@python.inline@@@@",
296 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 312 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
297 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 313 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
298 "@@@STEP_LOG_LINE@python.inline@@@@", 314 "@@@STEP_LOG_LINE@python.inline@@@@",
299 "@@@STEP_LOG_LINE@python.inline@@@@", 315 "@@@STEP_LOG_LINE@python.inline@@@@",
300 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 316 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
301 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 317 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
302 "@@@STEP_LOG_END@python.inline@@@" 318 "@@@STEP_LOG_END@python.inline@@@"
303 ] 319 ]
304 }, 320 },
305 { 321 {
306 "cmd": [ 322 "cmd": [
307 "[CWD]/src/sky/tools/gn", 323 "[SLAVE_BUILD]/src/sky/tools/gn",
308 "--release", 324 "--release",
309 "--android", 325 "--android",
310 "--deploy" 326 "--deploy"
311 ], 327 ],
328 "cwd": "[SLAVE_BUILD]",
312 "env": { 329 "env": {
313 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 330 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
314 }, 331 },
315 "name": "gn --release --android --deploy" 332 "name": "gn --release --android --deploy"
316 }, 333 },
317 { 334 {
318 "cmd": [ 335 "cmd": [
319 "ninja", 336 "ninja",
320 "-C", 337 "-C",
321 "[CWD]/src/out/android_Release_Deploy", 338 "[SLAVE_BUILD]/src/out/android_Release_Deploy",
322 ":dist" 339 ":dist"
323 ], 340 ],
341 "cwd": "[SLAVE_BUILD]",
324 "env": { 342 "env": {
325 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 343 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
326 }, 344 },
327 "name": "build android_Release_Deploy :dist" 345 "name": "build android_Release_Deploy :dist"
328 }, 346 },
329 { 347 {
330 "cmd": [ 348 "cmd": [
331 "python", 349 "python",
332 "-u", 350 "-u",
333 "RECIPE_MODULE[build::zip]/resources/zip.py" 351 "RECIPE_MODULE[build::zip]/resources/zip.py"
334 ], 352 ],
353 "cwd": "[SLAVE_BUILD]",
335 "env": { 354 "env": {
336 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 355 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
337 }, 356 },
338 "name": "Zip android-arm-release Artifacts", 357 "name": "Zip android-arm-release Artifacts",
339 "stdin": "{\"entries\": [{\"archive_name\": \"chromium-debug.keystore\", \"p ath\": \"[CWD]/src/build/android/ant/chromium-debug.keystore\", \"type\": \"file \"}, {\"archive_name\": \"SkyShell.apk\", \"path\": \"[CWD]/src/out/android_Rele ase_Deploy/apks/SkyShell.apk\", \"type\": \"file\"}, {\"archive_name\": \"flutte r.jar\", \"path\": \"[CWD]/src/out/android_Release_Deploy/flutter.jar\", \"type\ ": \"file\"}, {\"archive_name\": \"flutter.mojo\", \"path\": \"[CWD]/src/out/and roid_Release_Deploy/flutter.mojo\", \"type\": \"file\"}, {\"archive_name\": \"li bsky_shell.so\", \"path\": \"[CWD]/src/out/android_Release_Deploy/gen/sky/shell/ shell/shell/libs/armeabi-v7a/libsky_shell.so\", \"type\": \"file\"}, {\"archive_ name\": \"icudtl.dat\", \"path\": \"[CWD]/src/out/android_Release_Deploy/icudtl. dat\", \"type\": \"file\"}, {\"archive_name\": \"classes.dex.jar\", \"path\": \" [CWD]/src/out/android_Release_Deploy/gen/sky/shell/shell/classes.dex.jar\", \"ty pe\": \"file\"}], \"output\": \"[TMP]/tmp_tmp_3/artifacts.zip\", \"root\": \"[CW D]/src\"}" 358 "stdin": "{\"entries\": [{\"archive_name\": \"chromium-debug.keystore\", \"p ath\": \"[SLAVE_BUILD]/src/build/android/ant/chromium-debug.keystore\", \"type\" : \"file\"}, {\"archive_name\": \"SkyShell.apk\", \"path\": \"[SLAVE_BUILD]/src/ out/android_Release_Deploy/apks/SkyShell.apk\", \"type\": \"file\"}, {\"archive_ name\": \"flutter.jar\", \"path\": \"[SLAVE_BUILD]/src/out/android_Release_Deplo y/flutter.jar\", \"type\": \"file\"}, {\"archive_name\": \"flutter.mojo\", \"pat h\": \"[SLAVE_BUILD]/src/out/android_Release_Deploy/flutter.mojo\", \"type\": \" file\"}, {\"archive_name\": \"libsky_shell.so\", \"path\": \"[SLAVE_BUILD]/src/o ut/android_Release_Deploy/gen/sky/shell/shell/shell/libs/armeabi-v7a/libsky_shel l.so\", \"type\": \"file\"}, {\"archive_name\": \"icudtl.dat\", \"path\": \"[SLA VE_BUILD]/src/out/android_Release_Deploy/icudtl.dat\", \"type\": \"file\"}, {\"a rchive_name\": \"classes.dex.jar\", \"path\": \"[SLAVE_BUILD]/src/out/android_Re lease_Deploy/gen/sky/shell/shell/classes.dex.jar\", \"type\": \"file\"}], \"outp ut\": \"[TMP_BASE]/tmp_tmp_3/artifacts.zip\", \"root\": \"[SLAVE_BUILD]/src\"}"
340 }, 359 },
341 { 360 {
342 "cmd": [ 361 "cmd": [
343 "python", 362 "python",
344 "-u", 363 "-u",
345 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 364 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
346 "--", 365 "--",
347 "[ROOT]/b/depot_tools/gsutil.py", 366 "[DEPOT_TOOLS]/gsutil.py",
348 "----", 367 "----",
349 "cp", 368 "cp",
350 "[TMP]/tmp_tmp_3/artifacts.zip", 369 "[TMP_BASE]/tmp_tmp_3/artifacts.zip",
351 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/andro id-arm-release/artifacts.zip" 370 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/andro id-arm-release/artifacts.zip"
352 ], 371 ],
372 "cwd": "[SLAVE_BUILD]",
353 "env": { 373 "env": {
354 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 374 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
355 }, 375 },
356 "name": "gsutil upload android-arm-release/artifacts.zip", 376 "name": "gsutil upload android-arm-release/artifacts.zip",
357 "~followup_annotations": [ 377 "~followup_annotations": [
358 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra /flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/android-arm-release/artifacts. zip@@@" 378 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra /flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/android-arm-release/artifacts. zip@@@"
359 ] 379 ]
360 }, 380 },
361 { 381 {
362 "cmd": [ 382 "cmd": [
363 "python", 383 "python",
364 "-u", 384 "-u",
365 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 385 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
366 "[TMP]/tmp_tmp_3" 386 "[TMP_BASE]/tmp_tmp_3"
367 ], 387 ],
388 "cwd": "[SLAVE_BUILD]",
368 "env": { 389 "env": {
369 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 390 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
370 }, 391 },
371 "name": "rmtree temp dir (3)", 392 "name": "rmtree temp dir (3)",
372 "~followup_annotations": [ 393 "~followup_annotations": [
373 "@@@STEP_LOG_LINE@python.inline@@@@", 394 "@@@STEP_LOG_LINE@python.inline@@@@",
374 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 395 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
375 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 396 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
376 "@@@STEP_LOG_LINE@python.inline@@@@", 397 "@@@STEP_LOG_LINE@python.inline@@@@",
377 "@@@STEP_LOG_LINE@python.inline@@@@", 398 "@@@STEP_LOG_LINE@python.inline@@@@",
378 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 399 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
379 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 400 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
380 "@@@STEP_LOG_END@python.inline@@@" 401 "@@@STEP_LOG_END@python.inline@@@"
381 ] 402 ]
382 }, 403 },
383 { 404 {
384 "cmd": [ 405 "cmd": [
385 "python", 406 "python",
386 "-u", 407 "-u",
387 "RECIPE_MODULE[build::zip]/resources/zip.py" 408 "RECIPE_MODULE[build::zip]/resources/zip.py"
388 ], 409 ],
410 "cwd": "[SLAVE_BUILD]",
389 "env": { 411 "env": {
390 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 412 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
391 }, 413 },
392 "name": "Zip sky_engine Package", 414 "name": "Zip sky_engine Package",
393 "stdin": "{\"entries\": [{\"path\": \"[CWD]/src/out/android_Release/dist/pac kages/sky_engine\", \"type\": \"dir\"}], \"output\": \"[TMP]/tmp_tmp_4/sky_engin e.zip\", \"root\": \"[CWD]/src/out/android_Release/dist/packages\"}" 415 "stdin": "{\"entries\": [{\"path\": \"[SLAVE_BUILD]/src/out/android_Release/ dist/packages/sky_engine\", \"type\": \"dir\"}], \"output\": \"[TMP_BASE]/tmp_tm p_4/sky_engine.zip\", \"root\": \"[SLAVE_BUILD]/src/out/android_Release/dist/pac kages\"}"
394 }, 416 },
395 { 417 {
396 "cmd": [ 418 "cmd": [
397 "python", 419 "python",
398 "-u", 420 "-u",
399 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 421 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
400 "--", 422 "--",
401 "[ROOT]/b/depot_tools/gsutil.py", 423 "[DEPOT_TOOLS]/gsutil.py",
402 "----", 424 "----",
403 "cp", 425 "cp",
404 "[TMP]/tmp_tmp_4/sky_engine.zip", 426 "[TMP_BASE]/tmp_tmp_4/sky_engine.zip",
405 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/sky_e ngine.zip" 427 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/sky_e ngine.zip"
406 ], 428 ],
429 "cwd": "[SLAVE_BUILD]",
407 "env": { 430 "env": {
408 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 431 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
409 }, 432 },
410 "name": "gsutil upload sky_engine.zip", 433 "name": "gsutil upload sky_engine.zip",
411 "~followup_annotations": [ 434 "~followup_annotations": [
412 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra /flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/sky_engine.zip@@@" 435 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra /flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/sky_engine.zip@@@"
413 ] 436 ]
414 }, 437 },
415 { 438 {
416 "cmd": [ 439 "cmd": [
417 "python", 440 "python",
418 "-u", 441 "-u",
419 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 442 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
420 "[TMP]/tmp_tmp_4" 443 "[TMP_BASE]/tmp_tmp_4"
421 ], 444 ],
445 "cwd": "[SLAVE_BUILD]",
422 "env": { 446 "env": {
423 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 447 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
424 }, 448 },
425 "name": "rmtree temp dir (4)", 449 "name": "rmtree temp dir (4)",
426 "~followup_annotations": [ 450 "~followup_annotations": [
427 "@@@STEP_LOG_LINE@python.inline@@@@", 451 "@@@STEP_LOG_LINE@python.inline@@@@",
428 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 452 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
429 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 453 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
430 "@@@STEP_LOG_LINE@python.inline@@@@", 454 "@@@STEP_LOG_LINE@python.inline@@@@",
431 "@@@STEP_LOG_LINE@python.inline@@@@", 455 "@@@STEP_LOG_LINE@python.inline@@@@",
432 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 456 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
433 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 457 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
434 "@@@STEP_LOG_END@python.inline@@@" 458 "@@@STEP_LOG_END@python.inline@@@"
435 ] 459 ]
436 }, 460 },
437 { 461 {
438 "cmd": [ 462 "cmd": [
439 "python", 463 "python",
440 "-u", 464 "-u",
441 "RECIPE_MODULE[build::zip]/resources/zip.py" 465 "RECIPE_MODULE[build::zip]/resources/zip.py"
442 ], 466 ],
467 "cwd": "[SLAVE_BUILD]",
443 "env": { 468 "env": {
444 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 469 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
445 }, 470 },
446 "name": "Zip sky_services Package", 471 "name": "Zip sky_services Package",
447 "stdin": "{\"entries\": [{\"path\": \"[CWD]/src/out/android_Release/dist/pac kages/sky_services\", \"type\": \"dir\"}], \"output\": \"[TMP]/tmp_tmp_5/sky_ser vices.zip\", \"root\": \"[CWD]/src/out/android_Release/dist/packages\"}" 472 "stdin": "{\"entries\": [{\"path\": \"[SLAVE_BUILD]/src/out/android_Release/ dist/packages/sky_services\", \"type\": \"dir\"}], \"output\": \"[TMP_BASE]/tmp_ tmp_5/sky_services.zip\", \"root\": \"[SLAVE_BUILD]/src/out/android_Release/dist /packages\"}"
448 }, 473 },
449 { 474 {
450 "cmd": [ 475 "cmd": [
451 "python", 476 "python",
452 "-u", 477 "-u",
453 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 478 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
454 "--", 479 "--",
455 "[ROOT]/b/depot_tools/gsutil.py", 480 "[DEPOT_TOOLS]/gsutil.py",
456 "----", 481 "----",
457 "cp", 482 "cp",
458 "[TMP]/tmp_tmp_5/sky_services.zip", 483 "[TMP_BASE]/tmp_tmp_5/sky_services.zip",
459 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/sky_s ervices.zip" 484 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/sky_s ervices.zip"
460 ], 485 ],
486 "cwd": "[SLAVE_BUILD]",
461 "env": { 487 "env": {
462 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 488 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
463 }, 489 },
464 "name": "gsutil upload sky_services.zip", 490 "name": "gsutil upload sky_services.zip",
465 "~followup_annotations": [ 491 "~followup_annotations": [
466 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra /flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/sky_services.zip@@@" 492 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra /flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/sky_services.zip@@@"
467 ] 493 ]
468 }, 494 },
469 { 495 {
470 "cmd": [ 496 "cmd": [
471 "python", 497 "python",
472 "-u", 498 "-u",
473 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 499 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
474 "[TMP]/tmp_tmp_5" 500 "[TMP_BASE]/tmp_tmp_5"
475 ], 501 ],
502 "cwd": "[SLAVE_BUILD]",
476 "env": { 503 "env": {
477 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 504 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
478 }, 505 },
479 "name": "rmtree temp dir (5)", 506 "name": "rmtree temp dir (5)",
480 "~followup_annotations": [ 507 "~followup_annotations": [
481 "@@@STEP_LOG_LINE@python.inline@@@@", 508 "@@@STEP_LOG_LINE@python.inline@@@@",
482 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 509 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
483 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 510 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
484 "@@@STEP_LOG_LINE@python.inline@@@@", 511 "@@@STEP_LOG_LINE@python.inline@@@@",
485 "@@@STEP_LOG_LINE@python.inline@@@@", 512 "@@@STEP_LOG_LINE@python.inline@@@@",
486 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 513 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
487 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 514 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
488 "@@@STEP_LOG_END@python.inline@@@" 515 "@@@STEP_LOG_END@python.inline@@@"
489 ] 516 ]
490 }, 517 },
491 { 518 {
492 "cmd": [ 519 "cmd": [
493 "python", 520 "python",
494 "-u", 521 "-u",
495 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 522 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
496 "--", 523 "--",
497 "[ROOT]/b/depot_tools/gsutil.py", 524 "[DEPOT_TOOLS]/gsutil.py",
498 "----", 525 "----",
499 "cp", 526 "cp",
500 "[CWD]/src/out/android_Release/gen/sky/services/firebase/firebase_lib.dex. jar", 527 "[SLAVE_BUILD]/src/out/android_Release/gen/sky/services/firebase/firebase_ lib.dex.jar",
501 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/fireb ase/firebase_lib.dex.jar" 528 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/fireb ase/firebase_lib.dex.jar"
502 ], 529 ],
530 "cwd": "[SLAVE_BUILD]",
503 "env": { 531 "env": {
504 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 532 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
505 }, 533 },
506 "name": "gsutil upload firebase_lib.dex.jar", 534 "name": "gsutil upload firebase_lib.dex.jar",
507 "~followup_annotations": [ 535 "~followup_annotations": [
508 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra /flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/firebase/firebase_lib.dex.jar@ @@" 536 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra /flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/firebase/firebase_lib.dex.jar@ @@"
509 ] 537 ]
510 }, 538 },
511 { 539 {
512 "cmd": [ 540 "cmd": [
513 "python", 541 "python",
514 "-u", 542 "-u",
515 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 543 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
516 "--", 544 "--",
517 "[ROOT]/b/depot_tools/gsutil.py", 545 "[DEPOT_TOOLS]/gsutil.py",
518 "----", 546 "----",
519 "cp", 547 "cp",
520 "[CWD]/src/out/android_Release/gen/sky/services/firebase/interfaces_java.d ex.jar", 548 "[SLAVE_BUILD]/src/out/android_Release/gen/sky/services/firebase/interface s_java.dex.jar",
521 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/fireb ase/interfaces_java.dex.jar" 549 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/fireb ase/interfaces_java.dex.jar"
522 ], 550 ],
551 "cwd": "[SLAVE_BUILD]",
523 "env": { 552 "env": {
524 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 553 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
525 }, 554 },
526 "name": "gsutil upload interfaces_java.dex.jar", 555 "name": "gsutil upload interfaces_java.dex.jar",
527 "~followup_annotations": [ 556 "~followup_annotations": [
528 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra /flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/firebase/interfaces_java.dex.j ar@@@" 557 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra /flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/firebase/interfaces_java.dex.j ar@@@"
529 ] 558 ]
530 }, 559 },
531 { 560 {
532 "cmd": [ 561 "cmd": [
533 "python", 562 "python",
534 "-u", 563 "-u",
535 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 564 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
536 "--", 565 "--",
537 "[ROOT]/b/depot_tools/gsutil.py", 566 "[DEPOT_TOOLS]/gsutil.py",
538 "----", 567 "----",
539 "cp", 568 "cp",
540 "[CWD]/src/out/android_Release/gen/third_party/gcm/gcm_lib.dex.jar", 569 "[SLAVE_BUILD]/src/out/android_Release/gen/third_party/gcm/gcm_lib.dex.jar ",
541 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/gcm/g cm_lib.dex.jar" 570 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/gcm/g cm_lib.dex.jar"
542 ], 571 ],
572 "cwd": "[SLAVE_BUILD]",
543 "env": { 573 "env": {
544 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 574 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
545 }, 575 },
546 "name": "gsutil upload gcm_lib.dex.jar", 576 "name": "gsutil upload gcm_lib.dex.jar",
547 "~followup_annotations": [ 577 "~followup_annotations": [
548 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra /flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/gcm/gcm_lib.dex.jar@@@" 578 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra /flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/gcm/gcm_lib.dex.jar@@@"
549 ] 579 ]
550 }, 580 },
551 { 581 {
552 "cmd": [ 582 "cmd": [
553 "python", 583 "python",
554 "-u", 584 "-u",
555 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 585 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
556 "--", 586 "--",
557 "[ROOT]/b/depot_tools/gsutil.py", 587 "[DEPOT_TOOLS]/gsutil.py",
558 "----", 588 "----",
559 "cp", 589 "cp",
560 "[CWD]/src/out/android_Release/gen/third_party/gcm/interfaces_java.dex.jar ", 590 "[SLAVE_BUILD]/src/out/android_Release/gen/third_party/gcm/interfaces_java .dex.jar",
561 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/gcm/i nterfaces_java.dex.jar" 591 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/gcm/i nterfaces_java.dex.jar"
562 ], 592 ],
593 "cwd": "[SLAVE_BUILD]",
563 "env": { 594 "env": {
564 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 595 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
565 }, 596 },
566 "name": "gsutil upload interfaces_java.dex.jar (2)", 597 "name": "gsutil upload interfaces_java.dex.jar (2)",
567 "~followup_annotations": [ 598 "~followup_annotations": [
568 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra /flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/gcm/interfaces_java.dex.jar@@@ " 599 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra /flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/gcm/interfaces_java.dex.jar@@@ "
569 ] 600 ]
570 }, 601 },
571 { 602 {
572 "cmd": [ 603 "cmd": [
573 "[CWD]/src/sky/tools/gn", 604 "[SLAVE_BUILD]/src/sky/tools/gn",
574 "--release", 605 "--release",
575 "--android", 606 "--android",
576 "--simulator" 607 "--simulator"
577 ], 608 ],
609 "cwd": "[SLAVE_BUILD]",
578 "env": { 610 "env": {
579 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 611 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
580 }, 612 },
581 "name": "gn --release --android --simulator" 613 "name": "gn --release --android --simulator"
582 }, 614 },
583 { 615 {
584 "cmd": [ 616 "cmd": [
585 "ninja", 617 "ninja",
586 "-C", 618 "-C",
587 "[CWD]/src/out/android_sim_Release" 619 "[SLAVE_BUILD]/src/out/android_sim_Release"
588 ], 620 ],
621 "cwd": "[SLAVE_BUILD]",
589 "env": { 622 "env": {
590 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 623 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
591 }, 624 },
592 "name": "build android_sim_Release" 625 "name": "build android_sim_Release"
593 }, 626 },
594 { 627 {
595 "cmd": [ 628 "cmd": [
596 "python", 629 "python",
597 "-u", 630 "-u",
598 "RECIPE_MODULE[build::zip]/resources/zip.py" 631 "RECIPE_MODULE[build::zip]/resources/zip.py"
599 ], 632 ],
633 "cwd": "[SLAVE_BUILD]",
600 "env": { 634 "env": {
601 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 635 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
602 }, 636 },
603 "name": "Zip android-x64 Artifacts", 637 "name": "Zip android-x64 Artifacts",
604 "stdin": "{\"entries\": [{\"archive_name\": \"chromium-debug.keystore\", \"p ath\": \"[CWD]/src/build/android/ant/chromium-debug.keystore\", \"type\": \"file \"}, {\"archive_name\": \"SkyShell.apk\", \"path\": \"[CWD]/src/out/android_sim_ Release/apks/SkyShell.apk\", \"type\": \"file\"}, {\"archive_name\": \"libsky_sh ell.so\", \"path\": \"[CWD]/src/out/android_sim_Release/gen/sky/shell/shell/shel l/libs/x86_64/libsky_shell.so\", \"type\": \"file\"}, {\"archive_name\": \"icudt l.dat\", \"path\": \"[CWD]/src/out/android_sim_Release/icudtl.dat\", \"type\": \ "file\"}, {\"archive_name\": \"classes.dex.jar\", \"path\": \"[CWD]/src/out/andr oid_sim_Release/gen/sky/shell/shell/classes.dex.jar\", \"type\": \"file\"}], \"o utput\": \"[TMP]/tmp_tmp_6/artifacts.zip\", \"root\": \"[CWD]/src\"}" 638 "stdin": "{\"entries\": [{\"archive_name\": \"chromium-debug.keystore\", \"p ath\": \"[SLAVE_BUILD]/src/build/android/ant/chromium-debug.keystore\", \"type\" : \"file\"}, {\"archive_name\": \"SkyShell.apk\", \"path\": \"[SLAVE_BUILD]/src/ out/android_sim_Release/apks/SkyShell.apk\", \"type\": \"file\"}, {\"archive_nam e\": \"libsky_shell.so\", \"path\": \"[SLAVE_BUILD]/src/out/android_sim_Release/ gen/sky/shell/shell/shell/libs/x86_64/libsky_shell.so\", \"type\": \"file\"}, {\ "archive_name\": \"icudtl.dat\", \"path\": \"[SLAVE_BUILD]/src/out/android_sim_R elease/icudtl.dat\", \"type\": \"file\"}, {\"archive_name\": \"classes.dex.jar\" , \"path\": \"[SLAVE_BUILD]/src/out/android_sim_Release/gen/sky/shell/shell/clas ses.dex.jar\", \"type\": \"file\"}], \"output\": \"[TMP_BASE]/tmp_tmp_6/artifact s.zip\", \"root\": \"[SLAVE_BUILD]/src\"}"
605 }, 639 },
606 { 640 {
607 "cmd": [ 641 "cmd": [
608 "python", 642 "python",
609 "-u", 643 "-u",
610 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 644 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
611 "--", 645 "--",
612 "[ROOT]/b/depot_tools/gsutil.py", 646 "[DEPOT_TOOLS]/gsutil.py",
613 "----", 647 "----",
614 "cp", 648 "cp",
615 "[TMP]/tmp_tmp_6/artifacts.zip", 649 "[TMP_BASE]/tmp_tmp_6/artifacts.zip",
616 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/andro id-x64/artifacts.zip" 650 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/andro id-x64/artifacts.zip"
617 ], 651 ],
652 "cwd": "[SLAVE_BUILD]",
618 "env": { 653 "env": {
619 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 654 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
620 }, 655 },
621 "name": "gsutil upload android-x64/artifacts.zip", 656 "name": "gsutil upload android-x64/artifacts.zip",
622 "~followup_annotations": [ 657 "~followup_annotations": [
623 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra /flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/android-x64/artifacts.zip@@@" 658 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra /flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/android-x64/artifacts.zip@@@"
624 ] 659 ]
625 }, 660 },
626 { 661 {
627 "cmd": [ 662 "cmd": [
628 "python", 663 "python",
629 "-u", 664 "-u",
630 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 665 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
631 "[TMP]/tmp_tmp_6" 666 "[TMP_BASE]/tmp_tmp_6"
632 ], 667 ],
668 "cwd": "[SLAVE_BUILD]",
633 "env": { 669 "env": {
634 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 670 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
635 }, 671 },
636 "name": "rmtree temp dir (6)", 672 "name": "rmtree temp dir (6)",
637 "~followup_annotations": [ 673 "~followup_annotations": [
638 "@@@STEP_LOG_LINE@python.inline@@@@", 674 "@@@STEP_LOG_LINE@python.inline@@@@",
639 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 675 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
640 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 676 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
641 "@@@STEP_LOG_LINE@python.inline@@@@", 677 "@@@STEP_LOG_LINE@python.inline@@@@",
642 "@@@STEP_LOG_LINE@python.inline@@@@", 678 "@@@STEP_LOG_LINE@python.inline@@@@",
643 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 679 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
644 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 680 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
645 "@@@STEP_LOG_END@python.inline@@@" 681 "@@@STEP_LOG_END@python.inline@@@"
646 ] 682 ]
647 }, 683 },
648 { 684 {
649 "name": "$result", 685 "name": "$result",
650 "recipe_result": null, 686 "recipe_result": null,
651 "status_code": 0 687 "status_code": 0
652 } 688 }
653 ] 689 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/flutter/engine.py ('k') | scripts/slave/recipes/flutter/engine.expected/mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698