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

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

Issue 1659163003: WebRTC: Add iOS bots running tests with the simulator (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Updated more expectations Created 4 years, 10 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
(Empty)
1 [
2 {
3 "cmd": [
4 "[BUILD]/scripts/slave/ios/host_info.py",
5 "--json-file",
6 "/path/to/tmp/json"
7 ],
8 "cwd": "[SLAVE_BUILD]",
9 "name": "host and tools info",
10 "~followup_annotations": [
11 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
12 "@@@STEP_LOG_LINE@json.output@{@@@",
13 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@",
14 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@ @",
15 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@",
16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@",
17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@",
18 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@",
19 "@@@STEP_LOG_LINE@json.output@ ], @@@",
20 "@@@STEP_LOG_LINE@json.output@ \"Xcode Version\": \"6.7.8\"@@@",
21 "@@@STEP_LOG_LINE@json.output@}@@@",
22 "@@@STEP_LOG_END@json.output@@@"
23 ]
24 },
25 {
26 "cmd": [
27 "python",
28 "-u",
29 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
30 "--master",
31 "chromium.fake",
32 "--builder",
33 "ios",
34 "--slave",
35 "fake-vm",
36 "--spec",
37 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': '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', 'm ac']",
38 "--root",
39 "src",
40 "--revision_mapping_file",
41 "{\"src\": \"got_revision\"}",
42 "--output_json",
43 "/path/to/tmp/json",
44 "--revision",
45 "src@HEAD",
46 "--output_manifest"
47 ],
48 "cwd": "[SLAVE_BUILD]",
49 "name": "bot_update",
50 "~followup_annotations": [
51 "@@@STEP_LOG_LINE@json.output@{@@@",
52 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@",
53 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false@@@",
54 "@@@STEP_LOG_LINE@json.output@}@@@",
55 "@@@STEP_LOG_END@json.output@@@"
56 ]
57 },
58 {
59 "cmd": [
60 "python",
61 "-u",
62 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
63 "[SLAVE_BUILD]/src/webrtc/build/ios/chromium.fake/ios.json",
64 "/path/to/tmp/json"
65 ],
66 "cwd": "[SLAVE_BUILD]",
67 "name": "read build config",
68 "~followup_annotations": [
69 "@@@STEP_LOG_LINE@json.output@{@@@",
70 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@",
71 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 1\": \"fake value 1\", @@@",
72 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 2\": \"fake value 2\", @@@",
73 "@@@STEP_LOG_LINE@json.output@ \"use_goma\": \"1\"@@@",
74 "@@@STEP_LOG_LINE@json.output@ }, @@@",
75 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"ninja\", @@@",
76 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@",
77 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphoneos8.0\", @@@",
78 "@@@STEP_LOG_LINE@json.output@ \"tests\": [], @@@",
79 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@ @@",
80 "@@@STEP_LOG_LINE@json.output@}@@@",
81 "@@@STEP_LOG_END@json.output@@@"
82 ]
83 },
84 {
85 "cmd": [
86 "echo",
87 "-e",
88 "{\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 \"use_goma\": \"1\"\n }, \n \"additional_com pile_targets\": [\n \"All\"\n ], \n \"compiler\": \"ninja\", \n \"configur ation\": \"Release\", \n \"env\": {}, \n \"gn_args\": [], \n \"mb_type\": nul l, \n \"sdk\": \"iphoneos8.0\", \n \"tests\": [], \n \"triggered bots\": {}, \n \"use_analyze\": true, \n \"xcode version\": \"fake xcode version\"\n}"
89 ],
90 "cwd": "[SLAVE_BUILD]",
91 "name": "finalize build config"
92 },
93 {
94 "cmd": [
95 "[BUILD]/scripts/slave/ios/find_xcode.py",
96 "--json-file",
97 "/path/to/tmp/json",
98 "--version",
99 "fake xcode version"
100 ],
101 "cwd": "[SLAVE_BUILD]",
102 "name": "find xcode",
103 "~followup_annotations": [
104 "@@@STEP_LOG_LINE@json.output@{}@@@",
105 "@@@STEP_LOG_END@json.output@@@"
106 ]
107 },
108 {
109 "cmd": [
110 "python",
111 "-u",
112 "[DEPOT_TOOLS]/gclient.py",
113 "runhooks"
114 ],
115 "cwd": "[SLAVE_BUILD]",
116 "env": {
117 "GYP_CROSSCOMPILE": "1",
118 "GYP_DEFINES": "use_goma=1 fake gyp define 1=fake value 1 fake gyp define 2=fake value 2 component=static_library OS=ios",
119 "GYP_GENERATORS": "ninja",
120 "LANDMINES_VERBOSE": "1"
121 },
122 "name": "gclient runhooks",
123 "~followup_annotations": [
124 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />use_goma=1<br />fake gyp define 1=fa ke value 1<br />fake gyp define 2=fake value 2<br />component=static_library<br />OS=ios@@@"
125 ]
126 },
127 {
128 "allow_subannotations": true,
129 "cmd": [
130 "python",
131 "-u",
132 "[BUILD]/scripts/slave/clang_revision.py",
133 "--src-dir",
134 "[SLAVE_BUILD]/src",
135 "--output-json",
136 "/path/to/tmp/json"
137 ],
138 "cwd": "[SLAVE_BUILD]",
139 "name": "clang_revision",
140 "~followup_annotations": [
141 "@@@STEP_LOG_LINE@json.output@{@@@",
142 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
143 "@@@STEP_LOG_LINE@json.output@}@@@",
144 "@@@STEP_LOG_END@json.output@@@"
145 ]
146 },
147 {
148 "cmd": [
149 "python",
150 "-u",
151 "[BUILD]/scripts/slave/compile.py",
152 "--target",
153 "Release-iphoneos",
154 "--src-dir",
155 "[SLAVE_BUILD]/src",
156 "--build-tool",
157 "ninja",
158 "--compiler",
159 "goma-clang",
160 "--goma-jsonstatus",
161 "/path/to/tmp/json",
162 "--goma-dir",
163 "[BUILD]/goma",
164 "--",
165 "All"
166 ],
167 "cwd": "[SLAVE_BUILD]/src/out/Release-iphoneos",
168 "name": "compile",
169 "~followup_annotations": [
170 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
171 "@@@STEP_LOG_END@json.output (invalid)@@@"
172 ]
173 },
174 {
175 "name": "$result",
176 "recipe_result": null,
177 "status_code": 0
178 }
179 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698