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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTMac.json

Issue 1115453002: Recipes: make cwd default to slave_build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 5 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 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "ClangToTMac", 10 "ClangToTMac",
11 "--slave", 11 "--slave",
12 "TestSlavename", 12 "TestSlavename",
13 "--spec", 13 "--spec",
14 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn:// svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium. org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org /%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, ' deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol o.chromium.org/chrome/trunk/src'}]", 14 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn:// svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium. org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org /%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, ' deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol o.chromium.org/chrome/trunk/src'}]",
15 "--root", 15 "--root",
16 "src", 16 "src",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\" : \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_ revision\", \"src/v8\": \"got_v8_revision\"}", 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\" : \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_ revision\", \"src/v8\": \"got_v8_revision\"}",
19 "--output_json", 19 "--output_json",
20 "/path/to/tmp/json", 20 "/path/to/tmp/json",
21 "--revision", 21 "--revision",
22 "src@HEAD" 22 "src@HEAD"
23 ], 23 ],
24 "cwd": "[SLAVE_BUILD]",
24 "name": "bot_update", 25 "name": "bot_update",
25 "~followup_annotations": [ 26 "~followup_annotations": [
26 "@@@STEP_TEXT@Some step text@@@", 27 "@@@STEP_TEXT@Some step text@@@",
27 "@@@STEP_LOG_LINE@json.output@{@@@", 28 "@@@STEP_LOG_LINE@json.output@{@@@",
28 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 29 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
29 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 30 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
30 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", 31 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
31 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", 32 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
32 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@", 33 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@",
33 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@", 34 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@",
(...skipping 26 matching lines...) Expand all
60 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" 61 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
61 ] 62 ]
62 }, 63 },
63 { 64 {
64 "cmd": [ 65 "cmd": [
65 "python", 66 "python",
66 "-u", 67 "-u",
67 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 68 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
68 "--version" 69 "--version"
69 ], 70 ],
71 "cwd": "[SLAVE_BUILD]",
70 "name": "swarming.py --version", 72 "name": "swarming.py --version",
71 "stdout": "/path/to/tmp/", 73 "stdout": "/path/to/tmp/",
72 "~followup_annotations": [ 74 "~followup_annotations": [
73 "@@@STEP_TEXT@0.4.10@@@" 75 "@@@STEP_TEXT@0.4.10@@@"
74 ] 76 ]
75 }, 77 },
76 { 78 {
77 "cmd": [ 79 "cmd": [
78 "python", 80 "python",
79 "-u", 81 "-u",
80 "[DEPOT_TOOLS]/gclient.py", 82 "[DEPOT_TOOLS]/gclient.py",
81 "runhooks" 83 "runhooks"
82 ], 84 ],
85 "cwd": "[SLAVE_BUILD]",
83 "env": { 86 "env": {
84 "GYP_DEFINES": "clang=1 clang_use_chrome_plugins=0 component=shared_librar y target_arch=x64 test_isolation_mode=prepare werror=''", 87 "GYP_DEFINES": "clang=1 clang_use_chrome_plugins=0 component=shared_librar y target_arch=x64 test_isolation_mode=prepare werror=''",
85 "LLVM_FORCE_HEAD_REVISION": "YES" 88 "LLVM_FORCE_HEAD_REVISION": "YES"
86 }, 89 },
87 "name": "gclient runhooks" 90 "name": "gclient runhooks"
88 }, 91 },
89 { 92 {
90 "cmd": [ 93 "cmd": [
91 "python", 94 "python",
92 "-u", 95 "-u",
93 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 96 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
94 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", 97 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json",
95 "/path/to/tmp/json" 98 "/path/to/tmp/json"
96 ], 99 ],
100 "cwd": "[SLAVE_BUILD]",
97 "name": "read test spec", 101 "name": "read test spec",
98 "~followup_annotations": [ 102 "~followup_annotations": [
99 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json@@ @", 103 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json@@ @",
100 "@@@STEP_LOG_LINE@json.output@{@@@", 104 "@@@STEP_LOG_LINE@json.output@{@@@",
101 "@@@STEP_LOG_LINE@json.output@ \"ClangToTMac tester\": {@@@", 105 "@@@STEP_LOG_LINE@json.output@ \"ClangToTMac tester\": {@@@",
102 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", 106 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@",
103 "@@@STEP_LOG_LINE@json.output@ {@@@", 107 "@@@STEP_LOG_LINE@json.output@ {@@@",
104 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", 108 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@",
105 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@", 109 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@",
106 "@@@STEP_LOG_LINE@json.output@ }, @@@", 110 "@@@STEP_LOG_LINE@json.output@ }, @@@",
(...skipping 13 matching lines...) Expand all
120 "--output", 124 "--output",
121 "/path/to/tmp/json", 125 "/path/to/tmp/json",
122 "--", 126 "--",
123 "--build-config-fs", 127 "--build-config-fs",
124 "Release", 128 "Release",
125 "--paths", 129 "--paths",
126 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", 130 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
127 "--properties", 131 "--properties",
128 "{\"buildername\": \"ClangToTMac\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"mac\" }" 132 "{\"buildername\": \"ClangToTMac\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"mac\" }"
129 ], 133 ],
134 "cwd": "[SLAVE_BUILD]",
130 "name": "get compile targets for scripts", 135 "name": "get compile targets for scripts",
131 "~followup_annotations": [ 136 "~followup_annotations": [
132 "@@@STEP_LOG_LINE@json.output@{}@@@", 137 "@@@STEP_LOG_LINE@json.output@{}@@@",
133 "@@@STEP_LOG_END@json.output@@@" 138 "@@@STEP_LOG_END@json.output@@@"
134 ] 139 ]
135 }, 140 },
136 { 141 {
137 "cmd": [ 142 "cmd": [
138 "python", 143 "python",
139 "-u", 144 "-u",
140 "[BUILD]/scripts/slave/cleanup_temp.py" 145 "[BUILD]/scripts/slave/cleanup_temp.py"
141 ], 146 ],
147 "cwd": "[SLAVE_BUILD]",
142 "name": "cleanup_temp" 148 "name": "cleanup_temp"
143 }, 149 },
144 { 150 {
145 "cmd": [ 151 "cmd": [
146 "python", 152 "python",
147 "-u", 153 "-u",
148 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", 154 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py",
149 "--build-dir", 155 "--build-dir",
150 "[SLAVE_BUILD]/src/out/Release", 156 "[SLAVE_BUILD]/src/out/Release",
151 "--clean-isolated-files" 157 "--clean-isolated-files"
152 ], 158 ],
159 "cwd": "[SLAVE_BUILD]",
153 "name": "clean isolated files" 160 "name": "clean isolated files"
154 }, 161 },
155 { 162 {
156 "cmd": [ 163 "cmd": [
157 "python", 164 "python",
158 "-u", 165 "-u",
159 "[BUILD]/scripts/slave/compile.py", 166 "[BUILD]/scripts/slave/compile.py",
160 "--target", 167 "--target",
161 "Release", 168 "Release",
162 "--src-dir", 169 "--src-dir",
163 "[SLAVE_BUILD]/src", 170 "[SLAVE_BUILD]/src",
164 "--build-tool", 171 "--build-tool",
165 "ninja", 172 "ninja",
166 "--compiler", 173 "--compiler",
167 "clang", 174 "clang",
168 "--" 175 "--"
169 ], 176 ],
177 "cwd": "[SLAVE_BUILD]",
170 "env": { 178 "env": {
171 "LLVM_FORCE_HEAD_REVISION": "YES" 179 "LLVM_FORCE_HEAD_REVISION": "YES"
172 }, 180 },
173 "name": "compile" 181 "name": "compile"
174 }, 182 },
175 { 183 {
176 "cmd": [ 184 "cmd": [
177 "python", 185 "python",
178 "-u", 186 "-u",
179 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", 187 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py",
(...skipping 11 matching lines...) Expand all
191 "-u", 199 "-u",
192 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py", 200 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py",
193 "batcharchive", 201 "batcharchive",
194 "--dump-json", 202 "--dump-json",
195 "/path/to/tmp/json", 203 "/path/to/tmp/json",
196 "--isolate-server", 204 "--isolate-server",
197 "https://isolateserver.appspot.com", 205 "https://isolateserver.appspot.com",
198 "--verbose", 206 "--verbose",
199 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" 207 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json"
200 ], 208 ],
209 "cwd": "[SLAVE_BUILD]",
201 "name": "isolate tests", 210 "name": "isolate tests",
202 "~followup_annotations": [ 211 "~followup_annotations": [
203 "@@@STEP_LOG_LINE@json.output@{@@@", 212 "@@@STEP_LOG_LINE@json.output@{@@@",
204 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@", 213 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@",
205 "@@@STEP_LOG_LINE@json.output@}@@@", 214 "@@@STEP_LOG_LINE@json.output@}@@@",
206 "@@@STEP_LOG_END@json.output@@@" 215 "@@@STEP_LOG_END@json.output@@@"
207 ] 216 ]
208 }, 217 },
209 { 218 {
210 "allow_subannotations": true, 219 "allow_subannotations": true,
211 "cmd": [ 220 "cmd": [
212 "python", 221 "python",
213 "-u", 222 "-u",
214 "[BUILD]/scripts/slave/zip_build.py", 223 "[BUILD]/scripts/slave/zip_build.py",
215 "--target", 224 "--target",
216 "Release", 225 "Release",
217 "--build-url", 226 "--build-url",
218 "gs://chromium-fyi-archive/chromium.fyi/ClangToTMac", 227 "gs://chromium-fyi-archive/chromium.fyi/ClangToTMac",
219 "--build_revision", 228 "--build_revision",
220 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 229 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
221 "--factory-properties", 230 "--factory-properties",
222 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"ClangToTMac\", \"buildnumber\": 571, \"mastername\": \"chromium .fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \ "TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 231 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"ClangToTMac\", \"buildnumber\": 571, \"mastername\": \"chromium .fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \ "TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
223 "--build-properties", 232 "--build-properties",
224 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"ClangToTMac\", \"buildnumber\": 571, \"mastername\": \"chromium .fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \ "TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 233 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"ClangToTMac\", \"buildnumber\": 571, \"mastername\": \"chromium .fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \ "TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
225 ], 234 ],
235 "cwd": "[SLAVE_BUILD]",
226 "name": "package build" 236 "name": "package build"
227 } 237 }
228 ] 238 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698