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

Side by Side Diff: scripts/slave/recipes/art.expected/mips64-emulator-debug__ON__client.art__noclobber.json

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge Created 4 years, 7 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "[DEPOT_TOOLS]/repo", 4 "[ROOT]/b/depot_tools/repo",
5 "init", 5 "init",
6 "-u", 6 "-u",
7 "https://android.googlesource.com/platform/manifest", 7 "https://android.googlesource.com/platform/manifest",
8 "-b", 8 "-b",
9 "master-art" 9 "master-art"
10 ], 10 ],
11 "cwd": "[SLAVE_BUILD]",
12 "name": "repo init" 11 "name": "repo init"
13 }, 12 },
14 { 13 {
15 "cmd": [ 14 "cmd": [
16 "[DEPOT_TOOLS]/repo", 15 "[ROOT]/b/depot_tools/repo",
17 "sync" 16 "sync"
18 ], 17 ],
19 "cwd": "[SLAVE_BUILD]",
20 "name": "repo sync" 18 "name": "repo sync"
21 }, 19 },
22 { 20 {
23 "cmd": [ 21 "cmd": [
24 "[SLAVE_BUILD]/art/tools/buildbot-build.sh", 22 "[CWD]/art/tools/buildbot-build.sh",
25 "-j8", 23 "-j8",
26 "--target" 24 "--target"
27 ], 25 ],
28 "cwd": "[SLAVE_BUILD]",
29 "env": { 26 "env": {
30 "ANDROID_BUILD_TOP": "[SLAVE_BUILD]", 27 "ANDROID_BUILD_TOP": "[CWD]",
31 "ANDROID_PRODUCT_OUT": "[SLAVE_BUILD]/out/target/product/mips64r6", 28 "ANDROID_PRODUCT_OUT": "[CWD]/out/target/product/mips64r6",
32 "ANDROID_SERIAL": "emulator-5554", 29 "ANDROID_SERIAL": "emulator-5554",
33 "ART_BUILD_HOST_DEBUG": "false", 30 "ART_BUILD_HOST_DEBUG": "false",
34 "ART_TEST_ANDROID_ROOT": "/data/local/tmp/system", 31 "ART_TEST_ANDROID_ROOT": "/data/local/tmp/system",
35 "ART_TEST_FULL": "false", 32 "ART_TEST_FULL": "false",
36 "ART_TEST_INTERPRETER": "true", 33 "ART_TEST_INTERPRETER": "true",
37 "ART_TEST_JIT": "true", 34 "ART_TEST_JIT": "true",
38 "ART_TEST_KEEP_GOING": "true", 35 "ART_TEST_KEEP_GOING": "true",
39 "ART_TEST_OPTIMIZING": "true", 36 "ART_TEST_OPTIMIZING": "true",
40 "ART_TEST_RUN_TEST_2ND_ARCH": "false", 37 "ART_TEST_RUN_TEST_2ND_ARCH": "false",
41 "ART_USE_OPTIMIZING_COMPILER": "true", 38 "ART_USE_OPTIMIZING_COMPILER": "true",
42 "CUSTOM_TARGET_LINKER": "/data/local/tmp/system/bin/linker64", 39 "CUSTOM_TARGET_LINKER": "/data/local/tmp/system/bin/linker64",
43 "JACK_REPOSITORY": "[SLAVE_BUILD]/prebuilts/sdk/tools/jacks", 40 "JACK_REPOSITORY": "[CWD]/prebuilts/sdk/tools/jacks",
44 "JACK_SERVER": "false", 41 "JACK_SERVER": "false",
45 "LEGACY_USE_JAVA7": "true", 42 "LEGACY_USE_JAVA7": "true",
46 "PATH": "[SLAVE_BUILD]/out/host/linux-x86/bin:%(PATH)s", 43 "PATH": "[CWD]/out/host/linux-x86/bin:%(PATH)s",
47 "TARGET_BUILD_TYPE": "release", 44 "TARGET_BUILD_TYPE": "release",
48 "TARGET_BUILD_VARIANT": "eng", 45 "TARGET_BUILD_VARIANT": "eng",
49 "TARGET_PRODUCT": "mips64r6", 46 "TARGET_PRODUCT": "mips64r6",
50 "USE_DEX2OAT_DEBUG": "false" 47 "USE_DEX2OAT_DEBUG": "false"
51 }, 48 },
52 "name": "build target" 49 "name": "build target"
53 }, 50 },
54 { 51 {
55 "name": "$result", 52 "name": "$result",
56 "recipe_result": null, 53 "recipe_result": null,
57 "status_code": 0 54 "status_code": 0
58 } 55 }
59 ] 56 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698