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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_linux_gyp.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'}]",
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-amd64",
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-amd64 goma_recipe_module\ninfra_internal/goma /client/linux-amd64 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-amd64\"@@@",
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-amd64\"@@@",
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_DEFINES": "component=shared_library dcheck_always_on=1 fastbuild=1 go madir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1",
138 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
139 },
140 "name": "gclient runhooks"
141 },
142 {
143 "cmd": [
144 "python",
145 "-u",
146 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
147 "--show-path",
148 "python",
149 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
150 "--gsutil-py-path",
151 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
152 "--ninja-path",
153 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
154 "--target",
155 "Debug",
156 "--src-dir",
157 "[SLAVE_BUILD]/src",
158 "--goma-cache-dir",
159 "[GOMA_CACHE]",
160 "--buildbot-buildername",
161 "linux_gyp",
162 "--buildbot-mastername",
163 "tryserver.libyuv",
164 "--buildbot-slavename",
165 "slavename",
166 "--goma-deps-cache-file",
167 "linux_gyp.gomadeps",
168 "--compiler",
169 "goma",
170 "--goma-jsonstatus",
171 "/path/to/tmp/json",
172 "--goma-service-account-json-file",
173 "/creds/service_accounts/service-account-goma-client.json",
174 "--goma-dir",
175 "[CACHE]/cipd/goma",
176 "--goma-fail-fast",
177 "--goma-disable-local-fallback",
178 "--"
179 ],
180 "env": {
181 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
182 },
183 "name": "compile",
184 "~followup_annotations": [
185 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
186 "@@@STEP_LOG_END@json.output (invalid)@@@"
187 ]
188 },
189 {
190 "name": "$result",
191 "recipe_result": null,
192 "status_code": 0
193 }
194 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698