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

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

Powered by Google App Engine
This is Rietveld 408576698