OLD | NEW |
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.webrtc", | 8 "tryserver.webrtc", |
9 "--builder", | 9 "--builder", |
10 "linux_libfuzzer_rel", | 10 "linux_libfuzzer_rel", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.co
m/external/webrtc'}, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limi
ted', 'url': 'https://chrome-internal.googlesource.com/chrome/deps/webrtc-limite
d'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'}
, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https
://chrome-internal.googlesource.com/chrome/deps/webrtc-limited'}]", |
15 "--root", | 15 "--root", |
16 "src", | 16 "src", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"src\": \"got_revision\"}", | 18 "{\"src\": \"got_revision\"}", |
19 "--git-cache-dir", | 19 "--git-cache-dir", |
20 "[ROOT]/b/build/slave/cache_dir", | 20 "[GIT_CACHE]", |
21 "--issue", | 21 "--issue", |
22 "12853011", | 22 "12853011", |
23 "--patchset", | 23 "--patchset", |
24 "1", | 24 "1", |
25 "--rietveld_server", | 25 "--rietveld_server", |
26 "https://codereview.chromium.org", | 26 "https://codereview.chromium.org", |
27 "--output_json", | 27 "--output_json", |
28 "/path/to/tmp/json", | 28 "/path/to/tmp/json", |
29 "--revision", | 29 "--revision", |
30 "src@HEAD", | 30 "src@HEAD", |
31 "--output_manifest" | 31 "--output_manifest" |
32 ], | 32 ], |
| 33 "cwd": "[SLAVE_BUILD]", |
33 "env": { | 34 "env": { |
34 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
35 }, | 36 }, |
36 "name": "bot_update", | 37 "name": "bot_update", |
37 "~followup_annotations": [ | 38 "~followup_annotations": [ |
38 "@@@STEP_TEXT@Some step text@@@", | 39 "@@@STEP_TEXT@Some step text@@@", |
39 "@@@STEP_LOG_LINE@json.output@{@@@", | 40 "@@@STEP_LOG_LINE@json.output@{@@@", |
40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
41 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
42 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
(...skipping 18 matching lines...) Expand all Loading... |
61 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 62 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
62 ] | 63 ] |
63 }, | 64 }, |
64 { | 65 { |
65 "cmd": [ | 66 "cmd": [ |
66 "python", | 67 "python", |
67 "-u", | 68 "-u", |
68 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 69 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
69 "runhooks" | 70 "runhooks" |
70 ], | 71 ], |
| 72 "cwd": "[SLAVE_BUILD]", |
71 "env": { | 73 "env": { |
72 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 74 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
73 "GYP_CHROMIUM_NO_ACTION": "1", | 75 "GYP_CHROMIUM_NO_ACTION": "1", |
74 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 ff
mpeg_branding=Chrome gomadir='[ROOT]/b/build/goma' rtc_use_264=1 target_arch=x64
use_goma=1", | 76 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 ff
mpeg_branding=Chrome gomadir='[BUILD]/goma' rtc_use_264=1 target_arch=x64 use_go
ma=1", |
75 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 77 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
76 }, | 78 }, |
77 "name": "gclient runhooks" | 79 "name": "gclient runhooks" |
78 }, | 80 }, |
79 { | 81 { |
80 "cmd": [ | 82 "cmd": [ |
81 "python", | 83 "python", |
82 "-u", | 84 "-u", |
83 "[ROOT]/b/depot_tools/gn.py", | 85 "[DEPOT_TOOLS]/gn.py", |
84 "--root=[CWD]/src", | 86 "--root=[SLAVE_BUILD]/src", |
85 "gen", | 87 "gen", |
86 "//out/Release", | 88 "//out/Release", |
87 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true use_libfuzzer=true is
_asan=true is_debug=false target_cpu=\"x64\"" | 89 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true use_libfuzzer=true is
_asan=true is_debug=false target_cpu=\"x64\"" |
88 ], | 90 ], |
| 91 "cwd": "[SLAVE_BUILD]", |
89 "name": "gn" | 92 "name": "gn" |
90 }, | 93 }, |
91 { | 94 { |
92 "cmd": [ | 95 "cmd": [ |
93 "python", | 96 "python", |
94 "-u", | 97 "-u", |
95 "[ROOT]/b/depot_tools/gn.py", | 98 "[DEPOT_TOOLS]/gn.py", |
96 "--root=[CWD]/src", | 99 "--root=[SLAVE_BUILD]/src", |
97 "refs", | 100 "refs", |
98 "[CWD]/src/out/Release", | 101 "[SLAVE_BUILD]/src/out/Release", |
99 "--all", | 102 "--all", |
100 "--type=executable", | 103 "--type=executable", |
101 "--as=output", | 104 "--as=output", |
102 "//webrtc/test/fuzzers:webrtc_fuzzer_main" | 105 "//webrtc/test/fuzzers:webrtc_fuzzer_main" |
103 ], | 106 ], |
| 107 "cwd": "[SLAVE_BUILD]", |
104 "name": "calculate targets", | 108 "name": "calculate targets", |
105 "stdout": "/path/to/tmp/", | 109 "stdout": "/path/to/tmp/", |
106 "~followup_annotations": [ | 110 "~followup_annotations": [ |
107 "@@@STEP_LOG_LINE@targets@target1@@@", | 111 "@@@STEP_LOG_LINE@targets@target1@@@", |
108 "@@@STEP_LOG_LINE@targets@target2@@@", | 112 "@@@STEP_LOG_LINE@targets@target2@@@", |
109 "@@@STEP_LOG_LINE@targets@target3@@@", | 113 "@@@STEP_LOG_LINE@targets@target3@@@", |
110 "@@@STEP_LOG_END@targets@@@" | 114 "@@@STEP_LOG_END@targets@@@" |
111 ] | 115 ] |
112 }, | 116 }, |
113 { | 117 { |
114 "cmd": [ | 118 "cmd": [ |
115 "python", | 119 "python", |
116 "-u", | 120 "-u", |
117 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 121 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
118 "--show-path", | 122 "--show-path", |
119 "python", | 123 "python", |
120 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 124 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
121 "--gsutil-py-path", | 125 "--gsutil-py-path", |
122 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 126 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
123 "--ninja-path", | 127 "--ninja-path", |
124 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 128 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
125 "--target", | 129 "--target", |
126 "Release", | 130 "Release", |
127 "--src-dir", | 131 "--src-dir", |
128 "[CWD]/src", | 132 "[SLAVE_BUILD]/src", |
129 "--goma-cache-dir", | 133 "--goma-cache-dir", |
130 "[ROOT]/b/build/slave/goma_cache", | 134 "[GOMA_CACHE]", |
131 "--build-tool", | 135 "--build-tool", |
132 "ninja", | 136 "ninja", |
133 "--compiler", | 137 "--compiler", |
134 "goma", | 138 "goma", |
135 "--goma-jsonstatus", | 139 "--goma-jsonstatus", |
136 "/path/to/tmp/json", | 140 "/path/to/tmp/json", |
137 "--goma-service-account-json-file", | 141 "--goma-service-account-json-file", |
138 "/creds/service_accounts/service-account-goma-client.json", | 142 "/creds/service_accounts/service-account-goma-client.json", |
139 "--goma-dir", | 143 "--goma-dir", |
140 "[ROOT]/b/build/goma", | 144 "[BUILD]/goma", |
141 "--goma-fail-fast", | 145 "--goma-fail-fast", |
142 "--goma-disable-local-fallback", | 146 "--goma-disable-local-fallback", |
143 "--", | 147 "--", |
144 "target1", | 148 "target1", |
145 "target2", | 149 "target2", |
146 "target3" | 150 "target3" |
147 ], | 151 ], |
| 152 "cwd": "[SLAVE_BUILD]", |
148 "env": { | 153 "env": { |
149 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 154 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
150 }, | 155 }, |
151 "name": "compile", | 156 "name": "compile", |
152 "~followup_annotations": [ | 157 "~followup_annotations": [ |
153 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 158 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
154 "@@@STEP_LOG_END@json.output (invalid)@@@" | 159 "@@@STEP_LOG_END@json.output (invalid)@@@" |
155 ] | 160 ] |
156 }, | 161 }, |
157 { | 162 { |
158 "name": "$result", | 163 "name": "$result", |
159 "recipe_result": null, | 164 "recipe_result": null, |
160 "status_code": 0 | 165 "status_code": 0 |
161 } | 166 } |
162 ] | 167 ] |
OLD | NEW |