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

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

Powered by Google App Engine
This is Rietveld 408576698