| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[ROOT]/b/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 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 15 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 15 "--master", | 16 "--master", |
| 16 "client.drmemory", | 17 "client.drmemory", |
| 17 "--builder", | 18 "--builder", |
| 18 "win7-cr-builder", | 19 "win7-cr-builder", |
| 19 "--slave", | 20 "--slave", |
| 20 "TestSlave", | 21 "TestSlave", |
| 21 "--spec", | 22 "--spec", |
| 22 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_deps'
: {'src/third_party/WebKit/LayoutTests': None}, 'custom_vars': {'googlecode_url'
: 'http://%s.googlecode.com/svn', 'llvm_url': 'http://llvm.org/svn/llvm-project'
, 'nacl_trunk': 'http://src.chromium.org/native_client/trunk', 'sourceforge_url'
: 'https://svn.code.sf.net/p/%(repo)s/code', 'webkit_trunk': 'http://src.chromiu
m.org/blink/trunk'}, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', '
url': 'https://chromium.googlesource.com/chromium/src.git'}]", | 23 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_deps': {'src/third_party
/WebKit/LayoutTests': None}, 'custom_vars': {'googlecode_url': 'http://%s.google
code.com/svn', 'llvm_url': 'http://llvm.org/svn/llvm-project', 'nacl_trunk': 'ht
tp://src.chromium.org/native_client/trunk', 'sourceforge_url': 'https://svn.code
.sf.net/p/%(repo)s/code', 'webkit_trunk': 'http://src.chromium.org/blink/trunk'}
, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chro
mium.googlesource.com/chromium/src.git'}]", |
| 23 "--root", | 24 "--root", |
| 24 "src", | 25 "src", |
| 25 "--revision_mapping_file", | 26 "--revision_mapping_file", |
| 26 "{\"src\": \"got_revision\", \"src/third_party/WebKit\": \"got_webkit_revi
sion\", \"src/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v
8\": \"got_v8_revision\"}", | 27 "{\"src\": \"got_revision\", \"src/third_party/WebKit\": \"got_webkit_revi
sion\", \"src/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v
8\": \"got_v8_revision\"}", |
| 27 "--git-cache-dir", | 28 "--git-cache-dir", |
| 28 "[ROOT]/b/build/slave/cache_dir", | 29 "[GIT_CACHE]", |
| 29 "--output_json", | 30 "--output_json", |
| 30 "/path/to/tmp/json", | 31 "/path/to/tmp/json", |
| 31 "--revision", | 32 "--revision", |
| 32 "src@123456789abcdef", | 33 "src@123456789abcdef", |
| 33 "--force", | 34 "--force", |
| 34 "--output_manifest" | 35 "--output_manifest" |
| 35 ], | 36 ], |
| 37 "cwd": "[SLAVE_BUILD]", |
| 36 "env": { | 38 "env": { |
| 37 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 39 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 38 }, | 40 }, |
| 39 "name": "bot_update", | 41 "name": "bot_update", |
| 40 "~followup_annotations": [ | 42 "~followup_annotations": [ |
| 41 "@@@STEP_TEXT@Some step text@@@", | 43 "@@@STEP_TEXT@Some step text@@@", |
| 42 "@@@STEP_LOG_LINE@json.output@{@@@", | 44 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 44 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 46 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 45 "@@@STEP_LOG_LINE@json.output@ \"src\": \"123456789abcdef\"@@@", | 47 "@@@STEP_LOG_LINE@json.output@ \"src\": \"123456789abcdef\"@@@", |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 87 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
| 86 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 88 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
| 87 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 89 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
| 88 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@" | 90 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@" |
| 89 ] | 91 ] |
| 90 }, | 92 }, |
| 91 { | 93 { |
| 92 "cmd": [ | 94 "cmd": [ |
| 93 "python", | 95 "python", |
| 94 "-u", | 96 "-u", |
| 95 "[ROOT]/b/build/scripts/slave/runhooks_wrapper.py" | 97 "[BUILD]/scripts/slave/runhooks_wrapper.py" |
| 96 ], | 98 ], |
| 99 "cwd": "[SLAVE_BUILD]", |
| 97 "env": { | 100 "env": { |
| 98 "CHROMIUM_GYP_SYNTAX_CHECK": "1", | 101 "CHROMIUM_GYP_SYNTAX_CHECK": "1", |
| 99 "DEPOT_TOOLS_UPDATE": "0", | 102 "DEPOT_TOOLS_UPDATE": "0", |
| 100 "GYP_DEFINES": "build_for_tool=drmemory component=shared_library", | 103 "GYP_DEFINES": "build_for_tool=drmemory component=shared_library", |
| 101 "LANDMINES_VERBOSE": "1" | 104 "LANDMINES_VERBOSE": "1" |
| 102 }, | 105 }, |
| 103 "name": "gclient runhooks wrapper" | 106 "name": "gclient runhooks wrapper" |
| 104 }, | 107 }, |
| 105 { | 108 { |
| 106 "cmd": [ | 109 "cmd": [ |
| 107 "python", | 110 "python", |
| 108 "-u", | 111 "-u", |
| 109 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 112 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 110 "--show-path", | 113 "--show-path", |
| 111 "python", | 114 "python", |
| 112 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 115 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 113 ], | 116 ], |
| 117 "cwd": "[SLAVE_BUILD]", |
| 114 "name": "cleanup_temp" | 118 "name": "cleanup_temp" |
| 115 }, | 119 }, |
| 116 { | 120 { |
| 117 "cmd": [ | 121 "cmd": [ |
| 118 "python_slave", | 122 "python_slave", |
| 119 "[ROOT]/b/build/scripts/slave/compile.py", | 123 "[BUILD]/scripts/slave/compile.py", |
| 120 "--solution", | 124 "--solution", |
| 121 "all.sln", | 125 "all.sln", |
| 122 "--project", | 126 "--project", |
| 123 "chromium_builder_dbg_drmemory_win", | 127 "chromium_builder_dbg_drmemory_win", |
| 124 "--target", | 128 "--target", |
| 125 "Debug" | 129 "Debug" |
| 126 ], | 130 ], |
| 131 "cwd": "[SLAVE_BUILD]", |
| 127 "name": "compile" | 132 "name": "compile" |
| 128 }, | 133 }, |
| 129 { | 134 { |
| 130 "name": "$result", | 135 "name": "$result", |
| 131 "recipe_result": null, | 136 "recipe_result": null, |
| 132 "status_code": 0 | 137 "status_code": 0 |
| 133 } | 138 } |
| 134 ] | 139 ] |
| OLD | NEW |