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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_compile_rel.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 "tryserver.webrtc", 31 "tryserver.webrtc",
31 "--builder", 32 "--builder",
32 "mac_compile_rel", 33 "mac_compile_rel",
33 "--slave", 34 "--slave",
34 "slavename", 35 "slavename",
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'}]", 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'}]",
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 "--issue", 44 "--issue",
44 "666666", 45 "666666",
45 "--patchset", 46 "--patchset",
46 "1", 47 "1",
47 "--rietveld_server", 48 "--rietveld_server",
48 "https://fake.rietveld.url", 49 "https://fake.rietveld.url",
49 "--output_json", 50 "--output_json",
50 "/path/to/tmp/json", 51 "/path/to/tmp/json",
51 "--revision", 52 "--revision",
52 "src@12345", 53 "src@12345",
53 "--output_manifest" 54 "--output_manifest"
54 ], 55 ],
56 "cwd": "[SLAVE_BUILD]",
55 "env": { 57 "env": {
56 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 58 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
57 }, 59 },
58 "name": "bot_update", 60 "name": "bot_update",
59 "~followup_annotations": [ 61 "~followup_annotations": [
60 "@@@STEP_TEXT@Some step text@@@", 62 "@@@STEP_TEXT@Some step text@@@",
61 "@@@STEP_LOG_LINE@json.output@{@@@", 63 "@@@STEP_LOG_LINE@json.output@{@@@",
62 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 64 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
63 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 65 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
64 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", 66 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@",
(...skipping 16 matching lines...) Expand all
81 "@@@STEP_LOG_END@json.output@@@", 83 "@@@STEP_LOG_END@json.output@@@",
82 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@", 84 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@",
83 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" 85 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
84 ] 86 ]
85 }, 87 },
86 { 88 {
87 "cmd": [ 89 "cmd": [
88 "python", 90 "python",
89 "-u", 91 "-u",
90 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", 92 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py",
91 "[CWD]/src/out" 93 "[SLAVE_BUILD]/src/out"
92 ], 94 ],
95 "cwd": "[SLAVE_BUILD]",
93 "name": "clean test output files" 96 "name": "clean test output files"
94 }, 97 },
95 { 98 {
96 "cmd": [ 99 "cmd": [
97 "python", 100 "python",
98 "-u", 101 "-u",
99 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 102 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
100 "--show-path", 103 "--show-path",
101 "python", 104 "python",
102 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 105 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
103 ], 106 ],
107 "cwd": "[SLAVE_BUILD]",
104 "name": "cleanup_temp" 108 "name": "cleanup_temp"
105 }, 109 },
106 { 110 {
107 "cmd": [ 111 "cmd": [
108 "python", 112 "python",
109 "-u", 113 "-u",
110 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 114 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
111 "runhooks" 115 "runhooks"
112 ], 116 ],
117 "cwd": "[SLAVE_BUILD]",
113 "env": { 118 "env": {
114 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 119 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
115 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu ild=1 ffmpeg_branding=Chrome gomadir='[ROOT]/b/build/goma' rtc_use_264=1 target_ arch=x64 use_goma=1", 120 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu ild=1 ffmpeg_branding=Chrome gomadir='[BUILD]/goma' rtc_use_264=1 target_arch=x6 4 use_goma=1",
116 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 121 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
117 }, 122 },
118 "name": "gclient runhooks" 123 "name": "gclient runhooks"
119 }, 124 },
120 { 125 {
121 "allow_subannotations": true, 126 "allow_subannotations": true,
122 "cmd": [ 127 "cmd": [
123 "python", 128 "python",
124 "-u", 129 "-u",
125 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 130 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
126 "--src-dir", 131 "--src-dir",
127 "[CWD]/src", 132 "[SLAVE_BUILD]/src",
128 "--output-json", 133 "--output-json",
129 "/path/to/tmp/json" 134 "/path/to/tmp/json"
130 ], 135 ],
136 "cwd": "[SLAVE_BUILD]",
131 "env": { 137 "env": {
132 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 138 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
133 }, 139 },
134 "name": "clang_revision", 140 "name": "clang_revision",
135 "~followup_annotations": [ 141 "~followup_annotations": [
136 "@@@STEP_LOG_LINE@json.output@{@@@", 142 "@@@STEP_LOG_LINE@json.output@{@@@",
137 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 143 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
138 "@@@STEP_LOG_LINE@json.output@}@@@", 144 "@@@STEP_LOG_LINE@json.output@}@@@",
139 "@@@STEP_LOG_END@json.output@@@" 145 "@@@STEP_LOG_END@json.output@@@"
140 ] 146 ]
141 }, 147 },
142 { 148 {
143 "cmd": [ 149 "cmd": [
144 "python", 150 "python",
145 "-u", 151 "-u",
146 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 152 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
147 "--show-path", 153 "--show-path",
148 "python", 154 "python",
149 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 155 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
150 "--gsutil-py-path", 156 "--gsutil-py-path",
151 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 157 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
152 "--ninja-path", 158 "--ninja-path",
153 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 159 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
154 "--target", 160 "--target",
155 "Release", 161 "Release",
156 "--src-dir", 162 "--src-dir",
157 "[CWD]/src", 163 "[SLAVE_BUILD]/src",
158 "--goma-cache-dir", 164 "--goma-cache-dir",
159 "[ROOT]/b/build/slave/goma_cache", 165 "[GOMA_CACHE]",
160 "--build-tool", 166 "--build-tool",
161 "ninja", 167 "ninja",
162 "--compiler", 168 "--compiler",
163 "goma-clang", 169 "goma-clang",
164 "--goma-jsonstatus", 170 "--goma-jsonstatus",
165 "/path/to/tmp/json", 171 "/path/to/tmp/json",
166 "--goma-service-account-json-file", 172 "--goma-service-account-json-file",
167 "/creds/service_accounts/service-account-goma-client.json", 173 "/creds/service_accounts/service-account-goma-client.json",
168 "--goma-dir", 174 "--goma-dir",
169 "[ROOT]/b/build/goma", 175 "[BUILD]/goma",
170 "--goma-fail-fast", 176 "--goma-fail-fast",
171 "--goma-disable-local-fallback", 177 "--goma-disable-local-fallback",
172 "--", 178 "--",
173 "All" 179 "All"
174 ], 180 ],
181 "cwd": "[SLAVE_BUILD]",
175 "env": { 182 "env": {
176 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 183 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
177 }, 184 },
178 "name": "compile", 185 "name": "compile",
179 "~followup_annotations": [ 186 "~followup_annotations": [
180 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 187 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
181 "@@@STEP_LOG_END@json.output (invalid)@@@" 188 "@@@STEP_LOG_END@json.output (invalid)@@@"
182 ] 189 ]
183 }, 190 },
184 { 191 {
185 "name": "$result", 192 "name": "$result",
186 "recipe_result": null, 193 "recipe_result": null,
187 "status_code": 0 194 "status_code": 0
188 } 195 }
189 ] 196 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698