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

Side by Side Diff: scripts/slave/recipes/webrtc/ios.expected/infrastructure_failure.json

Issue 2226283002: webrtc: prepare for running under remote_run (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 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 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", 4 "RECIPE_PACKAGE_REPO[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 "name": "host and tools info", 8 "name": "host and tools info",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
11 "@@@STEP_LOG_LINE@json.output@{@@@", 11 "@@@STEP_LOG_LINE@json.output@{@@@",
12 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@", 12 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@",
13 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@ @", 13 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@ @",
14 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@", 14 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@",
15 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@", 15 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@",
16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@", 16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@",
17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@", 17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@",
18 "@@@STEP_LOG_LINE@json.output@ ], @@@", 18 "@@@STEP_LOG_LINE@json.output@ ], @@@",
19 "@@@STEP_LOG_LINE@json.output@ \"Xcode Version\": \"6.7.8\"@@@", 19 "@@@STEP_LOG_LINE@json.output@ \"Xcode Version\": \"6.7.8\"@@@",
20 "@@@STEP_LOG_LINE@json.output@}@@@", 20 "@@@STEP_LOG_LINE@json.output@}@@@",
21 "@@@STEP_LOG_END@json.output@@@" 21 "@@@STEP_LOG_END@json.output@@@"
22 ] 22 ]
23 }, 23 },
24 { 24 {
25 "cmd": [ 25 "cmd": [
26 "python", 26 "python",
27 "-u", 27 "-u",
28 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
29 "[BUILDER_CACHE]/ios",
30 "511"
31 ],
32 "name": "makedirs checkout path",
33 "~followup_annotations": [
34 "@@@STEP_LOG_LINE@python.inline@@@@",
35 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
36 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
37 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
38 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
39 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
40 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
41 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
42 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
43 "@@@STEP_LOG_END@python.inline@@@"
44 ]
45 },
46 {
47 "cmd": [
48 "python",
49 "-u",
28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 50 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
29 "--master", 51 "--master",
30 "chromium.fake", 52 "chromium.fake",
31 "--builder", 53 "--builder",
32 "ios", 54 "ios",
33 "--slave", 55 "--slave",
34 "fake-vm", 56 "fake-vm",
35 "--spec", 57 "--spec",
36 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'} , {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https ://chrome-internal.googlesource.com/chrome/deps/webrtc-limited'}]\ntarget_os = [ 'ios', 'mac']", 58 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'} , {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https ://chrome-internal.googlesource.com/chrome/deps/webrtc-limited'}]\ntarget_os = [ 'ios', 'mac']",
37 "--root", 59 "--root",
38 "src", 60 "src",
39 "--revision_mapping_file", 61 "--revision_mapping_file",
40 "{\"src\": \"got_revision\"}", 62 "{\"src\": \"got_revision\"}",
41 "--git-cache-dir", 63 "--git-cache-dir",
42 "[GIT_CACHE]", 64 "[GIT_CACHE]",
43 "--output_json", 65 "--output_json",
44 "/path/to/tmp/json", 66 "/path/to/tmp/json",
45 "--revision", 67 "--revision",
46 "src@HEAD", 68 "src@HEAD",
69 "--force",
47 "--output_manifest" 70 "--output_manifest"
48 ], 71 ],
72 "cwd": "[BUILDER_CACHE]/ios",
49 "env": { 73 "env": {
50 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 74 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
51 }, 75 },
52 "name": "bot_update", 76 "name": "bot_update",
53 "~followup_annotations": [ 77 "~followup_annotations": [
78 "@@@STEP_TEXT@Some step text@@@",
54 "@@@STEP_LOG_LINE@json.output@{@@@", 79 "@@@STEP_LOG_LINE@json.output@{@@@",
55 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@", 80 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
56 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false@@@", 81 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
82 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
83 "@@@STEP_LOG_LINE@json.output@ }, @@@",
84 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
85 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@",
86 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src .git\", @@@",
87 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e 86ddfd4ebd0fe58cb9\"@@@",
88 "@@@STEP_LOG_LINE@json.output@ }@@@",
89 "@@@STEP_LOG_LINE@json.output@ }, @@@",
90 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
91 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
92 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
93 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f27fede2220bcd326aee 3e86ddfd4ebd0fe58cb9\", @@@",
94 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#170242}\"@@@",
95 "@@@STEP_LOG_LINE@json.output@ }, @@@",
96 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
97 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
57 "@@@STEP_LOG_LINE@json.output@}@@@", 98 "@@@STEP_LOG_LINE@json.output@}@@@",
58 "@@@STEP_LOG_END@json.output@@@" 99 "@@@STEP_LOG_END@json.output@@@",
100 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@",
101 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
59 ] 102 ]
60 }, 103 },
61 { 104 {
62 "cmd": [ 105 "cmd": [
63 "python", 106 "python",
64 "-u", 107 "-u",
65 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 108 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
66 "[SLAVE_BUILD]/src/webrtc/build/ios/chromium.fake/ios.json", 109 "[BUILDER_CACHE]/ios/src/webrtc/build/ios/chromium.fake/ios.json",
67 "/path/to/tmp/json" 110 "/path/to/tmp/json"
68 ], 111 ],
69 "name": "read build config", 112 "name": "read build config",
70 "~followup_annotations": [ 113 "~followup_annotations": [
71 "@@@STEP_LOG_LINE@json.output@{@@@", 114 "@@@STEP_LOG_LINE@json.output@{@@@",
72 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@", 115 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@",
73 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 1\": \"fake value 1\", @@@", 116 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 1\": \"fake value 1\", @@@",
74 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 2\": \"fake value 2\"@ @@", 117 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 2\": \"fake value 2\"@ @@",
75 "@@@STEP_LOG_LINE@json.output@ }, @@@", 118 "@@@STEP_LOG_LINE@json.output@ }, @@@",
76 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"ninja\", @@@", 119 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"ninja\", @@@",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 "@@@STEP_LOG_END@json.output@@@" 158 "@@@STEP_LOG_END@json.output@@@"
116 ] 159 ]
117 }, 160 },
118 { 161 {
119 "cmd": [ 162 "cmd": [
120 "python", 163 "python",
121 "-u", 164 "-u",
122 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 165 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
123 "runhooks" 166 "runhooks"
124 ], 167 ],
125 "cwd": "[SLAVE_BUILD]/src", 168 "cwd": "[BUILDER_CACHE]/ios/src",
126 "env": { 169 "env": {
127 "GYP_CROSSCOMPILE": "1", 170 "GYP_CROSSCOMPILE": "1",
128 "GYP_DEFINES": "fake gyp define 1=fake value 1 fake gyp define 2=fake valu e 2 component=static_library OS=ios", 171 "GYP_DEFINES": "fake gyp define 1=fake value 1 fake gyp define 2=fake valu e 2 component=static_library OS=ios",
129 "GYP_GENERATORS": "ninja", 172 "GYP_GENERATORS": "ninja",
130 "LANDMINES_VERBOSE": "1", 173 "LANDMINES_VERBOSE": "1",
131 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 174 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
132 }, 175 },
133 "name": "gclient runhooks", 176 "name": "gclient runhooks",
134 "~followup_annotations": [ 177 "~followup_annotations": [
135 "@@@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@@@" 178 "@@@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@@@"
136 ] 179 ]
137 }, 180 },
138 { 181 {
139 "cmd": [ 182 "cmd": [
140 "ninja", 183 "ninja",
141 "-C", 184 "-C",
142 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator" 185 "[BUILDER_CACHE]/ios/src/out/Debug-iphonesimulator"
143 ], 186 ],
144 "cwd": "[SLAVE_BUILD]/src/out/Debug-iphonesimulator", 187 "cwd": "[BUILDER_CACHE]/ios/src/out/Debug-iphonesimulator",
145 "name": "compile" 188 "name": "compile"
146 }, 189 },
147 { 190 {
148 "cmd": [ 191 "cmd": [
149 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", 192 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py",
150 "--app", 193 "--app",
151 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/fake tests 1.app", 194 "[BUILDER_CACHE]/ios/src/out/Debug-iphonesimulator/fake tests 1.app",
152 "--json_file", 195 "--json_file",
153 "/path/to/tmp/json", 196 "/path/to/tmp/json",
154 "--iossim", 197 "--iossim",
155 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/iossim", 198 "[BUILDER_CACHE]/ios/src/out/Debug-iphonesimulator/iossim",
156 "--platform", 199 "--platform",
157 "fake device", 200 "fake device",
158 "--version", 201 "--version",
159 "8.0" 202 "8.0"
160 ], 203 ],
161 "name": "fake tests 1 (fake device iOS 8.0)", 204 "name": "fake tests 1 (fake device iOS 8.0)",
162 "~followup_annotations": [ 205 "~followup_annotations": [
163 "step returned non-zero exit code: 2", 206 "step returned non-zero exit code: 2",
164 "@@@STEP_LOG_LINE@json.output@{@@@", 207 "@@@STEP_LOG_LINE@json.output@{@@@",
165 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", 208 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@",
(...skipping 11 matching lines...) Expand all
177 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", 220 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@",
178 "@@@STEP_LOG_END@fake log@@@", 221 "@@@STEP_LOG_END@fake log@@@",
179 "@@@STEP_LINK@fake URL text@fake URL@@@", 222 "@@@STEP_LINK@fake URL text@fake URL@@@",
180 "@@@STEP_EXCEPTION@@@" 223 "@@@STEP_EXCEPTION@@@"
181 ] 224 ]
182 }, 225 },
183 { 226 {
184 "cmd": [ 227 "cmd": [
185 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", 228 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py",
186 "--app", 229 "--app",
187 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/fake tests 2.app", 230 "[BUILDER_CACHE]/ios/src/out/Debug-iphonesimulator/fake tests 2.app",
188 "--json_file", 231 "--json_file",
189 "/path/to/tmp/json", 232 "/path/to/tmp/json",
190 "--iossim", 233 "--iossim",
191 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/iossim", 234 "[BUILDER_CACHE]/ios/src/out/Debug-iphonesimulator/iossim",
192 "--platform", 235 "--platform",
193 "fake device", 236 "fake device",
194 "--version", 237 "--version",
195 "7.1" 238 "7.1"
196 ], 239 ],
197 "name": "fake tests 2 (fake device iOS 7.1)", 240 "name": "fake tests 2 (fake device iOS 7.1)",
198 "~followup_annotations": [ 241 "~followup_annotations": [
199 "@@@STEP_LOG_LINE@json.output@{@@@", 242 "@@@STEP_LOG_LINE@json.output@{@@@",
200 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", 243 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@",
201 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", 244 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@",
(...skipping 12 matching lines...) Expand all
214 "@@@STEP_LINK@fake URL text@fake URL@@@" 257 "@@@STEP_LINK@fake URL text@fake URL@@@"
215 ] 258 ]
216 }, 259 },
217 { 260 {
218 "name": "$result", 261 "name": "$result",
219 "reason": "Failed fake tests 1 (fake device iOS 8.0).", 262 "reason": "Failed fake tests 1 (fake device iOS 8.0).",
220 "recipe_result": null, 263 "recipe_result": null,
221 "status_code": 1 264 "status_code": 1
222 } 265 }
223 ] 266 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/webrtc/ios.expected/gn_build.json ('k') | scripts/slave/recipes/webrtc/ios.expected/no_tests.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698