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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_android_mips.json

Issue 2175153002: libyuv: Use goma from cipd (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.libyuv", 8 "tryserver.libyuv",
9 "--builder", 9 "--builder",
10 "android_mips", 10 "android_mips",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 42 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
43 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", 43 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
44 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", 44 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@",
45 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", 45 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
46 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", 46 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
47 "@@@STEP_LOG_LINE@json.output@}@@@", 47 "@@@STEP_LOG_LINE@json.output@}@@@",
48 "@@@STEP_LOG_END@json.output@@@" 48 "@@@STEP_LOG_END@json.output@@@"
49 ] 49 ]
50 }, 50 },
51 { 51 {
52 "cmd": [],
53 "name": "ensure_goma"
54 },
55 {
56 "cmd": [
57 "python",
58 "-u",
59 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py",
60 "--platform",
61 "linux-386",
62 "--dest-directory",
63 "[SLAVE_BUILD]/cipd",
64 "--json-output",
65 "/path/to/tmp/json"
66 ],
67 "name": "ensure_goma.install cipd",
68 "~followup_annotations": [
69 "@@@STEP_NEST_LEVEL@1@@@",
70 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
71 "@@@STEP_LOG_LINE@json.output@{@@@",
72 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\ ", @@@",
73 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
74 "@@@STEP_LOG_LINE@json.output@}@@@",
75 "@@@STEP_LOG_END@json.output@@@"
76 ]
77 },
78 {
79 "cmd": [
80 "[SLAVE_BUILD]/cipd/cipd",
81 "ensure",
82 "--root",
83 "[CACHE]/cipd/goma",
84 "--list",
85 "infra_internal/goma/client/linux-386 release",
86 "--json-output",
87 "/path/to/tmp/json",
88 "--service-account-json",
89 "/creds/service_accounts/service-account-goma-client.json"
90 ],
91 "name": "ensure_goma.ensure_installed",
92 "~followup_annotations": [
93 "@@@STEP_NEST_LEVEL@1@@@",
94 "@@@STEP_LOG_LINE@json.output@{@@@",
95 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
96 "@@@STEP_LOG_LINE@json.output@ {@@@",
97 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
98 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/linux-386\"@@@",
99 "@@@STEP_LOG_LINE@json.output@ }@@@",
100 "@@@STEP_LOG_LINE@json.output@ ]@@@",
101 "@@@STEP_LOG_LINE@json.output@}@@@",
102 "@@@STEP_LOG_END@json.output@@@"
103 ]
104 },
105 {
52 "cmd": [ 106 "cmd": [
53 "python", 107 "python",
54 "-u", 108 "-u",
55 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 109 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
56 "runhooks" 110 "runhooks"
57 ], 111 ],
58 "cwd": "[SLAVE_BUILD]/src", 112 "cwd": "[SLAVE_BUILD]/src",
59 "env": { 113 "env": {
60 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 114 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
61 "GYP_CROSSCOMPILE": "1", 115 "GYP_CROSSCOMPILE": "1",
62 "GYP_DEFINES": "OS=android clang=1 component=static_library dcheck_always_ on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=mipsel use_goma=1", 116 "GYP_DEFINES": "OS=android clang=1 component=static_library dcheck_always_ on=1 fastbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=mipsel use_goma=1",
63 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 117 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
64 }, 118 },
65 "name": "gclient runhooks" 119 "name": "gclient runhooks"
66 }, 120 },
67 { 121 {
68 "allow_subannotations": true, 122 "allow_subannotations": true,
69 "cmd": [ 123 "cmd": [
70 "python", 124 "python",
71 "-u", 125 "-u",
72 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 126 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 "[SLAVE_BUILD]/src", 159 "[SLAVE_BUILD]/src",
106 "--goma-cache-dir", 160 "--goma-cache-dir",
107 "[GOMA_CACHE]", 161 "[GOMA_CACHE]",
108 "--compiler", 162 "--compiler",
109 "goma-clang", 163 "goma-clang",
110 "--goma-jsonstatus", 164 "--goma-jsonstatus",
111 "/path/to/tmp/json", 165 "/path/to/tmp/json",
112 "--goma-service-account-json-file", 166 "--goma-service-account-json-file",
113 "/creds/service_accounts/service-account-goma-client.json", 167 "/creds/service_accounts/service-account-goma-client.json",
114 "--goma-dir", 168 "--goma-dir",
115 "[BUILD]/goma", 169 "[CACHE]/cipd/goma",
116 "--goma-fail-fast", 170 "--goma-fail-fast",
117 "--goma-disable-local-fallback", 171 "--goma-disable-local-fallback",
118 "--" 172 "--"
119 ], 173 ],
120 "env": { 174 "env": {
121 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 175 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
122 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 176 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
123 }, 177 },
124 "name": "compile", 178 "name": "compile",
125 "~followup_annotations": [ 179 "~followup_annotations": [
126 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 180 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
127 "@@@STEP_LOG_END@json.output (invalid)@@@" 181 "@@@STEP_LOG_END@json.output (invalid)@@@"
128 ] 182 ]
129 }, 183 },
130 { 184 {
131 "name": "$result", 185 "name": "$result",
132 "recipe_result": null, 186 "recipe_result": null,
133 "status_code": 0 187 "status_code": 0
134 } 188 }
135 ] 189 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698