| 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 "chromium.fyi", | 17 "chromium.fyi", |
| 17 "--builder", | 18 "--builder", |
| 18 "Print Preview Win", | 19 "Print Preview Win", |
| 19 "--slave", | 20 "--slave", |
| 20 "TestSlavename", | 21 "TestSlavename", |
| 21 "--spec", | 22 "--spec", |
| 22 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://
svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.
org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org
/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}]", | 23 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://
svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.
org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org
/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}]", |
| 23 "--root", | 24 "--root", |
| 24 "src", | 25 "src", |
| 25 "--revision_mapping_file", | 26 "--revision_mapping_file", |
| 26 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\"
: \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_
revision\", \"src/v8\": \"got_v8_revision\"}", | 27 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\"
: \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_
revision\", \"src/v8\": \"got_v8_revision\"}", |
| 27 "--output_json", | 28 "--output_json", |
| 28 "/path/to/tmp/json", | 29 "/path/to/tmp/json", |
| 29 "--revision", | 30 "--revision", |
| 30 "src@HEAD" | 31 "src@HEAD" |
| 31 ], | 32 ], |
| 33 "cwd": "[SLAVE_BUILD]", |
| 32 "name": "bot_update", | 34 "name": "bot_update", |
| 33 "~followup_annotations": [ | 35 "~followup_annotations": [ |
| 34 "@@@STEP_TEXT@Some step text@@@", | 36 "@@@STEP_TEXT@Some step text@@@", |
| 35 "@@@STEP_LOG_LINE@json.output@{@@@", | 37 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 37 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
| 38 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
| 39 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", |
| 40 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 68 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 70 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 69 ] | 71 ] |
| 70 }, | 72 }, |
| 71 { | 73 { |
| 72 "cmd": [ | 74 "cmd": [ |
| 73 "python", | 75 "python", |
| 74 "-u", | 76 "-u", |
| 75 "[DEPOT_TOOLS]\\gclient.py", | 77 "[DEPOT_TOOLS]\\gclient.py", |
| 76 "runhooks" | 78 "runhooks" |
| 77 ], | 79 ], |
| 80 "cwd": "[SLAVE_BUILD]", |
| 78 "env": { | 81 "env": { |
| 79 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library fastbuild=1 go
madir='[BUILD]\\goma' target_arch=ia32 use_goma=1" | 82 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library fastbuild=1 go
madir='[BUILD]\\goma' target_arch=ia32 use_goma=1" |
| 80 }, | 83 }, |
| 81 "name": "gclient runhooks" | 84 "name": "gclient runhooks" |
| 82 }, | 85 }, |
| 83 { | 86 { |
| 84 "cmd": [ | 87 "cmd": [ |
| 85 "python", | 88 "python", |
| 86 "-u", | 89 "-u", |
| 87 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 90 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 88 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.json", | 91 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.json", |
| 89 "/path/to/tmp/json" | 92 "/path/to/tmp/json" |
| 90 ], | 93 ], |
| 94 "cwd": "[SLAVE_BUILD]", |
| 91 "name": "read test spec", | 95 "name": "read test spec", |
| 92 "~followup_annotations": [ | 96 "~followup_annotations": [ |
| 93 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.js
on@@@", | 97 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.js
on@@@", |
| 94 "@@@STEP_LOG_LINE@json.output@{}@@@", | 98 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 95 "@@@STEP_LOG_END@json.output@@@" | 99 "@@@STEP_LOG_END@json.output@@@" |
| 96 ] | 100 ] |
| 97 }, | 101 }, |
| 98 { | 102 { |
| 99 "cmd": [ | 103 "cmd": [ |
| 100 "python", | 104 "python", |
| 101 "-u", | 105 "-u", |
| 102 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", | 106 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
| 103 "--output", | 107 "--output", |
| 104 "/path/to/tmp/json", | 108 "/path/to/tmp/json", |
| 105 "--", | 109 "--", |
| 106 "--build-config-fs", | 110 "--build-config-fs", |
| 107 "Release", | 111 "Release", |
| 108 "--paths", | 112 "--paths", |
| 109 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", | 113 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", |
| 110 "--properties", | 114 "--properties", |
| 111 "{\"buildername\": \"Print Preview Win\", \"buildnumber\": 571, \"masterna
me\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \
"win\"}" | 115 "{\"buildername\": \"Print Preview Win\", \"buildnumber\": 571, \"masterna
me\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \
"win\"}" |
| 112 ], | 116 ], |
| 117 "cwd": "[SLAVE_BUILD]", |
| 113 "name": "get compile targets for scripts", | 118 "name": "get compile targets for scripts", |
| 114 "~followup_annotations": [ | 119 "~followup_annotations": [ |
| 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 "[BUILD]\\scripts\\slave\\cleanup_temp.py" | 128 "[BUILD]\\scripts\\slave\\cleanup_temp.py" |
| 124 ], | 129 ], |
| 130 "cwd": "[SLAVE_BUILD]", |
| 125 "name": "cleanup_temp" | 131 "name": "cleanup_temp" |
| 126 }, | 132 }, |
| 127 { | 133 { |
| 128 "cmd": [ | 134 "cmd": [ |
| 129 "python", | 135 "python", |
| 130 "-u", | 136 "-u", |
| 131 "[BUILD]\\scripts\\slave\\compile.py", | 137 "[BUILD]\\scripts\\slave\\compile.py", |
| 132 "--target", | 138 "--target", |
| 133 "Release", | 139 "Release", |
| 134 "--src-dir", | 140 "--src-dir", |
| 135 "[SLAVE_BUILD]\\src", | 141 "[SLAVE_BUILD]\\src", |
| 136 "--build-tool", | 142 "--build-tool", |
| 137 "ninja", | 143 "ninja", |
| 138 "--compiler", | 144 "--compiler", |
| 139 "goma", | 145 "goma", |
| 140 "--goma-dir", | 146 "--goma-dir", |
| 141 "[BUILD]\\goma", | 147 "[BUILD]\\goma", |
| 142 "--", | 148 "--", |
| 143 "blink_tests", | 149 "blink_tests", |
| 144 "browser_tests", | 150 "browser_tests", |
| 145 "crash_service" | 151 "crash_service" |
| 146 ], | 152 ], |
| 153 "cwd": "[SLAVE_BUILD]", |
| 147 "name": "compile" | 154 "name": "compile" |
| 148 }, | 155 }, |
| 149 { | 156 { |
| 150 "cmd": [ | 157 "cmd": [ |
| 151 "python", | 158 "python", |
| 152 "-u", | 159 "-u", |
| 153 "[BUILD]\\scripts\\slave\\chromium\\run_crash_handler.py", | 160 "[BUILD]\\scripts\\slave\\chromium\\run_crash_handler.py", |
| 154 "--target", | 161 "--target", |
| 155 "Release" | 162 "Release" |
| 156 ], | 163 ], |
| 164 "cwd": "[SLAVE_BUILD]", |
| 157 "name": "start_crash_service" | 165 "name": "start_crash_service" |
| 158 }, | 166 }, |
| 159 { | 167 { |
| 160 "cmd": [ | 168 "cmd": [ |
| 161 "python", | 169 "python", |
| 162 "-u", | 170 "-u", |
| 163 "[BUILD]\\scripts\\slave\\runtest.py", | 171 "[BUILD]\\scripts\\slave\\runtest.py", |
| 164 "--target", | 172 "--target", |
| 165 "Release", | 173 "Release", |
| 166 "--factory-properties", | 174 "--factory-properties", |
| 167 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Print Preview Win\", \"buildnumber\": 571, \"mastername\": \"ch
romium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam
e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 175 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Print Preview Win\", \"buildnumber\": 571, \"mastername\": \"ch
romium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam
e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| 168 "--build-properties", | 176 "--build-properties", |
| 169 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Print Preview Win\", \"buildnumber\": 571, \"mastername\": \"ch
romium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam
e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 177 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Print Preview Win\", \"buildnumber\": 571, \"mastername\": \"ch
romium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam
e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| 170 "--builder-name=Print Preview Win", | 178 "--builder-name=Print Preview Win", |
| 171 "--slave-name=TestSlavename", | 179 "--slave-name=TestSlavename", |
| 172 "--build-number=571", | 180 "--build-number=571", |
| 173 "--run-python-script", | 181 "--run-python-script", |
| 174 "[SLAVE_BUILD]\\src\\third_party\\WebKit\\Tools\\Scripts\\run-webkit-tests
", | 182 "[SLAVE_BUILD]\\src\\third_party\\WebKit\\Tools\\Scripts\\run-webkit-tests
", |
| 175 "--write-full-results-to", | 183 "--write-full-results-to", |
| 176 "/path/to/tmp/json", | 184 "/path/to/tmp/json", |
| 177 "--platform", | 185 "--platform", |
| 178 "browser_test.win" | 186 "browser_test.win" |
| 179 ], | 187 ], |
| 188 "cwd": "[SLAVE_BUILD]", |
| 180 "name": "print_preview_tests" | 189 "name": "print_preview_tests" |
| 181 }, | 190 }, |
| 182 { | 191 { |
| 183 "cmd": [ | 192 "cmd": [ |
| 184 "python", | 193 "python", |
| 185 "-u", | 194 "-u", |
| 186 "[BUILD]\\scripts\\slave\\process_dumps.py", | 195 "[BUILD]\\scripts\\slave\\process_dumps.py", |
| 187 "--target", | 196 "--target", |
| 188 "Release" | 197 "Release" |
| 189 ], | 198 ], |
| 199 "cwd": "[SLAVE_BUILD]", |
| 190 "name": "process_dumps" | 200 "name": "process_dumps" |
| 191 } | 201 } |
| 192 ] | 202 ] |
| OLD | NEW |