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

Side by Side Diff: scripts/slave/recipes/art.expected/mips64-emulator-debug__ON__client.art__clobber.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 "python", 22 "python",
25 "-u", 23 "-u",
26 "\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", 24 "\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",
27 "[SLAVE_BUILD]/out" 25 "[CWD]/out"
28 ], 26 ],
29 "cwd": "[SLAVE_BUILD]",
30 "name": "rmtree clobber", 27 "name": "rmtree clobber",
31 "~followup_annotations": [ 28 "~followup_annotations": [
32 "@@@STEP_LOG_LINE@python.inline@@@@", 29 "@@@STEP_LOG_LINE@python.inline@@@@",
33 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 30 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
34 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 31 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
35 "@@@STEP_LOG_LINE@python.inline@@@@", 32 "@@@STEP_LOG_LINE@python.inline@@@@",
36 "@@@STEP_LOG_LINE@python.inline@@@@", 33 "@@@STEP_LOG_LINE@python.inline@@@@",
37 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 34 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
38 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 35 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
39 "@@@STEP_LOG_END@python.inline@@@" 36 "@@@STEP_LOG_END@python.inline@@@"
40 ] 37 ]
41 }, 38 },
42 { 39 {
43 "cmd": [ 40 "cmd": [
44 "[SLAVE_BUILD]/art/tools/buildbot-build.sh", 41 "[CWD]/art/tools/buildbot-build.sh",
45 "-j8", 42 "-j8",
46 "--target" 43 "--target"
47 ], 44 ],
48 "cwd": "[SLAVE_BUILD]",
49 "env": { 45 "env": {
50 "ANDROID_BUILD_TOP": "[SLAVE_BUILD]", 46 "ANDROID_BUILD_TOP": "[CWD]",
51 "ANDROID_PRODUCT_OUT": "[SLAVE_BUILD]/out/target/product/mips64r6", 47 "ANDROID_PRODUCT_OUT": "[CWD]/out/target/product/mips64r6",
52 "ANDROID_SERIAL": "emulator-5554", 48 "ANDROID_SERIAL": "emulator-5554",
53 "ART_BUILD_HOST_DEBUG": "false", 49 "ART_BUILD_HOST_DEBUG": "false",
54 "ART_TEST_ANDROID_ROOT": "/data/local/tmp/system", 50 "ART_TEST_ANDROID_ROOT": "/data/local/tmp/system",
55 "ART_TEST_FULL": "false", 51 "ART_TEST_FULL": "false",
56 "ART_TEST_INTERPRETER": "true", 52 "ART_TEST_INTERPRETER": "true",
57 "ART_TEST_JIT": "true", 53 "ART_TEST_JIT": "true",
58 "ART_TEST_KEEP_GOING": "true", 54 "ART_TEST_KEEP_GOING": "true",
59 "ART_TEST_OPTIMIZING": "true", 55 "ART_TEST_OPTIMIZING": "true",
60 "ART_TEST_RUN_TEST_2ND_ARCH": "false", 56 "ART_TEST_RUN_TEST_2ND_ARCH": "false",
61 "ART_USE_OPTIMIZING_COMPILER": "true", 57 "ART_USE_OPTIMIZING_COMPILER": "true",
62 "CUSTOM_TARGET_LINKER": "/data/local/tmp/system/bin/linker64", 58 "CUSTOM_TARGET_LINKER": "/data/local/tmp/system/bin/linker64",
63 "JACK_REPOSITORY": "[SLAVE_BUILD]/prebuilts/sdk/tools/jacks", 59 "JACK_REPOSITORY": "[CWD]/prebuilts/sdk/tools/jacks",
64 "JACK_SERVER": "false", 60 "JACK_SERVER": "false",
65 "LEGACY_USE_JAVA7": "true", 61 "LEGACY_USE_JAVA7": "true",
66 "PATH": "[SLAVE_BUILD]/out/host/linux-x86/bin:%(PATH)s", 62 "PATH": "[CWD]/out/host/linux-x86/bin:%(PATH)s",
67 "TARGET_BUILD_TYPE": "release", 63 "TARGET_BUILD_TYPE": "release",
68 "TARGET_BUILD_VARIANT": "eng", 64 "TARGET_BUILD_VARIANT": "eng",
69 "TARGET_PRODUCT": "mips64r6", 65 "TARGET_PRODUCT": "mips64r6",
70 "USE_DEX2OAT_DEBUG": "false" 66 "USE_DEX2OAT_DEBUG": "false"
71 }, 67 },
72 "name": "build target" 68 "name": "build target"
73 }, 69 },
74 { 70 {
75 "name": "$result", 71 "name": "$result",
76 "recipe_result": null, 72 "recipe_result": null,
77 "status_code": 0 73 "status_code": 0
78 } 74 }
79 ] 75 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698