| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "chromium.fyi", | 8 "chromium.mojo", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux Trusty", | 10 "Chromium Mojo Linux", |
| 11 "--slave", | 11 "--slave", |
| 12 "TestSlavename", | 12 "TestSlavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "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'}]", | 14 "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'}]", |
| 15 "--root", | 15 "--root", |
| 16 "src", | 16 "src", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"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\"}", | 18 "{\"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\"}", |
| 19 "--git-cache-dir", | 19 "--git-cache-dir", |
| 20 "[GIT_CACHE]", | 20 "[GIT_CACHE]", |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 }, | 99 }, |
| 100 { | 100 { |
| 101 "cmd": [ | 101 "cmd": [ |
| 102 "python", | 102 "python", |
| 103 "-u", | 103 "-u", |
| 104 "RECIPE_PACKAGE[depot_tools]/gclient.py", | 104 "RECIPE_PACKAGE[depot_tools]/gclient.py", |
| 105 "runhooks" | 105 "runhooks" |
| 106 ], | 106 ], |
| 107 "cwd": "[SLAVE_BUILD]", | 107 "cwd": "[SLAVE_BUILD]", |
| 108 "env": { | 108 "env": { |
| 109 "GYP_CHROMIUM_NO_ACTION": "1", |
| 109 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc
h=x64 use_goma=1", | 110 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc
h=x64 use_goma=1", |
| 110 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" | 111 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" |
| 111 }, | 112 }, |
| 112 "name": "gclient runhooks" | 113 "name": "gclient runhooks" |
| 113 }, | 114 }, |
| 114 { | 115 { |
| 115 "cmd": [ | 116 "cmd": [ |
| 116 "python", | 117 "python", |
| 117 "-u", | 118 "-u", |
| 118 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 119 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 119 "--output", | 120 "--output", |
| 120 "/path/to/tmp/json", | 121 "/path/to/tmp/json", |
| 121 "--", | 122 "--", |
| 122 "--build-config-fs", | 123 "--build-config-fs", |
| 123 "Release", | 124 "Release", |
| 124 "--paths", | 125 "--paths", |
| 125 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 126 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
| 126 "--properties", | 127 "--properties", |
| 127 "{\"buildername\": \"Linux Trusty\", \"buildnumber\": 571, \"mastername\":
\"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"linu
x\"}" | 128 "{\"buildername\": \"Chromium Mojo Linux\", \"buildnumber\": 571, \"master
name\": \"chromium.mojo\", \"slavename\": \"TestSlavename\", \"target_platform\"
: \"linux\"}" |
| 128 ], | 129 ], |
| 129 "cwd": "[SLAVE_BUILD]", | 130 "cwd": "[SLAVE_BUILD]", |
| 130 "name": "get compile targets for scripts", | 131 "name": "get compile targets for scripts", |
| 131 "~followup_annotations": [ | 132 "~followup_annotations": [ |
| 132 "@@@STEP_LOG_LINE@json.output@{}@@@", | 133 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 133 "@@@STEP_LOG_END@json.output@@@" | 134 "@@@STEP_LOG_END@json.output@@@" |
| 134 ] | 135 ] |
| 135 }, | 136 }, |
| 136 { | 137 { |
| 137 "cmd": [ | 138 "cmd": [ |
| 138 "python", | 139 "python", |
| 139 "-u", | 140 "-u", |
| 140 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 141 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 141 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", | 142 "[SLAVE_BUILD]/src/testing/buildbot/chromium.mojo.json", |
| 142 "/path/to/tmp/json" | 143 "/path/to/tmp/json" |
| 143 ], | 144 ], |
| 144 "cwd": "[SLAVE_BUILD]", | 145 "cwd": "[SLAVE_BUILD]", |
| 145 "name": "read test spec", | 146 "name": "read test spec", |
| 146 "~followup_annotations": [ | 147 "~followup_annotations": [ |
| 147 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json@@
@", | 148 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.mojo.json@
@@", |
| 148 "@@@STEP_LOG_LINE@json.output@{}@@@", | 149 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 149 "@@@STEP_LOG_END@json.output@@@" | 150 "@@@STEP_LOG_END@json.output@@@" |
| 150 ] | 151 ] |
| 151 }, | 152 }, |
| 152 { | 153 { |
| 153 "cmd": [ | 154 "cmd": [ |
| 154 "python", | 155 "python", |
| 155 "-u", | 156 "-u", |
| 156 "[BUILD]/scripts/slave/cleanup_temp.py" | 157 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 157 ], | 158 ], |
| 158 "cwd": "[SLAVE_BUILD]", | 159 "cwd": "[SLAVE_BUILD]", |
| 159 "name": "cleanup_temp" | 160 "name": "cleanup_temp" |
| 160 }, | 161 }, |
| 161 { | 162 { |
| 162 "cmd": [ | 163 "cmd": [ |
| 163 "python", | 164 "python", |
| 164 "-u", | 165 "-u", |
| 166 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 167 "gen", |
| 168 "-m", |
| 169 "chromium.mojo", |
| 170 "-b", |
| 171 "Chromium Mojo Linux", |
| 172 "--config-file", |
| 173 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 174 "--goma-dir", |
| 175 "[BUILD]/goma", |
| 176 "//out/Release" |
| 177 ], |
| 178 "cwd": "[SLAVE_BUILD]", |
| 179 "name": "generate_build_files" |
| 180 }, |
| 181 { |
| 182 "cmd": [ |
| 183 "python", |
| 184 "-u", |
| 165 "[BUILD]/scripts/slave/compile.py", | 185 "[BUILD]/scripts/slave/compile.py", |
| 166 "--target", | 186 "--target", |
| 167 "Release", | 187 "Release", |
| 168 "--src-dir", | 188 "--src-dir", |
| 169 "[SLAVE_BUILD]/src", | 189 "[SLAVE_BUILD]/src", |
| 170 "--build-tool", | 190 "--build-tool", |
| 171 "ninja", | 191 "ninja", |
| 172 "--compiler", | 192 "--compiler", |
| 173 "goma", | 193 "goma", |
| 174 "--goma-jsonstatus", | 194 "--goma-jsonstatus", |
| 175 "/path/to/tmp/json", | 195 "/path/to/tmp/json", |
| 176 "--goma-dir", | 196 "--goma-dir", |
| 177 "[BUILD]/goma", | 197 "[BUILD]/goma", |
| 178 "--", | 198 "--", |
| 179 "all" | 199 "All", |
| 200 "chromium_builder_tests" |
| 180 ], | 201 ], |
| 181 "cwd": "[SLAVE_BUILD]", | 202 "cwd": "[SLAVE_BUILD]", |
| 182 "name": "compile", | 203 "name": "compile", |
| 183 "~followup_annotations": [ | 204 "~followup_annotations": [ |
| 184 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 205 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 185 "@@@STEP_LOG_END@json.output (invalid)@@@" | 206 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 186 ] | 207 ] |
| 187 }, | 208 }, |
| 188 { | 209 { |
| 189 "name": "$result", | 210 "name": "$result", |
| 190 "recipe_result": null, | 211 "recipe_result": null, |
| 191 "status_code": 0 | 212 "status_code": 0 |
| 192 } | 213 } |
| 193 ] | 214 ] |
| OLD | NEW |