OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[BUILD]\\scripts\\slave\\kill_processes.py" | 6 "[BUILD]\\scripts\\slave\\kill_processes.py" |
7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", |
8 "name": "taskkill" | 9 "name": "taskkill" |
9 }, | 10 }, |
10 { | 11 { |
11 "cmd": [ | 12 "cmd": [ |
12 "python", | 13 "python", |
13 "-u", | 14 "-u", |
14 "[BUILD]\\scripts\\slave\\bot_update.py", | 15 "[BUILD]\\scripts\\slave\\bot_update.py", |
15 "--master", | 16 "--master", |
16 "tryserver.chromium.win", | 17 "tryserver.chromium.win", |
17 "--builder", | 18 "--builder", |
(...skipping 10 matching lines...) Expand all Loading... |
28 "12853011", | 29 "12853011", |
29 "--patchset", | 30 "--patchset", |
30 "1", | 31 "1", |
31 "--rietveld_server", | 32 "--rietveld_server", |
32 "https://codereview.chromium.org", | 33 "https://codereview.chromium.org", |
33 "--output_json", | 34 "--output_json", |
34 "/path/to/tmp/json", | 35 "/path/to/tmp/json", |
35 "--revision", | 36 "--revision", |
36 "src@HEAD" | 37 "src@HEAD" |
37 ], | 38 ], |
| 39 "cwd": "[SLAVE_BUILD]", |
38 "name": "bot_update", | 40 "name": "bot_update", |
39 "~followup_annotations": [ | 41 "~followup_annotations": [ |
40 "@@@STEP_TEXT@Some step text@@@", | 42 "@@@STEP_TEXT@Some step text@@@", |
41 "@@@STEP_LOG_LINE@json.output@{@@@", | 43 "@@@STEP_LOG_LINE@json.output@{@@@", |
42 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
43 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
44 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | 46 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
45 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | 47 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", |
46 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", | 48 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", |
47 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", | 49 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", |
(...skipping 26 matching lines...) Expand all Loading... |
74 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 76 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
75 ] | 77 ] |
76 }, | 78 }, |
77 { | 79 { |
78 "cmd": [ | 80 "cmd": [ |
79 "python", | 81 "python", |
80 "-u", | 82 "-u", |
81 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 83 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
82 "--version" | 84 "--version" |
83 ], | 85 ], |
| 86 "cwd": "[SLAVE_BUILD]", |
84 "name": "swarming.py --version", | 87 "name": "swarming.py --version", |
85 "stdout": "/path/to/tmp/", | 88 "stdout": "/path/to/tmp/", |
86 "~followup_annotations": [ | 89 "~followup_annotations": [ |
87 "@@@STEP_TEXT@0.4.10@@@" | 90 "@@@STEP_TEXT@0.4.10@@@" |
88 ] | 91 ] |
89 }, | 92 }, |
90 { | 93 { |
91 "cmd": [ | 94 "cmd": [ |
92 "python", | 95 "python", |
93 "-u", | 96 "-u", |
94 "[DEPOT_TOOLS]\\gclient.py", | 97 "[DEPOT_TOOLS]\\gclient.py", |
95 "runhooks" | 98 "runhooks" |
96 ], | 99 ], |
| 100 "cwd": "[SLAVE_BUILD]", |
97 "env": { | 101 "env": { |
98 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li
brary dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 te
st_isolation_mode=prepare use_goma=1" | 102 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li
brary dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 te
st_isolation_mode=prepare use_goma=1" |
99 }, | 103 }, |
100 "name": "gclient runhooks (with patch)" | 104 "name": "gclient runhooks (with patch)" |
101 }, | 105 }, |
102 { | 106 { |
103 "cmd": [ | 107 "cmd": [ |
104 "python", | 108 "python", |
105 "-u", | 109 "-u", |
106 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 110 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
107 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json", | 111 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json", |
108 "/path/to/tmp/json" | 112 "/path/to/tmp/json" |
109 ], | 113 ], |
| 114 "cwd": "[SLAVE_BUILD]", |
110 "name": "read test spec", | 115 "name": "read test spec", |
111 "~followup_annotations": [ | 116 "~followup_annotations": [ |
112 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js
on@@@", | 117 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js
on@@@", |
113 "@@@STEP_LOG_LINE@json.output@{}@@@", | 118 "@@@STEP_LOG_LINE@json.output@{}@@@", |
114 "@@@STEP_LOG_END@json.output@@@" | 119 "@@@STEP_LOG_END@json.output@@@" |
115 ] | 120 ] |
116 }, | 121 }, |
117 { | 122 { |
118 "cmd": [ | 123 "cmd": [ |
119 "python", | 124 "python", |
120 "-u", | 125 "-u", |
121 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", | 126 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
122 "--output", | 127 "--output", |
123 "/path/to/tmp/json", | 128 "/path/to/tmp/json", |
124 "--", | 129 "--", |
125 "--build-config-fs", | 130 "--build-config-fs", |
126 "Release", | 131 "Release", |
127 "--paths", | 132 "--paths", |
128 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", | 133 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", |
129 "--properties", | 134 "--properties", |
130 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p
latform\": \"win\"}" | 135 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p
latform\": \"win\"}" |
131 ], | 136 ], |
| 137 "cwd": "[SLAVE_BUILD]", |
132 "name": "get compile targets for scripts", | 138 "name": "get compile targets for scripts", |
133 "~followup_annotations": [ | 139 "~followup_annotations": [ |
134 "@@@STEP_LOG_LINE@json.output@{}@@@", | 140 "@@@STEP_LOG_LINE@json.output@{}@@@", |
135 "@@@STEP_LOG_END@json.output@@@" | 141 "@@@STEP_LOG_END@json.output@@@" |
136 ] | 142 ] |
137 }, | 143 }, |
138 { | 144 { |
139 "cmd": [ | 145 "cmd": [ |
140 "[DEPOT_TOOLS]\\git.bat", | 146 "[DEPOT_TOOLS]\\git.bat", |
141 "diff", | 147 "diff", |
142 "--cached", | 148 "--cached", |
143 "--name-only" | 149 "--name-only" |
144 ], | 150 ], |
145 "cwd": "[SLAVE_BUILD]\\src", | 151 "cwd": "[SLAVE_BUILD]\\src", |
146 "name": "git diff to analyze patch", | 152 "name": "git diff to analyze patch", |
147 "stdout": "/path/to/tmp/", | 153 "stdout": "/path/to/tmp/", |
148 "~followup_annotations": [ | 154 "~followup_annotations": [ |
149 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 155 "@@@STEP_LOG_LINE@files@foo.cc@@@", |
150 "@@@STEP_LOG_END@files@@@" | 156 "@@@STEP_LOG_END@files@@@" |
151 ] | 157 ] |
152 }, | 158 }, |
153 { | 159 { |
154 "cmd": [ | 160 "cmd": [ |
155 "python", | 161 "python", |
156 "-u", | 162 "-u", |
157 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 163 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
158 "[SLAVE_BUILD]\\src\\testing\\buildbot\\trybot_analyze_config.json", | 164 "[SLAVE_BUILD]\\src\\testing\\buildbot\\trybot_analyze_config.json", |
159 "/path/to/tmp/json" | 165 "/path/to/tmp/json" |
160 ], | 166 ], |
| 167 "cwd": "[SLAVE_BUILD]", |
161 "name": "read filter exclusion spec", | 168 "name": "read filter exclusion spec", |
162 "~followup_annotations": [ | 169 "~followup_annotations": [ |
163 "@@@STEP_TEXT@path: 'testing\\\\buildbot\\\\trybot_analyze_config.json'@@@
", | 170 "@@@STEP_TEXT@path: 'testing\\\\buildbot\\\\trybot_analyze_config.json'@@@
", |
164 "@@@STEP_LOG_LINE@json.output@{@@@", | 171 "@@@STEP_LOG_LINE@json.output@{@@@", |
165 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", | 172 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", |
166 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 173 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
167 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 174 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
168 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", | 175 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", |
169 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 176 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
170 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 177 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
171 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", | 178 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", |
172 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 179 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
173 "@@@STEP_LOG_LINE@json.output@ }@@@", | 180 "@@@STEP_LOG_LINE@json.output@ }@@@", |
174 "@@@STEP_LOG_LINE@json.output@}@@@", | 181 "@@@STEP_LOG_LINE@json.output@}@@@", |
175 "@@@STEP_LOG_END@json.output@@@" | 182 "@@@STEP_LOG_END@json.output@@@" |
176 ] | 183 ] |
177 }, | 184 }, |
178 { | 185 { |
179 "cmd": [ | 186 "cmd": [ |
180 "python", | 187 "python", |
181 "-u", | 188 "-u", |
182 "[SLAVE_BUILD]\\src\\build\\gyp_chromium", | 189 "[SLAVE_BUILD]\\src\\build\\gyp_chromium", |
183 "--analyzer", | 190 "--analyzer", |
184 "{\"files\": [\"foo.cc\"], \"targets\": [\"angle_unittests_run\", \"chrome
\", \"content_gl_tests_run\", \"gl_tests_run\", \"mini_installer\", \"tab_captur
e_end2end_tests_run\", \"telemetry_gpu_test_run\"]}", | 191 "{\"files\": [\"foo.cc\"], \"targets\": [\"angle_unittests_run\", \"chrome
\", \"content_gl_tests_run\", \"gl_tests_run\", \"mini_installer\", \"tab_captur
e_end2end_tests_run\", \"telemetry_gpu_test_run\"]}", |
185 "/path/to/tmp/json" | 192 "/path/to/tmp/json" |
186 ], | 193 ], |
| 194 "cwd": "[SLAVE_BUILD]", |
187 "env": { | 195 "env": { |
188 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li
brary dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 te
st_isolation_mode=prepare use_goma=1" | 196 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li
brary dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 te
st_isolation_mode=prepare use_goma=1" |
189 }, | 197 }, |
190 "name": "analyze", | 198 "name": "analyze", |
191 "~followup_annotations": [ | 199 "~followup_annotations": [ |
192 "@@@STEP_TEXT@No compile necessary@@@", | 200 "@@@STEP_TEXT@No compile necessary@@@", |
193 "@@@STEP_LOG_LINE@json.output@{@@@", | 201 "@@@STEP_LOG_LINE@json.output@{@@@", |
194 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", | 202 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", |
195 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependencies\", @@@", | 203 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependencies\", @@@", |
196 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", | 204 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", |
197 "@@@STEP_LOG_LINE@json.output@}@@@", | 205 "@@@STEP_LOG_LINE@json.output@}@@@", |
198 "@@@STEP_LOG_END@json.output@@@" | 206 "@@@STEP_LOG_END@json.output@@@" |
199 ] | 207 ] |
200 } | 208 } |
201 ] | 209 ] |
OLD | NEW |