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

Side by Side Diff: scripts/slave/recipes/ios/try.expected/basic.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 "[BUILD]/scripts/slave/ios/host_info.py", 4 "[BUILD]/scripts/slave/ios/host_info.py",
5 "--json-file", 5 "--json-file",
6 "/path/to/tmp/json" 6 "/path/to/tmp/json"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]",
8 "name": "host and tools info", 9 "name": "host and tools info",
9 "~followup_annotations": [ 10 "~followup_annotations": [
10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", 11 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
11 "@@@STEP_LOG_LINE@json.output@{@@@", 12 "@@@STEP_LOG_LINE@json.output@{@@@",
12 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@", 13 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@",
13 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@ @", 14 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@ @",
14 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@", 15 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@",
15 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@", 16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@",
16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@", 17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@",
17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@", 18 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@",
(...skipping 23 matching lines...) Expand all
41 "--patch_url", 42 "--patch_url",
42 "patch url", 43 "patch url",
43 "--rietveld_server", 44 "--rietveld_server",
44 "fake://rietveld.url", 45 "fake://rietveld.url",
45 "--output_json", 46 "--output_json",
46 "/path/to/tmp/json", 47 "/path/to/tmp/json",
47 "--revision", 48 "--revision",
48 "src@HEAD", 49 "src@HEAD",
49 "--force" 50 "--force"
50 ], 51 ],
52 "cwd": "[SLAVE_BUILD]",
51 "name": "bot_update", 53 "name": "bot_update",
52 "~followup_annotations": [ 54 "~followup_annotations": [
53 "@@@STEP_TEXT@Some step text@@@", 55 "@@@STEP_TEXT@Some step text@@@",
54 "@@@STEP_LOG_LINE@json.output@{@@@", 56 "@@@STEP_LOG_LINE@json.output@{@@@",
55 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 57 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
56 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 58 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
57 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", 59 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
58 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", 60 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
59 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@", 61 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@",
60 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@", 62 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@",
(...skipping 27 matching lines...) Expand all
88 ] 90 ]
89 }, 91 },
90 { 92 {
91 "cmd": [ 93 "cmd": [
92 "python", 94 "python",
93 "-u", 95 "-u",
94 "\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",
95 "[SLAVE_BUILD]/src/ios/build/bots/tryserver.fake/ios.json", 97 "[SLAVE_BUILD]/src/ios/build/bots/tryserver.fake/ios.json",
96 "/path/to/tmp/json" 98 "/path/to/tmp/json"
97 ], 99 ],
100 "cwd": "[SLAVE_BUILD]",
98 "name": "read build config", 101 "name": "read build config",
99 "~followup_annotations": [ 102 "~followup_annotations": [
100 "@@@STEP_LOG_LINE@json.output@{@@@", 103 "@@@STEP_LOG_LINE@json.output@{@@@",
101 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@", 104 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@",
102 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 1\": \"fake value 1\", @@@", 105 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 1\": \"fake value 1\", @@@",
103 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 2\": \"fake value 2\"@ @@", 106 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 2\": \"fake value 2\"@ @@",
104 "@@@STEP_LOG_LINE@json.output@ }, @@@", 107 "@@@STEP_LOG_LINE@json.output@ }, @@@",
105 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"ninja\", @@@", 108 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"ninja\", @@@",
106 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", 109 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@",
107 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphonesimulator8.0\", @@@", 110 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphonesimulator8.0\", @@@",
108 "@@@STEP_LOG_LINE@json.output@ \"tests\": [@@@", 111 "@@@STEP_LOG_LINE@json.output@ \"tests\": [@@@",
109 "@@@STEP_LOG_LINE@json.output@ {@@@", 112 "@@@STEP_LOG_LINE@json.output@ {@@@",
110 "@@@STEP_LOG_LINE@json.output@ \"app\": \"fake tests\", @@@", 113 "@@@STEP_LOG_LINE@json.output@ \"app\": \"fake tests\", @@@",
111 "@@@STEP_LOG_LINE@json.output@ \"device type\": \"fake device\", @@@" , 114 "@@@STEP_LOG_LINE@json.output@ \"device type\": \"fake device\", @@@" ,
112 "@@@STEP_LOG_LINE@json.output@ \"os\": \"8.1\"@@@", 115 "@@@STEP_LOG_LINE@json.output@ \"os\": \"8.1\"@@@",
113 "@@@STEP_LOG_LINE@json.output@ }@@@", 116 "@@@STEP_LOG_LINE@json.output@ }@@@",
114 "@@@STEP_LOG_LINE@json.output@ ], @@@", 117 "@@@STEP_LOG_LINE@json.output@ ], @@@",
115 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@ @@", 118 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@ @@",
116 "@@@STEP_LOG_LINE@json.output@}@@@", 119 "@@@STEP_LOG_LINE@json.output@}@@@",
117 "@@@STEP_LOG_END@json.output@@@" 120 "@@@STEP_LOG_END@json.output@@@"
118 ] 121 ]
119 }, 122 },
120 { 123 {
121 "cmd": [ 124 "cmd": [
122 "echo", 125 "echo",
123 "-e", 126 "-e",
124 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat ic_library\", \n \"fake gyp define 1\": \"fake value 1\", \n \"fake gyp de fine 2\": \"fake value 2\"\n }, \n \"compiler\": \"ninja\", \n \"configuratio n\": \"Debug\", \n \"sdk\": \"iphonesimulator8.0\", \n \"tests\": [\n {\n \"app\": \"fake tests\", \n \"device type\": \"fake device\", \n \ "os\": \"8.1\"\n }\n ], \n \"triggered bots\": {}, \n \"xcode version\": \ "fake xcode version\"\n}" 127 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat ic_library\", \n \"fake gyp define 1\": \"fake value 1\", \n \"fake gyp de fine 2\": \"fake value 2\"\n }, \n \"compiler\": \"ninja\", \n \"configuratio n\": \"Debug\", \n \"sdk\": \"iphonesimulator8.0\", \n \"tests\": [\n {\n \"app\": \"fake tests\", \n \"device type\": \"fake device\", \n \ "os\": \"8.1\"\n }\n ], \n \"triggered bots\": {}, \n \"xcode version\": \ "fake xcode version\"\n}"
125 ], 128 ],
129 "cwd": "[SLAVE_BUILD]",
126 "name": "finalize build config" 130 "name": "finalize build config"
127 }, 131 },
128 { 132 {
129 "cmd": [ 133 "cmd": [
130 "[BUILD]/scripts/slave/ios/find_xcode.py", 134 "[BUILD]/scripts/slave/ios/find_xcode.py",
131 "--json-file", 135 "--json-file",
132 "/path/to/tmp/json", 136 "/path/to/tmp/json",
133 "--version", 137 "--version",
134 "fake xcode version" 138 "fake xcode version"
135 ], 139 ],
140 "cwd": "[SLAVE_BUILD]",
136 "name": "find xcode", 141 "name": "find xcode",
137 "~followup_annotations": [ 142 "~followup_annotations": [
138 "@@@STEP_LOG_LINE@json.output@{}@@@", 143 "@@@STEP_LOG_LINE@json.output@{}@@@",
139 "@@@STEP_LOG_END@json.output@@@" 144 "@@@STEP_LOG_END@json.output@@@"
140 ] 145 ]
141 }, 146 },
142 { 147 {
143 "cmd": [ 148 "cmd": [
144 "python", 149 "python",
145 "-u", 150 "-u",
146 "[DEPOT_TOOLS]/gclient.py", 151 "[DEPOT_TOOLS]/gclient.py",
147 "runhooks" 152 "runhooks"
148 ], 153 ],
154 "cwd": "[SLAVE_BUILD]",
149 "env": { 155 "env": {
150 "GYP_CROSSCOMPILE": "1", 156 "GYP_CROSSCOMPILE": "1",
151 "GYP_DEFINES": "fake gyp define 1=fake value 1 fake gyp define 2=fake valu e 2 component=static_library OS=ios", 157 "GYP_DEFINES": "fake gyp define 1=fake value 1 fake gyp define 2=fake valu e 2 component=static_library OS=ios",
152 "GYP_GENERATORS": "ninja", 158 "GYP_GENERATORS": "ninja",
153 "LANDMINES_VERBOSE": "1" 159 "LANDMINES_VERBOSE": "1"
154 }, 160 },
155 "name": "gclient runhooks (with patch)", 161 "name": "gclient runhooks (with patch)",
156 "~followup_annotations": [ 162 "~followup_annotations": [
157 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />fake gyp define 1=fake value 1<br /> fake gyp define 2=fake value 2<br />component=static_library<br />OS=ios@@@" 163 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />fake gyp define 1=fake value 1<br /> fake gyp define 2=fake value 2<br />component=static_library<br />OS=ios@@@"
158 ] 164 ]
(...skipping 14 matching lines...) Expand all
173 ] 179 ]
174 }, 180 },
175 { 181 {
176 "cmd": [ 182 "cmd": [
177 "python", 183 "python",
178 "-u", 184 "-u",
179 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 185 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
180 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", 186 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json",
181 "/path/to/tmp/json" 187 "/path/to/tmp/json"
182 ], 188 ],
189 "cwd": "[SLAVE_BUILD]",
183 "name": "read filter exclusion spec", 190 "name": "read filter exclusion spec",
184 "~followup_annotations": [ 191 "~followup_annotations": [
185 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", 192 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@",
186 "@@@STEP_LOG_LINE@json.output@{@@@", 193 "@@@STEP_LOG_LINE@json.output@{@@@",
187 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", 194 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@",
188 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 195 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
189 "@@@STEP_LOG_LINE@json.output@ }, @@@", 196 "@@@STEP_LOG_LINE@json.output@ }, @@@",
190 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", 197 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@",
191 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 198 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
192 "@@@STEP_LOG_LINE@json.output@ }, @@@", 199 "@@@STEP_LOG_LINE@json.output@ }, @@@",
193 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", 200 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@",
194 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 201 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
195 "@@@STEP_LOG_LINE@json.output@ }@@@", 202 "@@@STEP_LOG_LINE@json.output@ }@@@",
196 "@@@STEP_LOG_LINE@json.output@}@@@", 203 "@@@STEP_LOG_LINE@json.output@}@@@",
197 "@@@STEP_LOG_END@json.output@@@" 204 "@@@STEP_LOG_END@json.output@@@"
198 ] 205 ]
199 }, 206 },
200 { 207 {
201 "cmd": [ 208 "cmd": [
202 "python", 209 "python",
203 "-u", 210 "-u",
204 "[SLAVE_BUILD]/src/build/gyp_chromium", 211 "[SLAVE_BUILD]/src/build/gyp_chromium",
205 "--analyzer", 212 "--analyzer",
206 "{\"files\": [\"foo.cc\"], \"targets\": [\"fake tests\"]}", 213 "{\"files\": [\"foo.cc\"], \"targets\": [\"fake tests\"]}",
207 "/path/to/tmp/json" 214 "/path/to/tmp/json"
208 ], 215 ],
216 "cwd": "[SLAVE_BUILD]",
209 "env": { 217 "env": {
210 "GYP_CROSSCOMPILE": "1", 218 "GYP_CROSSCOMPILE": "1",
211 "GYP_DEFINES": "OS=ios component=static_library fake gyp define 1='fake va lue 1' fake gyp define 2='fake value 2'" 219 "GYP_DEFINES": "OS=ios component=static_library fake gyp define 1='fake va lue 1' fake gyp define 2='fake value 2'"
212 }, 220 },
213 "name": "analyze", 221 "name": "analyze",
214 "~followup_annotations": [ 222 "~followup_annotations": [
215 "@@@STEP_TEXT@No compile necessary@@@", 223 "@@@STEP_TEXT@No compile necessary@@@",
216 "@@@STEP_LOG_LINE@json.output@{@@@", 224 "@@@STEP_LOG_LINE@json.output@{@@@",
217 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", 225 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@",
218 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", 226 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@",
219 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", 227 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@",
220 "@@@STEP_LOG_LINE@json.output@}@@@", 228 "@@@STEP_LOG_LINE@json.output@}@@@",
221 "@@@STEP_LOG_END@json.output@@@" 229 "@@@STEP_LOG_END@json.output@@@"
222 ] 230 ]
223 }, 231 },
224 { 232 {
225 "cmd": [], 233 "cmd": [],
234 "cwd": "[SLAVE_BUILD]",
226 "name": "[skipped] fake tests (fake device iOS 8.1)", 235 "name": "[skipped] fake tests (fake device iOS 8.1)",
227 "~followup_annotations": [ 236 "~followup_annotations": [
228 "@@@STEP_TEXT@This test was skipped because it was not affected.@@@" 237 "@@@STEP_TEXT@This test was skipped because it was not affected.@@@"
229 ] 238 ]
230 } 239 }
231 ] 240 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/infra/sphinx_doc_updater.expected/basic.json ('k') | scripts/slave/recipes/ios/try.expected/parent.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698