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.fyi", | 8 "client.webrtc.fyi", |
9 "--builder", | 9 "--builder", |
10 "Linux64 GCC", | 10 "Linux64 GCC", |
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_DEFINES": "clang=0 component=static_library gomadir='[ROOT]/b/build/g
oma' target_arch=x64 use_goma=1", | 91 "GYP_DEFINES": "clang=0 component=static_library gomadir='[BUILD]/goma' ta
rget_arch=x64 use_goma=1", |
88 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 92 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
89 }, | 93 }, |
90 "name": "gclient runhooks" | 94 "name": "gclient runhooks" |
91 }, | 95 }, |
92 { | 96 { |
93 "cmd": [ | 97 "cmd": [ |
94 "python", | 98 "python", |
95 "-u", | 99 "-u", |
96 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 100 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
97 "--show-path", | 101 "--show-path", |
98 "python", | 102 "python", |
99 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 103 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
100 "--gsutil-py-path", | 104 "--gsutil-py-path", |
101 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 105 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
102 "--ninja-path", | 106 "--ninja-path", |
103 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 107 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
104 "--target", | 108 "--target", |
105 "Release", | 109 "Release", |
106 "--src-dir", | 110 "--src-dir", |
107 "[CWD]/src", | 111 "[SLAVE_BUILD]/src", |
108 "--goma-cache-dir", | 112 "--goma-cache-dir", |
109 "[ROOT]/b/build/slave/goma_cache", | 113 "[GOMA_CACHE]", |
110 "--build-tool", | 114 "--build-tool", |
111 "ninja", | 115 "ninja", |
112 "--compiler", | 116 "--compiler", |
113 "goma", | 117 "goma", |
114 "--goma-jsonstatus", | 118 "--goma-jsonstatus", |
115 "/path/to/tmp/json", | 119 "/path/to/tmp/json", |
116 "--goma-service-account-json-file", | 120 "--goma-service-account-json-file", |
117 "/creds/service_accounts/service-account-goma-client.json", | 121 "/creds/service_accounts/service-account-goma-client.json", |
118 "--goma-dir", | 122 "--goma-dir", |
119 "[ROOT]/b/build/goma", | 123 "[BUILD]/goma", |
120 "--", | 124 "--", |
121 "All" | 125 "All" |
122 ], | 126 ], |
| 127 "cwd": "[SLAVE_BUILD]", |
123 "env": { | 128 "env": { |
124 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 129 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
125 }, | 130 }, |
126 "name": "compile", | 131 "name": "compile", |
127 "~followup_annotations": [ | 132 "~followup_annotations": [ |
128 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 133 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
129 "@@@STEP_LOG_END@json.output (invalid)@@@" | 134 "@@@STEP_LOG_END@json.output (invalid)@@@" |
130 ] | 135 ] |
131 }, | 136 }, |
132 { | 137 { |
133 "name": "$result", | 138 "name": "$result", |
134 "recipe_result": null, | 139 "recipe_result": null, |
135 "status_code": 0 | 140 "status_code": 0 |
136 } | 141 } |
137 ] | 142 ] |
OLD | NEW |