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

Side by Side Diff: scripts/slave/recipes/blimp/integration.expected/Blimp_Android_Tester_test_pass.json

Issue 2390753005: Double Builds for Blimp Integration Test Infrastructure on FYI bot (Closed)
Patch Set: part of recipe - gn args building 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
1 [ 1 [
2 { 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 "--output_json",
27 "/path/to/tmp/json",
28 "--revision",
29 "src@deadbeef",
30 "--output_manifest"
31 ],
32 "env": {
33 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
34 },
35 "name": "bot_update",
36 "~followup_annotations": [
37 "@@@STEP_TEXT@Some step text@@@",
38 "@@@STEP_LOG_LINE@json.output@{@@@",
39 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
40 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
41 "@@@STEP_LOG_LINE@json.output@ \"src\": \"deadbeef\"@@@",
42 "@@@STEP_LOG_LINE@json.output@ }, @@@",
43 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
44 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@",
45 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src .git\", @@@",
46 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e 86ddfd4ebd0fe58cb9\"@@@",
47 "@@@STEP_LOG_LINE@json.output@ }@@@",
48 "@@@STEP_LOG_LINE@json.output@ }, @@@",
49 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
50 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
51 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
52 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f27fede2220bcd326aee 3e86ddfd4ebd0fe58cb9\", @@@",
53 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#170242}\"@@@",
54 "@@@STEP_LOG_LINE@json.output@ }, @@@",
55 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
56 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
57 "@@@STEP_LOG_LINE@json.output@}@@@",
58 "@@@STEP_LOG_END@json.output@@@",
59 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@",
60 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
61 ]
62 },
63 {
64 "cmd": [], 3 "cmd": [],
65 "name": "ensure_goma" 4 "name": "ensure_goma"
66 }, 5 },
67 { 6 {
68 "cmd": [ 7 "cmd": [
69 "python", 8 "python",
70 "-u", 9 "-u",
71 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
72 "--platform", 11 "--platform",
73 "linux-amd64", 12 "linux-amd64",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 "@@@STEP_LOG_END@json.output@@@" 57 "@@@STEP_LOG_END@json.output@@@"
119 ] 58 ]
120 }, 59 },
121 { 60 {
122 "cmd": [ 61 "cmd": [
123 "python", 62 "python",
124 "-u", 63 "-u",
125 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 64 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
126 "runhooks" 65 "runhooks"
127 ], 66 ],
128 "cwd": "[SLAVE_BUILD]/src", 67 "cwd": "None",
129 "env": { 68 "env": {
130 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 69 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
131 "GYP_CHROMIUM_NO_ACTION": "1",
132 "GYP_DEFINES": "component=static_library gomadir='[CACHE]/cipd/goma' targe t_arch=x64 use_goma=1", 70 "GYP_DEFINES": "component=static_library gomadir='[CACHE]/cipd/goma' targe t_arch=x64 use_goma=1",
133 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 71 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
134 }, 72 },
135 "name": "gclient runhooks" 73 "name": "gclient runhooks"
136 }, 74 },
137 { 75 {
138 "cmd": [ 76 "cmd": [
139 "python", 77 "python",
140 "-u", 78 "-u",
141 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py", 79 "None/tools/mb/mb.py",
142 "--root=[SLAVE_BUILD]/src",
143 "gen", 80 "gen",
144 "//out/Release", 81 "-m",
145 "--args=is_debug=false target_cpu=\"x64\" use_goma=true goma_dir=\"[CACHE] /cipd/goma\"" 82 "chromium.fyi",
83 "-b",
84 "Blimp Android Test - Android",
85 "--config-file",
86 "None/tools/mb/mb_config.pyl",
87 "--goma-dir",
88 "[CACHE]/cipd/goma",
89 "[SLAVE_BUILD]/src/out-android/Debug"
146 ], 90 ],
147 "cwd": "[SLAVE_BUILD]/src", 91 "cwd": "None",
148 "name": "gn" 92 "env": {
93 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
94 },
95 "name": "generate_build_files"
149 }, 96 },
150 { 97 {
151 "cmd": [ 98 "cmd": [
99 "python",
100 "-u",
101 "None/tools/mb/mb.py",
102 "gen",
103 "-m",
104 "chromium.fyi",
105 "-b",
106 "Blimp Android Test - Linux",
107 "--config-file",
108 "None/tools/mb/mb_config.pyl",
109 "--goma-dir",
110 "[CACHE]/cipd/goma",
111 "[SLAVE_BUILD]/src/out-linux/Debug"
112 ],
113 "cwd": "None",
114 "env": {
115 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
116 },
117 "name": "generate_build_files (2)"
118 },
119 {
120 "cmd": [
152 "python", 121 "python",
153 "-u", 122 "-u",
154 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 123 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
155 "--show-path", 124 "--show-path",
156 "python", 125 "python",
157 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 126 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
158 "--gsutil-py-path", 127 "--gsutil-py-path",
159 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 128 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
160 "--ninja-path", 129 "--ninja-path",
161 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 130 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
162 "--target", 131 "--target",
163 "Release", 132 "Release",
164 "--src-dir", 133 "--src-dir",
165 "[SLAVE_BUILD]/src", 134 "None",
166 "--goma-cache-dir", 135 "--goma-cache-dir",
167 "[GOMA_CACHE]", 136 "[GOMA_CACHE]",
168 "--buildbot-buildername", 137 "--buildbot-buildername",
169 "Linux64 Release (GN)", 138 "Blimp Android Tester",
170 "--buildbot-mastername", 139 "--buildbot-mastername",
171 "client.libyuv", 140 "chromium.fyi",
172 "--buildbot-slavename", 141 "--buildbot-slavename",
173 "slavename", 142 "TestSlavename",
174 "--compiler", 143 "--compiler",
175 "goma", 144 "goma",
176 "--goma-jsonstatus", 145 "--goma-jsonstatus",
177 "/path/to/tmp/json", 146 "/path/to/tmp/json",
178 "--goma-service-account-json-file", 147 "--goma-service-account-json-file",
179 "/creds/service_accounts/service-account-goma-client.json", 148 "/creds/service_accounts/service-account-goma-client.json",
149 "--out-dir",
150 "[SLAVE_BUILD]/src/out-android/Debug",
180 "--goma-dir", 151 "--goma-dir",
181 "[CACHE]/cipd/goma", 152 "[CACHE]/cipd/goma",
182 "--", 153 "--",
183 "all" 154 "blimp",
155 "chrome_public_apk"
184 ], 156 ],
185 "env": { 157 "env": {
186 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 158 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
187 }, 159 },
188 "name": "compile", 160 "name": "compile",
189 "~followup_annotations": [ 161 "~followup_annotations": [
190 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 162 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
191 "@@@STEP_LOG_END@json.output (invalid)@@@" 163 "@@@STEP_LOG_END@json.output (invalid)@@@"
192 ] 164 ]
193 }, 165 },
194 { 166 {
167 "cmd": [
168 "python",
169 "-u",
170 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
171 "--show-path",
172 "python",
173 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
174 "--gsutil-py-path",
175 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
176 "--ninja-path",
177 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
178 "--target",
179 "Release",
180 "--src-dir",
181 "None",
182 "--goma-cache-dir",
183 "[GOMA_CACHE]",
184 "--buildbot-buildername",
185 "Blimp Android Tester",
186 "--buildbot-mastername",
187 "chromium.fyi",
188 "--buildbot-slavename",
189 "TestSlavename",
190 "--compiler",
191 "goma",
192 "--goma-jsonstatus",
193 "/path/to/tmp/json",
194 "--goma-service-account-json-file",
195 "/creds/service_accounts/service-account-goma-client.json",
196 "--out-dir",
197 "[SLAVE_BUILD]/src/out-linux/Debug",
198 "--goma-dir",
199 "[CACHE]/cipd/goma",
200 "--",
201 "blimp"
202 ],
203 "env": {
204 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
205 },
206 "name": "compile (2)",
207 "~followup_annotations": [
208 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
209 "@@@STEP_LOG_END@json.output (invalid)@@@"
210 ]
211 },
212 {
195 "name": "$result", 213 "name": "$result",
196 "recipe_result": null, 214 "recipe_result": null,
197 "status_code": 0 215 "status_code": 0
198 } 216 }
199 ] 217 ]
OLDNEW
« scripts/slave/recipes/blimp/integration.py ('K') | « scripts/slave/recipes/blimp/integration.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698