| 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 }, |
| 11 { | 11 { |
| 12 "cmd": [ | 12 "cmd": [ |
| 13 "python", | 13 "python", |
| 14 "-u", | 14 "-u", |
| 15 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 15 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
| 16 "--master", | 16 "--master", |
| 17 "chromium.fyi", | 17 "chromium.mojo", |
| 18 "--builder", | 18 "--builder", |
| 19 "Site Isolation Win", | 19 "Chromium Mojo Windows", |
| 20 "--slave", | 20 "--slave", |
| 21 "TestSlavename", | 21 "TestSlavename", |
| 22 "--spec", | 22 "--spec", |
| 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 "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'}]", |
| 24 "--root", | 24 "--root", |
| 25 "src", | 25 "src", |
| 26 "--revision_mapping_file", | 26 "--revision_mapping_file", |
| 27 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", | 27 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", |
| 28 "--git-cache-dir", | 28 "--git-cache-dir", |
| 29 "[GIT_CACHE]", | 29 "[GIT_CACHE]", |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 { | 109 { |
| 110 "cmd": [ | 110 "cmd": [ |
| 111 "python", | 111 "python", |
| 112 "-u", | 112 "-u", |
| 113 "RECIPE_PACKAGE[depot_tools]\\gclient.py", | 113 "RECIPE_PACKAGE[depot_tools]\\gclient.py", |
| 114 "runhooks" | 114 "runhooks" |
| 115 ], | 115 ], |
| 116 "cwd": "[SLAVE_BUILD]", | 116 "cwd": "[SLAVE_BUILD]", |
| 117 "env": { | 117 "env": { |
| 118 "GYP_CHROMIUM_NO_ACTION": "1", | 118 "GYP_CHROMIUM_NO_ACTION": "1", |
| 119 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_
on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=x64 use_goma=1", | 119 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go
madir='[BUILD]\\goma' target_arch=ia32 use_goma=1", |
| 120 "PATH": "%(PATH)s;RECIPE_PACKAGE[depot_tools]" | 120 "PATH": "%(PATH)s;RECIPE_PACKAGE[depot_tools]" |
| 121 }, | 121 }, |
| 122 "name": "gclient runhooks" | 122 "name": "gclient runhooks" |
| 123 }, | 123 }, |
| 124 { | 124 { |
| 125 "cmd": [ | 125 "cmd": [ |
| 126 "python", | 126 "python", |
| 127 "-u", | 127 "-u", |
| 128 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", | 128 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
| 129 "--output", | 129 "--output", |
| 130 "/path/to/tmp/json", | 130 "/path/to/tmp/json", |
| 131 "--", | 131 "--", |
| 132 "--build-config-fs", | 132 "--build-config-fs", |
| 133 "Release_x64", | 133 "Release", |
| 134 "--paths", | 134 "--paths", |
| 135 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", | 135 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", |
| 136 "--properties", | 136 "--properties", |
| 137 "{\"buildername\": \"Site Isolation Win\", \"buildnumber\": 571, \"mastern
ame\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"win\"}" | 137 "{\"buildername\": \"Chromium Mojo Windows\", \"buildnumber\": 571, \"mast
ername\": \"chromium.mojo\", \"slavename\": \"TestSlavename\", \"target_platform
\": \"win\"}" |
| 138 ], | 138 ], |
| 139 "cwd": "[SLAVE_BUILD]", | 139 "cwd": "[SLAVE_BUILD]", |
| 140 "name": "get compile targets for scripts", | 140 "name": "get compile targets for scripts", |
| 141 "~followup_annotations": [ | 141 "~followup_annotations": [ |
| 142 "@@@STEP_LOG_LINE@json.output@{}@@@", | 142 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 143 "@@@STEP_LOG_END@json.output@@@" | 143 "@@@STEP_LOG_END@json.output@@@" |
| 144 ] | 144 ] |
| 145 }, | 145 }, |
| 146 { | 146 { |
| 147 "cmd": [ | 147 "cmd": [ |
| 148 "python", | 148 "python", |
| 149 "-u", | 149 "-u", |
| 150 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 150 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 151 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.json", | 151 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.mojo.json", |
| 152 "/path/to/tmp/json" | 152 "/path/to/tmp/json" |
| 153 ], | 153 ], |
| 154 "cwd": "[SLAVE_BUILD]", | 154 "cwd": "[SLAVE_BUILD]", |
| 155 "name": "read test spec", | 155 "name": "read test spec", |
| 156 "~followup_annotations": [ | 156 "~followup_annotations": [ |
| 157 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.js
on@@@", | 157 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.mojo.j
son@@@", |
| 158 "@@@STEP_LOG_LINE@json.output@{}@@@", | 158 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 159 "@@@STEP_LOG_END@json.output@@@" | 159 "@@@STEP_LOG_END@json.output@@@" |
| 160 ] | 160 ] |
| 161 }, | 161 }, |
| 162 { | 162 { |
| 163 "cmd": [ | 163 "cmd": [ |
| 164 "python", | 164 "python", |
| 165 "-u", | 165 "-u", |
| 166 "[BUILD]\\scripts\\slave\\cleanup_temp.py" | 166 "[BUILD]\\scripts\\slave\\cleanup_temp.py" |
| 167 ], | 167 ], |
| 168 "cwd": "[SLAVE_BUILD]", | 168 "cwd": "[SLAVE_BUILD]", |
| 169 "name": "cleanup_temp" | 169 "name": "cleanup_temp" |
| 170 }, | 170 }, |
| 171 { | 171 { |
| 172 "cmd": [ | 172 "cmd": [ |
| 173 "python", | 173 "python", |
| 174 "-u", | 174 "-u", |
| 175 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", | 175 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", |
| 176 "gen", | 176 "gen", |
| 177 "-m", | 177 "-m", |
| 178 "chromium.fyi", | 178 "chromium.mojo", |
| 179 "-b", | 179 "-b", |
| 180 "Site Isolation Win", | 180 "Chromium Mojo Windows", |
| 181 "--config-file", | 181 "--config-file", |
| 182 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", | 182 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", |
| 183 "--goma-dir", | 183 "--goma-dir", |
| 184 "[BUILD]\\goma", | 184 "[BUILD]\\goma", |
| 185 "//out/Release_x64" | 185 "//out/Release" |
| 186 ], | 186 ], |
| 187 "cwd": "[SLAVE_BUILD]", | 187 "cwd": "[SLAVE_BUILD]", |
| 188 "name": "generate_build_files" | 188 "name": "generate_build_files" |
| 189 }, | 189 }, |
| 190 { | 190 { |
| 191 "cmd": [ | 191 "cmd": [ |
| 192 "python", | 192 "python", |
| 193 "-u", | 193 "-u", |
| 194 "[BUILD]\\scripts\\slave\\compile.py", | 194 "[BUILD]\\scripts\\slave\\compile.py", |
| 195 "--target", | 195 "--target", |
| 196 "Release_x64", | 196 "Release", |
| 197 "--src-dir", | 197 "--src-dir", |
| 198 "[SLAVE_BUILD]\\src", | 198 "[SLAVE_BUILD]\\src", |
| 199 "--build-tool", | 199 "--build-tool", |
| 200 "ninja", | 200 "ninja", |
| 201 "--compiler", | 201 "--compiler", |
| 202 "goma", | 202 "goma", |
| 203 "--goma-jsonstatus", | 203 "--goma-jsonstatus", |
| 204 "/path/to/tmp/json", | 204 "/path/to/tmp/json", |
| 205 "--goma-dir", | 205 "--goma-dir", |
| 206 "[BUILD]\\goma", | 206 "[BUILD]\\goma", |
| 207 "--", | 207 "--", |
| 208 "content_browsertests", | 208 "All", |
| 209 "content_unittests", | 209 "chromium_builder_tests" |
| 210 "crash_service" | |
| 211 ], | 210 ], |
| 212 "cwd": "[SLAVE_BUILD]", | 211 "cwd": "[SLAVE_BUILD]", |
| 213 "name": "compile", | 212 "name": "compile", |
| 214 "~followup_annotations": [ | 213 "~followup_annotations": [ |
| 215 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 214 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 216 "@@@STEP_LOG_END@json.output (invalid)@@@" | 215 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 217 ] | 216 ] |
| 218 }, | 217 }, |
| 219 { | 218 { |
| 220 "name": "$result", | 219 "name": "$result", |
| 221 "recipe_result": null, | 220 "recipe_result": null, |
| 222 "status_code": 0 | 221 "status_code": 0 |
| 223 } | 222 } |
| 224 ] | 223 ] |
| OLD | NEW |