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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/Build-Mac10.8-Clang-Arm7-Debug-Android.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 "git", 4 "git",
5 "remote", 5 "remote",
6 "set-url", 6 "set-url",
7 "origin", 7 "origin",
8 "https://skia.googlesource.com/skia.git" 8 "https://skia.googlesource.com/skia.git"
9 ], 9 ],
10 "cwd": "[CWD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
11 "name": "git remote set-url" 11 "name": "git remote set-url"
12 }, 12 },
13 { 13 {
14 "cmd": [ 14 "cmd": [
15 "git", 15 "git",
16 "fetch" 16 "fetch"
17 ], 17 ],
18 "cwd": "[CWD]/skia", 18 "cwd": "[SLAVE_BUILD]/skia",
19 "name": "git fetch" 19 "name": "git fetch"
20 }, 20 },
21 { 21 {
22 "cmd": [ 22 "cmd": [
23 "git", 23 "git",
24 "reset", 24 "reset",
25 "--hard", 25 "--hard",
26 "abc123" 26 "abc123"
27 ], 27 ],
28 "cwd": "[CWD]/skia", 28 "cwd": "[SLAVE_BUILD]/skia",
29 "name": "git reset" 29 "name": "git reset"
30 }, 30 },
31 { 31 {
32 "cmd": [ 32 "cmd": [
33 "git", 33 "git",
34 "clean", 34 "clean",
35 "-d", 35 "-d",
36 "-f" 36 "-f"
37 ], 37 ],
38 "cwd": "[CWD]/skia", 38 "cwd": "[SLAVE_BUILD]/skia",
39 "name": "git clean" 39 "name": "git clean"
40 }, 40 },
41 { 41 {
42 "cmd": [ 42 "cmd": [
43 "python", 43 "python",
44 "-u", 44 "-u",
45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
46 "config", 46 "config",
47 "--spec", 47 "--spec",
48 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/ skia.git'}]\ntarget_os = ['llvm']" 48 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget _os = ['llvm']"
49 ], 49 ],
50 "cwd": "[SLAVE_BUILD]",
50 "env": { 51 "env": {
51 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
52 }, 53 },
53 "name": "gclient setup" 54 "name": "gclient setup"
54 }, 55 },
55 { 56 {
56 "cmd": [ 57 "cmd": [
57 "python", 58 "python",
58 "-u", 59 "-u",
59 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 60 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
60 "sync", 61 "sync",
61 "--nohooks", 62 "--nohooks",
62 "--force", 63 "--force",
63 "--verbose", 64 "--verbose",
64 "--delete_unversioned_trees", 65 "--delete_unversioned_trees",
65 "--revision", 66 "--revision",
66 "skia@abc123", 67 "skia@abc123",
67 "--output-json", 68 "--output-json",
68 "/path/to/tmp/json" 69 "/path/to/tmp/json"
69 ], 70 ],
71 "cwd": "[SLAVE_BUILD]",
70 "env": { 72 "env": {
71 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 73 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
72 }, 74 },
73 "name": "gclient sync", 75 "name": "gclient sync",
74 "~followup_annotations": [ 76 "~followup_annotations": [
75 "@@@STEP_LOG_LINE@json.output@{@@@", 77 "@@@STEP_LOG_LINE@json.output@{@@@",
76 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", 78 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
77 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", 79 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@",
78 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", 80 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@",
79 "@@@STEP_LOG_LINE@json.output@ }@@@", 81 "@@@STEP_LOG_LINE@json.output@ }@@@",
80 "@@@STEP_LOG_LINE@json.output@ }@@@", 82 "@@@STEP_LOG_LINE@json.output@ }@@@",
81 "@@@STEP_LOG_LINE@json.output@}@@@", 83 "@@@STEP_LOG_LINE@json.output@}@@@",
82 "@@@STEP_LOG_END@json.output@@@", 84 "@@@STEP_LOG_END@json.output@@@",
83 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" 85 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@"
84 ] 86 ]
85 }, 87 },
86 { 88 {
87 "cmd": [ 89 "cmd": [
88 "python", 90 "python",
89 "-u", 91 "-u",
90 "[CWD]/skia/tools/buildbot_spec.py", 92 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py",
91 "/path/to/tmp/json", 93 "/path/to/tmp/json",
92 "Build-Mac10.8-Clang-Arm7-Debug-Android" 94 "Build-Mac10.8-Clang-Arm7-Debug-Android"
93 ], 95 ],
94 "cwd": "[CWD]/skia", 96 "cwd": "[SLAVE_BUILD]/skia",
95 "name": "exec buildbot_spec.py", 97 "name": "exec buildbot_spec.py",
96 "~followup_annotations": [ 98 "~followup_annotations": [
97 "@@@STEP_LOG_LINE@json.output@{@@@", 99 "@@@STEP_LOG_LINE@json.output@{@@@",
98 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", 100 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@",
99 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@", 101 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@",
100 "@@@STEP_LOG_LINE@json.output@ ], @@@", 102 "@@@STEP_LOG_LINE@json.output@ ], @@@",
101 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", 103 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@",
102 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"Clang\", @@@", 104 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"Clang\", @@@",
103 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", 105 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@",
104 "@@@STEP_LOG_LINE@json.output@ \"extra_config\": \"Android\", @@@", 106 "@@@STEP_LOG_LINE@json.output@ \"extra_config\": \"Android\", @@@",
(...skipping 22 matching lines...) Expand all
127 "@@@STEP_LOG_LINE@json.output@}@@@", 129 "@@@STEP_LOG_LINE@json.output@}@@@",
128 "@@@STEP_LOG_END@json.output@@@" 130 "@@@STEP_LOG_END@json.output@@@"
129 ] 131 ]
130 }, 132 },
131 { 133 {
132 "cmd": [ 134 "cmd": [
133 "python", 135 "python",
134 "-u", 136 "-u",
135 "import json\nimport subprocess\nimport sys\n\nccache = None\ntry:\n ccac he = subprocess.check_output(['which', 'ccache']).rstrip()\nexcept:\n pass\npri nt json.dumps({'ccache': ccache})\n" 137 "import json\nimport subprocess\nimport sys\n\nccache = None\ntry:\n ccac he = subprocess.check_output(['which', 'ccache']).rstrip()\nexcept:\n pass\npri nt json.dumps({'ccache': ccache})\n"
136 ], 138 ],
139 "cwd": "[SLAVE_BUILD]",
137 "env": { 140 "env": {
138 "BUILDTYPE": "Debug", 141 "BUILDTYPE": "Debug",
139 "CC": "/usr/bin/clang", 142 "CC": "/usr/bin/clang",
140 "CXX": "/usr/bin/clang++", 143 "CXX": "/usr/bin/clang++",
141 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_warnings_as_err ors=0", 144 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_warnings_as_err ors=0",
142 "SKIA_OUT": "[CWD]/skia/out/Build-Mac10.8-Clang-Arm7-Debug-Android" 145 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Build-Mac10.8-Clang-Arm7-Debug-Android "
143 }, 146 },
144 "name": "has ccache?", 147 "name": "has ccache?",
145 "stdout": "/path/to/tmp/json", 148 "stdout": "/path/to/tmp/json",
146 "~followup_annotations": [ 149 "~followup_annotations": [
147 "@@@STEP_LOG_LINE@json.output@{@@@", 150 "@@@STEP_LOG_LINE@json.output@{@@@",
148 "@@@STEP_LOG_LINE@json.output@ \"ccache\": null@@@", 151 "@@@STEP_LOG_LINE@json.output@ \"ccache\": null@@@",
149 "@@@STEP_LOG_LINE@json.output@}@@@", 152 "@@@STEP_LOG_LINE@json.output@}@@@",
150 "@@@STEP_LOG_END@json.output@@@", 153 "@@@STEP_LOG_END@json.output@@@",
151 "@@@STEP_LOG_LINE@python.inline@import json@@@", 154 "@@@STEP_LOG_LINE@python.inline@import json@@@",
152 "@@@STEP_LOG_LINE@python.inline@import subprocess@@@", 155 "@@@STEP_LOG_LINE@python.inline@import subprocess@@@",
153 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 156 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
154 "@@@STEP_LOG_LINE@python.inline@@@@", 157 "@@@STEP_LOG_LINE@python.inline@@@@",
155 "@@@STEP_LOG_LINE@python.inline@ccache = None@@@", 158 "@@@STEP_LOG_LINE@python.inline@ccache = None@@@",
156 "@@@STEP_LOG_LINE@python.inline@try:@@@", 159 "@@@STEP_LOG_LINE@python.inline@try:@@@",
157 "@@@STEP_LOG_LINE@python.inline@ ccache = subprocess.check_output(['which ', 'ccache']).rstrip()@@@", 160 "@@@STEP_LOG_LINE@python.inline@ ccache = subprocess.check_output(['which ', 'ccache']).rstrip()@@@",
158 "@@@STEP_LOG_LINE@python.inline@except:@@@", 161 "@@@STEP_LOG_LINE@python.inline@except:@@@",
159 "@@@STEP_LOG_LINE@python.inline@ pass@@@", 162 "@@@STEP_LOG_LINE@python.inline@ pass@@@",
160 "@@@STEP_LOG_LINE@python.inline@print json.dumps({'ccache': ccache})@@@", 163 "@@@STEP_LOG_LINE@python.inline@print json.dumps({'ccache': ccache})@@@",
161 "@@@STEP_LOG_END@python.inline@@@" 164 "@@@STEP_LOG_END@python.inline@@@"
162 ] 165 ]
163 }, 166 },
164 { 167 {
165 "cmd": [ 168 "cmd": [
166 "[CWD]/skia/platform_tools/android/bin/android_ninja", 169 "[SLAVE_BUILD]/skia/platform_tools/android/bin/android_ninja",
167 "most", 170 "most",
168 "-d", 171 "-d",
169 "arm_v7_neon", 172 "arm_v7_neon",
170 "--clang" 173 "--clang"
171 ], 174 ],
172 "cwd": "[CWD]/skia", 175 "cwd": "[SLAVE_BUILD]/skia",
173 "env": { 176 "env": {
174 "ANDROID_HOME": "/Users/chrome-bot/adt-bundle-mac-x86_64-20140702/sdk", 177 "ANDROID_HOME": "/Users/chrome-bot/adt-bundle-mac-x86_64-20140702/sdk",
175 "ANDROID_SDK_ROOT": "/Users/chrome-bot/adt-bundle-mac-x86_64-20140702/sdk" , 178 "ANDROID_SDK_ROOT": "/Users/chrome-bot/adt-bundle-mac-x86_64-20140702/sdk" ,
176 "BUILDTYPE": "Debug", 179 "BUILDTYPE": "Debug",
177 "CC": "/usr/bin/clang", 180 "CC": "/usr/bin/clang",
178 "CXX": "/usr/bin/clang++", 181 "CXX": "/usr/bin/clang++",
179 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_warnings_as_err ors=0", 182 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_warnings_as_err ors=0",
180 "SKIA_ANDROID_VERBOSE_SETUP": "1", 183 "SKIA_ANDROID_VERBOSE_SETUP": "1",
181 "SKIA_OUT": "[CWD]/skia/out/Build-Mac10.8-Clang-Arm7-Debug-Android" 184 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Build-Mac10.8-Clang-Arm7-Debug-Android "
182 }, 185 },
183 "name": "build most" 186 "name": "build most"
184 }, 187 },
185 { 188 {
186 "name": "$result", 189 "name": "$result",
187 "recipe_result": null, 190 "recipe_result": null,
188 "status_code": 0 191 "status_code": 0
189 } 192 }
190 ] 193 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/skia/skia.py ('k') | scripts/slave/recipes/skia/skia.expected/Build-Mac10.9-Clang-Arm7-Debug-iOS.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698