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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_android_gn.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, 4 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_gn", 10 "android_gn",
(...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_CHROMIUM_NO_ACTION": "1", 115 "GYP_CHROMIUM_NO_ACTION": "1",
62 "GYP_CROSSCOMPILE": "1", 116 "GYP_CROSSCOMPILE": "1",
63 "GYP_DEFINES": "OS=android component=static_library dcheck_always_on=1 fas tbuild=1 gomadir='[BUILD]/goma' target_arch=arm use_goma=1", 117 "GYP_DEFINES": "OS=android component=static_library dcheck_always_on=1 fas tbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=arm use_goma=1",
64 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 118 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
65 }, 119 },
66 "name": "gclient runhooks" 120 "name": "gclient runhooks"
67 }, 121 },
68 { 122 {
69 "cmd": [ 123 "cmd": [
70 "python", 124 "python",
71 "-u", 125 "-u",
72 "[DEPOT_TOOLS]/gn.py", 126 "[DEPOT_TOOLS]/gn.py",
73 "--root=[SLAVE_BUILD]/src", 127 "--root=[SLAVE_BUILD]/src",
74 "gen", 128 "gen",
75 "//out/Debug", 129 "//out/Debug",
76 "--args=is_debug=true target_os=\"android\" target_cpu=\"arm\" use_goma=tr ue goma_dir=\"[BUILD]/goma\"" 130 "--args=is_debug=true target_os=\"android\" target_cpu=\"arm\" use_goma=tr ue goma_dir=\"[CACHE]/cipd/goma\""
77 ], 131 ],
78 "name": "gn" 132 "name": "gn"
79 }, 133 },
80 { 134 {
81 "cmd": [ 135 "cmd": [
82 "python", 136 "python",
83 "-u", 137 "-u",
84 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 138 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
85 "--show-path", 139 "--show-path",
86 "python", 140 "python",
87 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 141 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
88 "--gsutil-py-path", 142 "--gsutil-py-path",
89 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 143 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
90 "--ninja-path", 144 "--ninja-path",
91 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 145 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
92 "--target", 146 "--target",
93 "Debug", 147 "Debug",
94 "--src-dir", 148 "--src-dir",
95 "[SLAVE_BUILD]/src", 149 "[SLAVE_BUILD]/src",
96 "--goma-cache-dir", 150 "--goma-cache-dir",
97 "[GOMA_CACHE]", 151 "[GOMA_CACHE]",
98 "--compiler", 152 "--compiler",
99 "goma", 153 "goma",
100 "--goma-jsonstatus", 154 "--goma-jsonstatus",
101 "/path/to/tmp/json", 155 "/path/to/tmp/json",
102 "--goma-service-account-json-file", 156 "--goma-service-account-json-file",
103 "/creds/service_accounts/service-account-goma-client.json", 157 "/creds/service_accounts/service-account-goma-client.json",
104 "--goma-dir", 158 "--goma-dir",
105 "[BUILD]/goma", 159 "[CACHE]/cipd/goma",
106 "--goma-fail-fast", 160 "--goma-fail-fast",
107 "--goma-disable-local-fallback", 161 "--goma-disable-local-fallback",
108 "--", 162 "--",
109 "all" 163 "all"
110 ], 164 ],
111 "env": { 165 "env": {
112 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 166 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
113 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 167 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
114 }, 168 },
115 "name": "compile", 169 "name": "compile",
116 "~followup_annotations": [ 170 "~followup_annotations": [
117 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 171 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
118 "@@@STEP_LOG_END@json.output (invalid)@@@" 172 "@@@STEP_LOG_END@json.output (invalid)@@@"
119 ] 173 ]
120 }, 174 },
121 { 175 {
122 "name": "$result", 176 "name": "$result",
123 "recipe_result": null, 177 "recipe_result": null,
124 "status_code": 0 178 "status_code": 0
125 } 179 }
126 ] 180 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698