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/libyuv/libyuv.expected/tryserver_libyuv_android_gyp_rel.json

Issue 2426883002: libyuv: Remove all GYP builders. (Closed)
Patch Set: Removed unused chromium recipe module configs Created 4 years, 2 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 "python",
5 "-u",
6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
7 "--show-path",
8 "python",
9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
10 ],
11 "name": "cleanup_temp"
12 },
13 {
14 "cmd": [
15 "python",
16 "-u",
17 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
18 "--spec",
19 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'root_dir': 'src '}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromiu m.googlesource.com/libyuv/libyuv'}]\ntarget_os = ['android']",
20 "--patch_root",
21 "src",
22 "--revision_mapping_file",
23 "{\"src\": \"got_revision\"}",
24 "--git-cache-dir",
25 "[GIT_CACHE]",
26 "--issue",
27 "123456789",
28 "--patchset",
29 "1",
30 "--rietveld_server",
31 "https://rietveld.example.com",
32 "--output_json",
33 "/path/to/tmp/json",
34 "--revision",
35 "src@deadbeef",
36 "--output_manifest"
37 ],
38 "env": {
39 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
40 },
41 "name": "bot_update",
42 "~followup_annotations": [
43 "@@@STEP_TEXT@Some step text@@@",
44 "@@@STEP_LOG_LINE@json.output@{@@@",
45 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
46 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
47 "@@@STEP_LOG_LINE@json.output@ \"src\": \"deadbeef\"@@@",
48 "@@@STEP_LOG_LINE@json.output@ }, @@@",
49 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
50 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@",
51 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src .git\", @@@",
52 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e 86ddfd4ebd0fe58cb9\"@@@",
53 "@@@STEP_LOG_LINE@json.output@ }@@@",
54 "@@@STEP_LOG_LINE@json.output@ }, @@@",
55 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
56 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
57 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
58 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f27fede2220bcd326aee 3e86ddfd4ebd0fe58cb9\", @@@",
59 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#170242}\"@@@",
60 "@@@STEP_LOG_LINE@json.output@ }, @@@",
61 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
62 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
63 "@@@STEP_LOG_LINE@json.output@}@@@",
64 "@@@STEP_LOG_END@json.output@@@",
65 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@",
66 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
67 ]
68 },
69 {
70 "cmd": [],
71 "name": "ensure_goma"
72 },
73 {
74 "cmd": [
75 "python",
76 "-u",
77 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
78 "--platform",
79 "linux-386",
80 "--dest-directory",
81 "[SLAVE_BUILD]/cipd",
82 "--json-output",
83 "/path/to/tmp/json"
84 ],
85 "name": "ensure_goma.install cipd",
86 "~followup_annotations": [
87 "@@@STEP_NEST_LEVEL@1@@@",
88 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
89 "@@@STEP_LOG_LINE@json.output@{@@@",
90 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\ ", @@@",
91 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
92 "@@@STEP_LOG_LINE@json.output@}@@@",
93 "@@@STEP_LOG_END@json.output@@@"
94 ]
95 },
96 {
97 "cmd": [
98 "[SLAVE_BUILD]/cipd/cipd",
99 "ensure",
100 "--root",
101 "[CACHE]/cipd/goma",
102 "--list",
103 "infra/tools/cloudtail/linux-386 goma_recipe_module\ninfra_internal/goma/c lient/linux-386 release",
104 "--json-output",
105 "/path/to/tmp/json",
106 "--service-account-json",
107 "/creds/service_accounts/service-account-goma-client.json"
108 ],
109 "name": "ensure_goma.ensure_installed",
110 "~followup_annotations": [
111 "@@@STEP_NEST_LEVEL@1@@@",
112 "@@@STEP_LOG_LINE@json.output@{@@@",
113 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
114 "@@@STEP_LOG_LINE@json.output@ {@@@",
115 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-goma_recipe_modu\", @@@",
116 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/cloudtail/l inux-386\"@@@",
117 "@@@STEP_LOG_LINE@json.output@ }, @@@",
118 "@@@STEP_LOG_LINE@json.output@ {@@@",
119 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
120 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/linux-386\"@@@",
121 "@@@STEP_LOG_LINE@json.output@ }@@@",
122 "@@@STEP_LOG_LINE@json.output@ ]@@@",
123 "@@@STEP_LOG_LINE@json.output@}@@@",
124 "@@@STEP_LOG_END@json.output@@@"
125 ]
126 },
127 {
128 "cmd": [
129 "python",
130 "-u",
131 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
132 "runhooks"
133 ],
134 "cwd": "[SLAVE_BUILD]/src",
135 "env": {
136 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
137 "GYP_CROSSCOMPILE": "1",
138 "GYP_DEFINES": "OS=android component=static_library dcheck_always_on=1 fas tbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=arm use_goma=1",
139 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
140 },
141 "name": "gclient runhooks"
142 },
143 {
144 "cmd": [
145 "python",
146 "-u",
147 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
148 "--show-path",
149 "python",
150 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
151 "--gsutil-py-path",
152 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
153 "--ninja-path",
154 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
155 "--target",
156 "Release",
157 "--src-dir",
158 "[SLAVE_BUILD]/src",
159 "--goma-cache-dir",
160 "[GOMA_CACHE]",
161 "--buildbot-buildername",
162 "android_gyp_rel",
163 "--buildbot-mastername",
164 "tryserver.libyuv",
165 "--buildbot-slavename",
166 "slavename",
167 "--goma-deps-cache-file",
168 "android_gyp_rel.gomadeps",
169 "--compiler",
170 "goma",
171 "--goma-jsonstatus",
172 "/path/to/tmp/json",
173 "--goma-service-account-json-file",
174 "/creds/service_accounts/service-account-goma-client.json",
175 "--goma-dir",
176 "[CACHE]/cipd/goma",
177 "--goma-fail-fast",
178 "--goma-disable-local-fallback",
179 "--"
180 ],
181 "env": {
182 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
183 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
184 },
185 "name": "compile",
186 "~followup_annotations": [
187 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
188 "@@@STEP_LOG_END@json.output (invalid)@@@"
189 ]
190 },
191 {
192 "name": "$result",
193 "recipe_result": null,
194 "status_code": 0
195 }
196 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698