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