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 "client.webrtc", | 8 "client.webrtc", |
9 "--builder", | 9 "--builder", |
10 "Linux64 Debug (GN)", | 10 "Linux64 Debug (GN)", |
11 "--slave", | 11 "--slave", |
12 "slavename", | 12 "slavename", |
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 "--output_json", | 21 "--output_json", |
22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
23 "--revision", | 23 "--revision", |
24 "src@12345", | 24 "src@12345", |
25 "--output_manifest" | 25 "--output_manifest" |
26 ], | 26 ], |
| 27 "cwd": "[SLAVE_BUILD]", |
27 "env": { | 28 "env": { |
28 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
29 }, | 30 }, |
30 "name": "bot_update", | 31 "name": "bot_update", |
31 "~followup_annotations": [ | 32 "~followup_annotations": [ |
32 "@@@STEP_TEXT@Some step text@@@", | 33 "@@@STEP_TEXT@Some step text@@@", |
33 "@@@STEP_LOG_LINE@json.output@{@@@", | 34 "@@@STEP_LOG_LINE@json.output@{@@@", |
34 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
35 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", |
(...skipping 16 matching lines...) Expand all Loading... |
53 "@@@STEP_LOG_END@json.output@@@", | 54 "@@@STEP_LOG_END@json.output@@@", |
54 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | 55 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", |
55 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 56 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
56 ] | 57 ] |
57 }, | 58 }, |
58 { | 59 { |
59 "cmd": [ | 60 "cmd": [ |
60 "python", | 61 "python", |
61 "-u", | 62 "-u", |
62 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", | 63 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", |
63 "[CWD]/src/out" | 64 "[SLAVE_BUILD]/src/out" |
64 ], | 65 ], |
| 66 "cwd": "[SLAVE_BUILD]", |
65 "name": "clean test output files" | 67 "name": "clean test output files" |
66 }, | 68 }, |
67 { | 69 { |
68 "cmd": [ | 70 "cmd": [ |
69 "python", | 71 "python", |
70 "-u", | 72 "-u", |
71 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 73 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
72 "--show-path", | 74 "--show-path", |
73 "python", | 75 "python", |
74 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 76 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
75 ], | 77 ], |
| 78 "cwd": "[SLAVE_BUILD]", |
76 "name": "cleanup_temp" | 79 "name": "cleanup_temp" |
77 }, | 80 }, |
78 { | 81 { |
79 "cmd": [ | 82 "cmd": [ |
80 "python", | 83 "python", |
81 "-u", | 84 "-u", |
82 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 85 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
83 "runhooks" | 86 "runhooks" |
84 ], | 87 ], |
| 88 "cwd": "[SLAVE_BUILD]", |
85 "env": { | 89 "env": { |
86 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 90 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
87 "GYP_CHROMIUM_NO_ACTION": "1", | 91 "GYP_CHROMIUM_NO_ACTION": "1", |
88 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 ffmpeg_brandin
g=Chrome gomadir='[ROOT]/b/build/goma' rtc_use_264=1 target_arch=x64 use_goma=1"
, | 92 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 ffmpeg_brandin
g=Chrome gomadir='[BUILD]/goma' rtc_use_264=1 target_arch=x64 use_goma=1", |
89 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 93 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
90 }, | 94 }, |
91 "name": "gclient runhooks" | 95 "name": "gclient runhooks" |
92 }, | 96 }, |
93 { | 97 { |
94 "cmd": [ | 98 "cmd": [ |
95 "python", | 99 "python", |
96 "-u", | 100 "-u", |
97 "[ROOT]/b/depot_tools/gn.py", | 101 "[DEPOT_TOOLS]/gn.py", |
98 "--root=[CWD]/src", | 102 "--root=[SLAVE_BUILD]/src", |
99 "gen", | 103 "gen", |
100 "//out/Debug", | 104 "//out/Debug", |
101 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true is_debug=true target_
cpu=\"x64\" use_goma=true goma_dir=\"[ROOT]/b/build/goma\"" | 105 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true is_debug=true target_
cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]/goma\"" |
102 ], | 106 ], |
| 107 "cwd": "[SLAVE_BUILD]", |
103 "name": "gn" | 108 "name": "gn" |
104 }, | 109 }, |
105 { | 110 { |
106 "cmd": [ | 111 "cmd": [ |
107 "python", | 112 "python", |
108 "-u", | 113 "-u", |
109 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 114 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
110 "--show-path", | 115 "--show-path", |
111 "python", | 116 "python", |
112 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 117 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
113 "--gsutil-py-path", | 118 "--gsutil-py-path", |
114 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 119 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
115 "--ninja-path", | 120 "--ninja-path", |
116 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 121 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
117 "--target", | 122 "--target", |
118 "Debug", | 123 "Debug", |
119 "--src-dir", | 124 "--src-dir", |
120 "[CWD]/src", | 125 "[SLAVE_BUILD]/src", |
121 "--goma-cache-dir", | 126 "--goma-cache-dir", |
122 "[ROOT]/b/build/slave/goma_cache", | 127 "[GOMA_CACHE]", |
123 "--build-tool", | 128 "--build-tool", |
124 "ninja", | 129 "ninja", |
125 "--compiler", | 130 "--compiler", |
126 "goma", | 131 "goma", |
127 "--goma-jsonstatus", | 132 "--goma-jsonstatus", |
128 "/path/to/tmp/json", | 133 "/path/to/tmp/json", |
129 "--goma-service-account-json-file", | 134 "--goma-service-account-json-file", |
130 "/creds/service_accounts/service-account-goma-client.json", | 135 "/creds/service_accounts/service-account-goma-client.json", |
131 "--goma-dir", | 136 "--goma-dir", |
132 "[ROOT]/b/build/goma", | 137 "[BUILD]/goma", |
133 "--", | 138 "--", |
134 "all" | 139 "all" |
135 ], | 140 ], |
| 141 "cwd": "[SLAVE_BUILD]", |
136 "env": { | 142 "env": { |
137 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 143 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
138 }, | 144 }, |
139 "name": "compile", | 145 "name": "compile", |
140 "~followup_annotations": [ | 146 "~followup_annotations": [ |
141 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 147 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
142 "@@@STEP_LOG_END@json.output (invalid)@@@" | 148 "@@@STEP_LOG_END@json.output (invalid)@@@" |
143 ] | 149 ] |
144 }, | 150 }, |
145 { | 151 { |
146 "name": "$result", | 152 "name": "$result", |
147 "recipe_result": null, | 153 "recipe_result": null, |
148 "status_code": 0 | 154 "status_code": 0 |
149 } | 155 } |
150 ] | 156 ] |
OLD | NEW |