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

Side by Side Diff: scripts/slave/recipes/art.expected/aosp-builder__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, 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 "[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" 9 "master"
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 "make", 44 "make",
42 "-j8", 45 "-j8",
43 "out/host/linux-x86/bin/dex2oats" 46 "out/host/linux-x86/bin/dex2oats"
44 ], 47 ],
48 "cwd": "[SLAVE_BUILD]",
45 "env": { 49 "env": {
46 "ART_BUILD_HOST_STATIC": "true", 50 "ART_BUILD_HOST_STATIC": "true",
47 "ART_USE_OPTIMIZING_COMPILER": "true", 51 "ART_USE_OPTIMIZING_COMPILER": "true",
48 "LEGACY_USE_JAVA7": "true", 52 "LEGACY_USE_JAVA7": "true",
49 "TARGET_BUILD_TYPE": "release", 53 "TARGET_BUILD_TYPE": "release",
50 "TARGET_BUILD_VARIANT": "eng", 54 "TARGET_BUILD_VARIANT": "eng",
51 "TARGET_PRODUCT": "aosp_x86_64" 55 "TARGET_PRODUCT": "aosp_x86_64"
52 }, 56 },
53 "name": "build dex2oats" 57 "name": "build dex2oats"
54 }, 58 },
55 { 59 {
56 "name": "$result", 60 "name": "$result",
57 "recipe_result": null, 61 "recipe_result": null,
58 "status_code": 0 62 "status_code": 0
59 } 63 }
60 ] 64 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/art.py ('k') | scripts/slave/recipes/art.expected/aosp-builder__ON__client.art__noclobber.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698