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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_mac_gn_rel.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 "mac_gn_rel", 10 "mac_gn_rel",
(...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 "mac-amd64",
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/mac-amd64 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/mac-amd64\"@@@",
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_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu ild=1 gomadir='[BUILD]/goma' target_arch=x64 use_goma=1", 116 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu ild=1 gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1",
63 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 117 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
64 }, 118 },
65 "name": "gclient runhooks" 119 "name": "gclient runhooks"
66 }, 120 },
67 { 121 {
68 "cmd": [ 122 "cmd": [
69 "python", 123 "python",
70 "-u", 124 "-u",
71 "[DEPOT_TOOLS]/gn.py", 125 "[DEPOT_TOOLS]/gn.py",
72 "--root=[SLAVE_BUILD]/src", 126 "--root=[SLAVE_BUILD]/src",
73 "gen", 127 "gen",
74 "//out/Release", 128 "//out/Release",
75 "--args=is_debug=false target_cpu=\"x64\" use_goma=true goma_dir=\"[BUILD] /goma\"" 129 "--args=is_debug=false target_cpu=\"x64\" use_goma=true goma_dir=\"[CACHE] /cipd/goma\""
76 ], 130 ],
77 "name": "gn" 131 "name": "gn"
78 }, 132 },
79 { 133 {
80 "allow_subannotations": true, 134 "allow_subannotations": true,
81 "cmd": [ 135 "cmd": [
82 "python", 136 "python",
83 "-u", 137 "-u",
84 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 138 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
85 "--src-dir", 139 "--src-dir",
(...skipping 30 matching lines...) Expand all
116 "[SLAVE_BUILD]/src", 170 "[SLAVE_BUILD]/src",
117 "--goma-cache-dir", 171 "--goma-cache-dir",
118 "[GOMA_CACHE]", 172 "[GOMA_CACHE]",
119 "--compiler", 173 "--compiler",
120 "goma-clang", 174 "goma-clang",
121 "--goma-jsonstatus", 175 "--goma-jsonstatus",
122 "/path/to/tmp/json", 176 "/path/to/tmp/json",
123 "--goma-service-account-json-file", 177 "--goma-service-account-json-file",
124 "/creds/service_accounts/service-account-goma-client.json", 178 "/creds/service_accounts/service-account-goma-client.json",
125 "--goma-dir", 179 "--goma-dir",
126 "[BUILD]/goma", 180 "[CACHE]/cipd/goma",
127 "--goma-fail-fast", 181 "--goma-fail-fast",
128 "--goma-disable-local-fallback", 182 "--goma-disable-local-fallback",
129 "--", 183 "--",
130 "all" 184 "all"
131 ], 185 ],
132 "env": { 186 "env": {
133 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 187 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
134 }, 188 },
135 "name": "compile", 189 "name": "compile",
136 "~followup_annotations": [ 190 "~followup_annotations": [
137 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 191 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
138 "@@@STEP_LOG_END@json.output (invalid)@@@" 192 "@@@STEP_LOG_END@json.output (invalid)@@@"
139 ] 193 ]
140 }, 194 },
141 { 195 {
142 "name": "$result", 196 "name": "$result",
143 "recipe_result": null, 197 "recipe_result": null,
144 "status_code": 0 198 "status_code": 0
145 } 199 }
146 ] 200 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698