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

Side by Side Diff: scripts/slave/recipes/webrtc/libfuzzer.expected/full_client_webrtc_Linux64_Release__Libfuzzer_.json

Issue 2170353002: Added call to chromium.ensure_goma() in the webrtc/libfuzzer recipe. (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.webrtc", 8 "client.webrtc",
9 "--builder", 9 "--builder",
10 "Linux64 Release (Libfuzzer)", 10 "Linux64 Release (Libfuzzer)",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 "@@@STEP_LOG_LINE@json.output@ }, @@@", 49 "@@@STEP_LOG_LINE@json.output@ }, @@@",
50 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", 50 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
51 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", 51 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
52 "@@@STEP_LOG_LINE@json.output@}@@@", 52 "@@@STEP_LOG_LINE@json.output@}@@@",
53 "@@@STEP_LOG_END@json.output@@@", 53 "@@@STEP_LOG_END@json.output@@@",
54 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@", 54 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@",
55 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" 55 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
56 ] 56 ]
57 }, 57 },
58 { 58 {
59 "cmd": [],
60 "name": "ensure_goma"
61 },
62 {
63 "cmd": [
64 "python",
65 "-u",
66 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py",
67 "--platform",
68 "linux-amd64",
69 "--dest-directory",
70 "[SLAVE_BUILD]/cipd",
71 "--json-output",
72 "/path/to/tmp/json"
73 ],
74 "name": "ensure_goma.install cipd",
75 "~followup_annotations": [
76 "@@@STEP_NEST_LEVEL@1@@@",
77 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
78 "@@@STEP_LOG_LINE@json.output@{@@@",
79 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\ ", @@@",
80 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
81 "@@@STEP_LOG_LINE@json.output@}@@@",
82 "@@@STEP_LOG_END@json.output@@@"
83 ]
84 },
85 {
86 "cmd": [
87 "[SLAVE_BUILD]/cipd/cipd",
88 "ensure",
89 "--root",
90 "[CACHE]/cipd/goma",
91 "--list",
92 "infra_internal/goma/client/linux-amd64 release",
93 "--json-output",
94 "/path/to/tmp/json",
95 "--service-account-json",
96 "/creds/service_accounts/service-account-goma-client.json"
97 ],
98 "name": "ensure_goma.ensure_installed",
99 "~followup_annotations": [
100 "@@@STEP_NEST_LEVEL@1@@@",
101 "@@@STEP_LOG_LINE@json.output@{@@@",
102 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
103 "@@@STEP_LOG_LINE@json.output@ {@@@",
104 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
105 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/linux-amd64\"@@@",
106 "@@@STEP_LOG_LINE@json.output@ }@@@",
107 "@@@STEP_LOG_LINE@json.output@ ]@@@",
108 "@@@STEP_LOG_LINE@json.output@}@@@",
109 "@@@STEP_LOG_END@json.output@@@"
110 ]
111 },
112 {
59 "cmd": [ 113 "cmd": [
60 "python", 114 "python",
61 "-u", 115 "-u",
62 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 116 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
63 "runhooks" 117 "runhooks"
64 ], 118 ],
65 "cwd": "[SLAVE_BUILD]/src", 119 "cwd": "[SLAVE_BUILD]/src",
66 "env": { 120 "env": {
67 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 121 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
68 "GYP_CHROMIUM_NO_ACTION": "1", 122 "GYP_CHROMIUM_NO_ACTION": "1",
69 "GYP_DEFINES": "component=static_library dcheck_always_on=1 ffmpeg_brandin g=Chrome gomadir='[BUILD]/goma' rtc_use_h264=1 target_arch=x64 use_goma=1", 123 "GYP_DEFINES": "component=static_library dcheck_always_on=1 ffmpeg_brandin g=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_arch=x64 use_goma=1",
70 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 124 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
71 }, 125 },
72 "name": "gclient runhooks" 126 "name": "gclient runhooks"
73 }, 127 },
74 { 128 {
75 "cmd": [ 129 "cmd": [
76 "python", 130 "python",
77 "-u", 131 "-u",
78 "[DEPOT_TOOLS]/gn.py", 132 "[DEPOT_TOOLS]/gn.py",
79 "--root=[SLAVE_BUILD]/src", 133 "--root=[SLAVE_BUILD]/src",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 "[SLAVE_BUILD]/src", 177 "[SLAVE_BUILD]/src",
124 "--goma-cache-dir", 178 "--goma-cache-dir",
125 "[GOMA_CACHE]", 179 "[GOMA_CACHE]",
126 "--compiler", 180 "--compiler",
127 "goma", 181 "goma",
128 "--goma-jsonstatus", 182 "--goma-jsonstatus",
129 "/path/to/tmp/json", 183 "/path/to/tmp/json",
130 "--goma-service-account-json-file", 184 "--goma-service-account-json-file",
131 "/creds/service_accounts/service-account-goma-client.json", 185 "/creds/service_accounts/service-account-goma-client.json",
132 "--goma-dir", 186 "--goma-dir",
133 "[BUILD]/goma", 187 "[CACHE]/cipd/goma",
134 "--", 188 "--",
135 "target1", 189 "target1",
136 "target2", 190 "target2",
137 "target3" 191 "target3"
138 ], 192 ],
139 "env": { 193 "env": {
140 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 194 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
141 }, 195 },
142 "name": "compile", 196 "name": "compile",
143 "~followup_annotations": [ 197 "~followup_annotations": [
144 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 198 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
145 "@@@STEP_LOG_END@json.output (invalid)@@@" 199 "@@@STEP_LOG_END@json.output (invalid)@@@"
146 ] 200 ]
147 }, 201 },
148 { 202 {
149 "name": "$result", 203 "name": "$result",
150 "recipe_result": null, 204 "recipe_result": null,
151 "status_code": 0 205 "status_code": 0
152 } 206 }
153 ] 207 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698