| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "chromium.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "CFI Linux", | 10 "CFI Linux ToT", |
| 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 "--output_json", | 19 "--output_json", |
| 20 "/path/to/tmp/json", | 20 "/path/to/tmp/json", |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 }, | 90 }, |
| 91 { | 91 { |
| 92 "cmd": [ | 92 "cmd": [ |
| 93 "python", | 93 "python", |
| 94 "-u", | 94 "-u", |
| 95 "[DEPOT_TOOLS]/gclient.py", | 95 "[DEPOT_TOOLS]/gclient.py", |
| 96 "runhooks" | 96 "runhooks" |
| 97 ], | 97 ], |
| 98 "cwd": "[SLAVE_BUILD]", | 98 "cwd": "[SLAVE_BUILD]", |
| 99 "env": { | 99 "env": { |
| 100 "GYP_DEFINES": "cfi_vptr=1 clang=1 component=static_library target_arch=x6
4", | 100 "GYP_DEFINES": "cfi_vptr=1 clang=1 clang_use_chrome_plugins=0 component=st
atic_library target_arch=x64", |
| 101 "GYP_LINK_CONCURRENCY": "8" | 101 "GYP_LINK_CONCURRENCY": "8", |
| 102 "LLVM_FORCE_HEAD_REVISION": "YES" |
| 102 }, | 103 }, |
| 103 "name": "gclient runhooks" | 104 "name": "gclient runhooks" |
| 104 }, | 105 }, |
| 105 { | 106 { |
| 106 "cmd": [ | 107 "cmd": [ |
| 107 "python", | 108 "python", |
| 108 "-u", | 109 "-u", |
| 109 "\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", |
| 110 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", | 111 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", |
| 111 "/path/to/tmp/json" | 112 "/path/to/tmp/json" |
| (...skipping 12 matching lines...) Expand all Loading... |
| 124 "-u", | 125 "-u", |
| 125 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 126 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 126 "--output", | 127 "--output", |
| 127 "/path/to/tmp/json", | 128 "/path/to/tmp/json", |
| 128 "--", | 129 "--", |
| 129 "--build-config-fs", | 130 "--build-config-fs", |
| 130 "Release", | 131 "Release", |
| 131 "--paths", | 132 "--paths", |
| 132 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 133 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
| 133 "--properties", | 134 "--properties", |
| 134 "{\"buildername\": \"CFI Linux\", \"buildnumber\": 571, \"mastername\": \"
chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"linux\"
}" | 135 "{\"buildername\": \"CFI Linux ToT\", \"buildnumber\": 571, \"mastername\"
: \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"lin
ux\"}" |
| 135 ], | 136 ], |
| 136 "cwd": "[SLAVE_BUILD]", | 137 "cwd": "[SLAVE_BUILD]", |
| 137 "name": "get compile targets for scripts", | 138 "name": "get compile targets for scripts", |
| 138 "~followup_annotations": [ | 139 "~followup_annotations": [ |
| 139 "@@@STEP_LOG_LINE@json.output@{}@@@", | 140 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 140 "@@@STEP_LOG_END@json.output@@@" | 141 "@@@STEP_LOG_END@json.output@@@" |
| 141 ] | 142 ] |
| 142 }, | 143 }, |
| 143 { | 144 { |
| 144 "cmd": [ | 145 "cmd": [ |
| (...skipping 18 matching lines...) Expand all Loading... |
| 163 "cmd": [ | 164 "cmd": [ |
| 164 "python", | 165 "python", |
| 165 "-u", | 166 "-u", |
| 166 "[BUILD]/scripts/slave/clang_revision.py", | 167 "[BUILD]/scripts/slave/clang_revision.py", |
| 167 "--src-dir", | 168 "--src-dir", |
| 168 "[SLAVE_BUILD]/src", | 169 "[SLAVE_BUILD]/src", |
| 169 "--output-json", | 170 "--output-json", |
| 170 "/path/to/tmp/json" | 171 "/path/to/tmp/json" |
| 171 ], | 172 ], |
| 172 "cwd": "[SLAVE_BUILD]", | 173 "cwd": "[SLAVE_BUILD]", |
| 174 "env": { |
| 175 "LLVM_FORCE_HEAD_REVISION": "YES" |
| 176 }, |
| 173 "name": "clang_revision", | 177 "name": "clang_revision", |
| 174 "~followup_annotations": [ | 178 "~followup_annotations": [ |
| 175 "@@@STEP_LOG_LINE@json.output@{@@@", | 179 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 176 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 180 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 177 "@@@STEP_LOG_LINE@json.output@}@@@", | 181 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 178 "@@@STEP_LOG_END@json.output@@@" | 182 "@@@STEP_LOG_END@json.output@@@" |
| 179 ] | 183 ] |
| 180 }, | 184 }, |
| 181 { | 185 { |
| 182 "cmd": [ | 186 "cmd": [ |
| 183 "python", | 187 "python", |
| 184 "-u", | 188 "-u", |
| 185 "[BUILD]/scripts/slave/compile.py", | 189 "[BUILD]/scripts/slave/compile.py", |
| 186 "--target", | 190 "--target", |
| 187 "Release", | 191 "Release", |
| 188 "--src-dir", | 192 "--src-dir", |
| 189 "[SLAVE_BUILD]/src", | 193 "[SLAVE_BUILD]/src", |
| 190 "--build-tool", | 194 "--build-tool", |
| 191 "ninja", | 195 "ninja", |
| 192 "--compiler", | 196 "--compiler", |
| 193 "clang", | 197 "clang", |
| 194 "--", | 198 "--", |
| 195 "All", | 199 "All", |
| 196 "chromium_builder_tests" | 200 "chromium_builder_tests" |
| 197 ], | 201 ], |
| 198 "cwd": "[SLAVE_BUILD]", | 202 "cwd": "[SLAVE_BUILD]", |
| 203 "env": { |
| 204 "LLVM_FORCE_HEAD_REVISION": "YES" |
| 205 }, |
| 199 "name": "compile" | 206 "name": "compile" |
| 200 }, | 207 }, |
| 201 { | 208 { |
| 202 "name": "$result", | 209 "name": "$result", |
| 203 "recipe_result": null, | 210 "recipe_result": null, |
| 204 "status_code": 0 | 211 "status_code": 0 |
| 205 } | 212 } |
| 206 ] | 213 ] |
| OLD | NEW |