| 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 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "taskkill" | 9 "name": "taskkill" |
| 10 }, | 10 }, |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 67 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
| 68 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 68 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
| 69 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 69 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
| 70 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 70 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 71 ] | 71 ] |
| 72 }, | 72 }, |
| 73 { | 73 { |
| 74 "cmd": [ | 74 "cmd": [ |
| 75 "python", | 75 "python", |
| 76 "-u", | 76 "-u", |
| 77 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | |
| 78 "--version" | |
| 79 ], | |
| 80 "cwd": "[SLAVE_BUILD]", | |
| 81 "name": "swarming.py --version", | |
| 82 "stdout": "/path/to/tmp/", | |
| 83 "~followup_annotations": [ | |
| 84 "@@@STEP_TEXT@0.4.10@@@" | |
| 85 ] | |
| 86 }, | |
| 87 { | |
| 88 "cmd": [ | |
| 89 "python", | |
| 90 "-u", | |
| 91 "[DEPOT_TOOLS]\\gclient.py", | 77 "[DEPOT_TOOLS]\\gclient.py", |
| 92 "runhooks" | 78 "runhooks" |
| 93 ], | 79 ], |
| 94 "cwd": "[SLAVE_BUILD]", | 80 "cwd": "[SLAVE_BUILD]", |
| 95 "env": { | 81 "env": { |
| 96 "GYP_DEFINES": "clang=1 component=shared_library fastbuild=1 target_arch=x
64 test_isolation_mode=prepare" | 82 "GYP_CHROMIUM_NO_ACTION": "1" |
| 97 }, | 83 }, |
| 98 "name": "gclient runhooks" | 84 "name": "gclient runhooks" |
| 99 }, | 85 }, |
| 100 { | 86 { |
| 101 "cmd": [ | 87 "cmd": [ |
| 88 "python", |
| 89 "-u", |
| 90 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", |
| 91 "gen", |
| 92 "-v", |
| 93 "-m", |
| 94 "chromium.fyi", |
| 95 "-b", |
| 96 "CrWinClang64(dbg)", |
| 97 "--config-file", |
| 98 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", |
| 99 "--goma-dir", |
| 100 "[BUILD]\\goma", |
| 101 "//out/Debug_x64" |
| 102 ], |
| 103 "cwd": "[SLAVE_BUILD]", |
| 104 "name": "generate_build_files" |
| 105 }, |
| 106 { |
| 107 "cmd": [ |
| 102 "python", | 108 "python", |
| 103 "-u", | 109 "-u", |
| 104 "\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", |
| 105 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.json", | 111 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.json", |
| 106 "/path/to/tmp/json" | 112 "/path/to/tmp/json" |
| 107 ], | 113 ], |
| 108 "cwd": "[SLAVE_BUILD]", | 114 "cwd": "[SLAVE_BUILD]", |
| 109 "name": "read test spec", | 115 "name": "read test spec", |
| 110 "~followup_annotations": [ | 116 "~followup_annotations": [ |
| 111 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.js
on@@@", | 117 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.js
on@@@", |
| 112 "@@@STEP_LOG_LINE@json.output@{@@@", | 118 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 113 "@@@STEP_LOG_LINE@json.output@ \"CrWinClang64(dbg) tester\": {@@@", | |
| 114 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | |
| 115 "@@@STEP_LOG_LINE@json.output@ {@@@", | |
| 116 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | |
| 117 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", | |
| 118 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 119 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", | |
| 120 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
| 121 "@@@STEP_LOG_LINE@json.output@ ]@@@", | |
| 122 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
| 123 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 124 "@@@STEP_LOG_END@json.output@@@" | 119 "@@@STEP_LOG_END@json.output@@@" |
| 125 ] | 120 ] |
| 126 }, | 121 }, |
| 127 { | 122 { |
| 128 "cmd": [ | 123 "cmd": [ |
| 129 "python", | 124 "python", |
| 130 "-u", | 125 "-u", |
| 131 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", | 126 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
| 132 "--output", | 127 "--output", |
| 133 "/path/to/tmp/json", | 128 "/path/to/tmp/json", |
| (...skipping 15 matching lines...) Expand all Loading... |
| 149 { | 144 { |
| 150 "cmd": [ | 145 "cmd": [ |
| 151 "python", | 146 "python", |
| 152 "-u", | 147 "-u", |
| 153 "[BUILD]\\scripts\\slave\\cleanup_temp.py" | 148 "[BUILD]\\scripts\\slave\\cleanup_temp.py" |
| 154 ], | 149 ], |
| 155 "cwd": "[SLAVE_BUILD]", | 150 "cwd": "[SLAVE_BUILD]", |
| 156 "name": "cleanup_temp" | 151 "name": "cleanup_temp" |
| 157 }, | 152 }, |
| 158 { | 153 { |
| 159 "cmd": [ | |
| 160 "python", | |
| 161 "-u", | |
| 162 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", | |
| 163 "--build-dir", | |
| 164 "[SLAVE_BUILD]\\src\\out\\Debug_x64", | |
| 165 "--clean-isolated-files" | |
| 166 ], | |
| 167 "cwd": "[SLAVE_BUILD]", | |
| 168 "name": "clean isolated files" | |
| 169 }, | |
| 170 { | |
| 171 "allow_subannotations": true, | 154 "allow_subannotations": true, |
| 172 "cmd": [ | 155 "cmd": [ |
| 173 "python", | 156 "python", |
| 174 "-u", | 157 "-u", |
| 175 "[BUILD]\\scripts\\slave\\clang_revision.py", | 158 "[BUILD]\\scripts\\slave\\clang_revision.py", |
| 176 "--src-dir", | 159 "--src-dir", |
| 177 "[SLAVE_BUILD]\\src", | 160 "[SLAVE_BUILD]\\src", |
| 178 "--output-json", | 161 "--output-json", |
| 179 "/path/to/tmp/json" | 162 "/path/to/tmp/json" |
| 180 ], | 163 ], |
| (...skipping 18 matching lines...) Expand all Loading... |
| 199 "--build-tool", | 182 "--build-tool", |
| 200 "ninja", | 183 "ninja", |
| 201 "--compiler", | 184 "--compiler", |
| 202 "clang", | 185 "clang", |
| 203 "--" | 186 "--" |
| 204 ], | 187 ], |
| 205 "cwd": "[SLAVE_BUILD]", | 188 "cwd": "[SLAVE_BUILD]", |
| 206 "name": "compile" | 189 "name": "compile" |
| 207 }, | 190 }, |
| 208 { | 191 { |
| 209 "cmd": [ | |
| 210 "python", | |
| 211 "-u", | |
| 212 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", | |
| 213 "--build-dir", | |
| 214 "[SLAVE_BUILD]\\src\\out\\Debug_x64", | |
| 215 "--src-dir", | |
| 216 "[SLAVE_BUILD]\\src" | |
| 217 ], | |
| 218 "cwd": "[SLAVE_BUILD]", | |
| 219 "name": "remove_build_metadata" | |
| 220 }, | |
| 221 { | |
| 222 "cmd": [ | |
| 223 "python", | |
| 224 "-u", | |
| 225 "RECIPE_MODULE[isolate]\\resources\\isolate.py", | |
| 226 "[SLAVE_BUILD]\\src\\tools\\swarming_client", | |
| 227 "batcharchive", | |
| 228 "--dump-json", | |
| 229 "/path/to/tmp/json", | |
| 230 "--isolate-server", | |
| 231 "https://isolateserver.appspot.com", | |
| 232 "--verbose", | |
| 233 "[SLAVE_BUILD]\\src\\out\\Debug_x64\\browser_tests.isolated.gen.json" | |
| 234 ], | |
| 235 "cwd": "[SLAVE_BUILD]", | |
| 236 "name": "isolate tests", | |
| 237 "~followup_annotations": [ | |
| 238 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 239 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", | |
| 240 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 241 "@@@STEP_LOG_END@json.output@@@" | |
| 242 ] | |
| 243 }, | |
| 244 { | |
| 245 "allow_subannotations": true, | 192 "allow_subannotations": true, |
| 246 "cmd": [ | 193 "cmd": [ |
| 247 "python", | 194 "python", |
| 248 "-u", | 195 "-u", |
| 249 "[BUILD]\\scripts\\slave\\zip_build.py", | 196 "[BUILD]\\scripts\\slave\\zip_build.py", |
| 250 "--target", | 197 "--target", |
| 251 "Debug_x64", | 198 "Debug_x64", |
| 252 "--build-url", | 199 "--build-url", |
| 253 "gs://chromium-fyi-archive/chromium.fyi/CrWinClang64(dbg)", | 200 "gs://chromium-fyi-archive/chromium.fyi/CrWinClang64(dbg)", |
| 254 "--build_revision", | 201 "--build_revision", |
| 255 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 202 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 256 "--factory-properties", | 203 "--factory-properties", |
| 257 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"CrWinClang64(dbg)\", \"buildnumber\": 571, \"mastername\": \"ch
romium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam
e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 204 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"CrWinClang64(dbg)\", \"buildnumber\": 571, \"mastername\": \"ch
romium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam
e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| 258 "--build-properties", | 205 "--build-properties", |
| 259 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"CrWinClang64(dbg)\", \"buildnumber\": 571, \"mastername\": \"ch
romium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam
e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" | 206 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"CrWinClang64(dbg)\", \"buildnumber\": 571, \"mastername\": \"ch
romium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam
e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" |
| 260 ], | 207 ], |
| 261 "cwd": "[SLAVE_BUILD]", | 208 "cwd": "[SLAVE_BUILD]", |
| 262 "name": "package build" | 209 "name": "package build" |
| 263 } | 210 } |
| 264 ] | 211 ] |
| OLD | NEW |