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

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

Powered by Google App Engine
This is Rietveld 408576698