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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_android_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, 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_rel", 10 "android_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 "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 component=static_library dcheck_always_on=1 fas tbuild=1 gomadir='[BUILD]/goma' target_arch=arm use_goma=1", 116 "GYP_DEFINES": "OS=android component=static_library dcheck_always_on=1 fas tbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=arm 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 "cmd": [ 122 "cmd": [
69 "python", 123 "python",
70 "-u", 124 "-u",
71 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 125 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
72 "--show-path", 126 "--show-path",
73 "python", 127 "python",
74 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 128 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
75 "--gsutil-py-path", 129 "--gsutil-py-path",
76 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 130 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
77 "--ninja-path", 131 "--ninja-path",
78 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 132 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
79 "--target", 133 "--target",
80 "Release", 134 "Release",
81 "--src-dir", 135 "--src-dir",
82 "[SLAVE_BUILD]/src", 136 "[SLAVE_BUILD]/src",
83 "--goma-cache-dir", 137 "--goma-cache-dir",
84 "[GOMA_CACHE]", 138 "[GOMA_CACHE]",
85 "--compiler", 139 "--compiler",
86 "goma", 140 "goma",
87 "--goma-jsonstatus", 141 "--goma-jsonstatus",
88 "/path/to/tmp/json", 142 "/path/to/tmp/json",
89 "--goma-service-account-json-file", 143 "--goma-service-account-json-file",
90 "/creds/service_accounts/service-account-goma-client.json", 144 "/creds/service_accounts/service-account-goma-client.json",
91 "--goma-dir", 145 "--goma-dir",
92 "[BUILD]/goma", 146 "[CACHE]/cipd/goma",
93 "--goma-fail-fast", 147 "--goma-fail-fast",
94 "--goma-disable-local-fallback", 148 "--goma-disable-local-fallback",
95 "--" 149 "--"
96 ], 150 ],
97 "env": { 151 "env": {
98 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 152 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
99 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 153 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
100 }, 154 },
101 "name": "compile", 155 "name": "compile",
102 "~followup_annotations": [ 156 "~followup_annotations": [
103 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 157 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
104 "@@@STEP_LOG_END@json.output (invalid)@@@" 158 "@@@STEP_LOG_END@json.output (invalid)@@@"
105 ] 159 ]
106 }, 160 },
107 { 161 {
108 "name": "$result", 162 "name": "$result",
109 "recipe_result": null, 163 "recipe_result": null,
110 "status_code": 0 164 "status_code": 0
111 } 165 }
112 ] 166 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698