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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_linux_ubsan.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 "linux_ubsan", 10 "linux_ubsan",
(...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-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/linux-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/linux-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_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu ild=1 gomadir='[BUILD]/goma' release_extra_cflags=-fno-sanitize-recover=undefine d target_arch=x64 ubsan=1 use_goma=1", 115 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu ild=1 gomadir='[CACHE]/cipd/goma' release_extra_cflags=-fno-sanitize-recover=und efined target_arch=x64 ubsan=1 use_goma=1",
62 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 116 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
63 }, 117 },
64 "name": "gclient runhooks" 118 "name": "gclient runhooks"
65 }, 119 },
66 { 120 {
67 "allow_subannotations": true, 121 "allow_subannotations": true,
68 "cmd": [ 122 "cmd": [
69 "python", 123 "python",
70 "-u", 124 "-u",
71 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 125 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 "[SLAVE_BUILD]/src", 157 "[SLAVE_BUILD]/src",
104 "--goma-cache-dir", 158 "--goma-cache-dir",
105 "[GOMA_CACHE]", 159 "[GOMA_CACHE]",
106 "--compiler", 160 "--compiler",
107 "goma-clang", 161 "goma-clang",
108 "--goma-jsonstatus", 162 "--goma-jsonstatus",
109 "/path/to/tmp/json", 163 "/path/to/tmp/json",
110 "--goma-service-account-json-file", 164 "--goma-service-account-json-file",
111 "/creds/service_accounts/service-account-goma-client.json", 165 "/creds/service_accounts/service-account-goma-client.json",
112 "--goma-dir", 166 "--goma-dir",
113 "[BUILD]/goma", 167 "[CACHE]/cipd/goma",
114 "--goma-fail-fast", 168 "--goma-fail-fast",
115 "--goma-disable-local-fallback", 169 "--goma-disable-local-fallback",
116 "--", 170 "--",
117 "All" 171 "All"
118 ], 172 ],
119 "env": { 173 "env": {
120 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 174 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
121 }, 175 },
122 "name": "compile", 176 "name": "compile",
123 "~followup_annotations": [ 177 "~followup_annotations": [
(...skipping 19 matching lines...) Expand all
143 "libyuv_unittest" 197 "libyuv_unittest"
144 ], 198 ],
145 "name": "libyuv_unittest" 199 "name": "libyuv_unittest"
146 }, 200 },
147 { 201 {
148 "name": "$result", 202 "name": "$result",
149 "recipe_result": null, 203 "recipe_result": null,
150 "status_code": 0 204 "status_code": 0
151 } 205 }
152 ] 206 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698