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

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

Powered by Google App Engine
This is Rietveld 408576698