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

Side by Side Diff: scripts/slave/recipes/webrtc/ios.expected/trybot.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 "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 "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\"@@@",
18 "@@@STEP_LOG_LINE@json.output@ ], @@@", 19 "@@@STEP_LOG_LINE@json.output@ ], @@@",
19 "@@@STEP_LOG_LINE@json.output@ \"Xcode Version\": \"6.7.8\"@@@", 20 "@@@STEP_LOG_LINE@json.output@ \"Xcode Version\": \"6.7.8\"@@@",
20 "@@@STEP_LOG_LINE@json.output@}@@@", 21 "@@@STEP_LOG_LINE@json.output@}@@@",
21 "@@@STEP_LOG_END@json.output@@@" 22 "@@@STEP_LOG_END@json.output@@@"
22 ] 23 ]
23 }, 24 },
24 { 25 {
25 "cmd": [ 26 "cmd": [
26 "python", 27 "python",
27 "-u", 28 "-u",
28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 29 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
29 "--master", 30 "--master",
30 "chromium.fake", 31 "chromium.fake",
31 "--builder", 32 "--builder",
32 "ios", 33 "ios",
33 "--slave", 34 "--slave",
34 "fake-vm", 35 "fake-vm",
35 "--spec", 36 "--spec",
36 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.co m/external/webrtc'}, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limi ted', 'url': 'https://chrome-internal.googlesource.com/chrome/deps/webrtc-limite d'}]\ntarget_os = ['ios', 'mac']", 37 "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", 38 "--root",
38 "src", 39 "src",
39 "--revision_mapping_file", 40 "--revision_mapping_file",
40 "{\"src\": \"got_revision\"}", 41 "{\"src\": \"got_revision\"}",
41 "--git-cache-dir", 42 "--git-cache-dir",
42 "[ROOT]/b/build/slave/cache_dir", 43 "[GIT_CACHE]",
43 "--output_json", 44 "--output_json",
44 "/path/to/tmp/json", 45 "/path/to/tmp/json",
45 "--revision", 46 "--revision",
46 "src@HEAD", 47 "src@HEAD",
47 "--output_manifest" 48 "--output_manifest"
48 ], 49 ],
50 "cwd": "[SLAVE_BUILD]",
49 "env": { 51 "env": {
50 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
51 }, 53 },
52 "name": "bot_update", 54 "name": "bot_update",
53 "~followup_annotations": [ 55 "~followup_annotations": [
54 "@@@STEP_LOG_LINE@json.output@{@@@", 56 "@@@STEP_LOG_LINE@json.output@{@@@",
55 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@", 57 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@",
56 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false@@@", 58 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false@@@",
57 "@@@STEP_LOG_LINE@json.output@}@@@", 59 "@@@STEP_LOG_LINE@json.output@}@@@",
58 "@@@STEP_LOG_END@json.output@@@" 60 "@@@STEP_LOG_END@json.output@@@"
59 ] 61 ]
60 }, 62 },
61 { 63 {
62 "cmd": [ 64 "cmd": [
63 "python", 65 "python",
64 "-u", 66 "-u",
65 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 67 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
66 "[CWD]/src/webrtc/build/ios/chromium.fake/ios.json", 68 "[SLAVE_BUILD]/src/webrtc/build/ios/chromium.fake/ios.json",
67 "/path/to/tmp/json" 69 "/path/to/tmp/json"
68 ], 70 ],
71 "cwd": "[SLAVE_BUILD]",
69 "name": "read build config", 72 "name": "read build config",
70 "~followup_annotations": [ 73 "~followup_annotations": [
71 "@@@STEP_LOG_LINE@json.output@{@@@", 74 "@@@STEP_LOG_LINE@json.output@{@@@",
72 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@", 75 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@",
73 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 1\": \"fake value 1\", @@@", 76 "@@@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\", @@@", 77 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 2\": \"fake value 2\", @@@",
75 "@@@STEP_LOG_LINE@json.output@ \"use_goma\": \"1\"@@@", 78 "@@@STEP_LOG_LINE@json.output@ \"use_goma\": \"1\"@@@",
76 "@@@STEP_LOG_LINE@json.output@ }, @@@", 79 "@@@STEP_LOG_LINE@json.output@ }, @@@",
77 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"ninja\", @@@", 80 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"ninja\", @@@",
78 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@", 81 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@",
79 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphoneos8.0\", @@@", 82 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphoneos8.0\", @@@",
80 "@@@STEP_LOG_LINE@json.output@ \"tests\": [], @@@", 83 "@@@STEP_LOG_LINE@json.output@ \"tests\": [], @@@",
81 "@@@STEP_LOG_LINE@json.output@ \"use_analyze\": \"false\", @@@", 84 "@@@STEP_LOG_LINE@json.output@ \"use_analyze\": \"false\", @@@",
82 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@ @@", 85 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@ @@",
83 "@@@STEP_LOG_LINE@json.output@}@@@", 86 "@@@STEP_LOG_LINE@json.output@}@@@",
84 "@@@STEP_LOG_END@json.output@@@" 87 "@@@STEP_LOG_END@json.output@@@"
85 ] 88 ]
86 }, 89 },
87 { 90 {
88 "cmd": [ 91 "cmd": [
89 "echo", 92 "echo",
90 "-e", 93 "-e",
91 "{\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\": \"false\", \n \"xcode version\": \"fake xcode version\"\n} " 94 "{\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\": \"false\", \n \"xcode version\": \"fake xcode version\"\n} "
92 ], 95 ],
96 "cwd": "[SLAVE_BUILD]",
93 "name": "finalize build config" 97 "name": "finalize build config"
94 }, 98 },
95 { 99 {
96 "cmd": [ 100 "cmd": [
97 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py", 101 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py",
98 "--json-file", 102 "--json-file",
99 "/path/to/tmp/json", 103 "/path/to/tmp/json",
100 "--version", 104 "--version",
101 "fake xcode version" 105 "fake xcode version"
102 ], 106 ],
107 "cwd": "[SLAVE_BUILD]",
103 "name": "find xcode", 108 "name": "find xcode",
104 "~followup_annotations": [ 109 "~followup_annotations": [
105 "@@@STEP_LOG_LINE@json.output@{}@@@", 110 "@@@STEP_LOG_LINE@json.output@{}@@@",
106 "@@@STEP_LOG_END@json.output@@@" 111 "@@@STEP_LOG_END@json.output@@@"
107 ] 112 ]
108 }, 113 },
109 { 114 {
110 "cmd": [ 115 "cmd": [
111 "python", 116 "python",
112 "-u", 117 "-u",
113 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 118 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
114 "runhooks" 119 "runhooks"
115 ], 120 ],
121 "cwd": "[SLAVE_BUILD]",
116 "env": { 122 "env": {
117 "GYP_CROSSCOMPILE": "1", 123 "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", 124 "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", 125 "GYP_GENERATORS": "ninja",
120 "LANDMINES_VERBOSE": "1", 126 "LANDMINES_VERBOSE": "1",
121 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 127 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
122 }, 128 },
123 "name": "gclient runhooks", 129 "name": "gclient runhooks",
124 "~followup_annotations": [ 130 "~followup_annotations": [
125 "@@@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@@@" 131 "@@@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@@@"
126 ] 132 ]
127 }, 133 },
128 { 134 {
129 "allow_subannotations": true, 135 "allow_subannotations": true,
130 "cmd": [ 136 "cmd": [
131 "python", 137 "python",
132 "-u", 138 "-u",
133 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 139 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
134 "--src-dir", 140 "--src-dir",
135 "[CWD]/src", 141 "[SLAVE_BUILD]/src",
136 "--output-json", 142 "--output-json",
137 "/path/to/tmp/json" 143 "/path/to/tmp/json"
138 ], 144 ],
145 "cwd": "[SLAVE_BUILD]",
139 "env": { 146 "env": {
140 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 147 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
141 }, 148 },
142 "name": "clang_revision", 149 "name": "clang_revision",
143 "~followup_annotations": [ 150 "~followup_annotations": [
144 "@@@STEP_LOG_LINE@json.output@{@@@", 151 "@@@STEP_LOG_LINE@json.output@{@@@",
145 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 152 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
146 "@@@STEP_LOG_LINE@json.output@}@@@", 153 "@@@STEP_LOG_LINE@json.output@}@@@",
147 "@@@STEP_LOG_END@json.output@@@" 154 "@@@STEP_LOG_END@json.output@@@"
148 ] 155 ]
149 }, 156 },
150 { 157 {
151 "cmd": [ 158 "cmd": [
152 "python", 159 "python",
153 "-u", 160 "-u",
154 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 161 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
155 "--show-path", 162 "--show-path",
156 "python", 163 "python",
157 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 164 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
158 "--gsutil-py-path", 165 "--gsutil-py-path",
159 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 166 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
160 "--ninja-path", 167 "--ninja-path",
161 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 168 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
162 "--target", 169 "--target",
163 "Release-iphoneos", 170 "Release-iphoneos",
164 "--src-dir", 171 "--src-dir",
165 "[CWD]/src", 172 "[SLAVE_BUILD]/src",
166 "--goma-cache-dir", 173 "--goma-cache-dir",
167 "[ROOT]/b/build/slave/goma_cache", 174 "[GOMA_CACHE]",
168 "--build-tool", 175 "--build-tool",
169 "ninja", 176 "ninja",
170 "--compiler", 177 "--compiler",
171 "goma-clang", 178 "goma-clang",
172 "--goma-jsonstatus", 179 "--goma-jsonstatus",
173 "/path/to/tmp/json", 180 "/path/to/tmp/json",
174 "--goma-service-account-json-file", 181 "--goma-service-account-json-file",
175 "/creds/service_accounts/service-account-goma-client.json", 182 "/creds/service_accounts/service-account-goma-client.json",
176 "--goma-dir", 183 "--goma-dir",
177 "[ROOT]/b/build/goma", 184 "[BUILD]/goma",
178 "--", 185 "--",
179 "All" 186 "All"
180 ], 187 ],
181 "cwd": "[CWD]/src/out/Release-iphoneos", 188 "cwd": "[SLAVE_BUILD]/src/out/Release-iphoneos",
182 "env": { 189 "env": {
183 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 190 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
184 }, 191 },
185 "name": "compile", 192 "name": "compile",
186 "~followup_annotations": [ 193 "~followup_annotations": [
187 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 194 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
188 "@@@STEP_LOG_END@json.output (invalid)@@@" 195 "@@@STEP_LOG_END@json.output (invalid)@@@"
189 ] 196 ]
190 }, 197 },
191 { 198 {
192 "name": "$result", 199 "name": "$result",
193 "recipe_result": null, 200 "recipe_result": null,
194 "status_code": 0 201 "status_code": 0
195 } 202 }
196 ] 203 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/webrtc/ios.expected/test_failure.json ('k') | scripts/slave/recipes/webrtc/ios_api_framework.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698