| 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 "client.dynamorio", | 8 "client.dynamorio", |
| 9 "--builder", | 9 "--builder", |
| 10 "win-xp-dr", | 10 "win-xp-dr", |
| 11 "--slave", | 11 "--slave", |
| 12 "TestSlave", | 12 "TestSlave", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_deps': {'dynamorio/tools
/buildbot': 'https://github.com/DynamoRIO/buildbot.git'}, 'deps_file': '.DEPS.gi
t', 'managed': True, 'name': 'dynamorio', 'url': 'https://github.com/DynamoRIO/d
ynamorio.git'}]", | 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_deps'
: {'dynamorio/tools/buildbot': 'https://github.com/DynamoRIO/buildbot.git'}, 'de
ps_file': '.DEPS.git', 'managed': True, 'name': 'dynamorio', 'url': 'https://git
hub.com/DynamoRIO/dynamorio.git'}]", |
| 15 "--root", | 15 "--root", |
| 16 "dynamorio", | 16 "dynamorio", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{}", | 18 "{}", |
| 19 "--git-cache-dir", | 19 "--git-cache-dir", |
| 20 "[GIT_CACHE]", | 20 "[ROOT]/b/build/slave/cache_dir", |
| 21 "--output_json", | 21 "--output_json", |
| 22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
| 23 "--revision", | 23 "--revision", |
| 24 "dynamorio@123456789abcdef", | 24 "dynamorio@123456789abcdef", |
| 25 "--force", | 25 "--force", |
| 26 "--output_manifest" | 26 "--output_manifest" |
| 27 ], | 27 ], |
| 28 "cwd": "[SLAVE_BUILD]", | |
| 29 "env": { | 28 "env": { |
| 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 31 }, | 30 }, |
| 32 "name": "bot_update", | 31 "name": "bot_update", |
| 33 "~followup_annotations": [ | 32 "~followup_annotations": [ |
| 34 "@@@STEP_TEXT@Some step text@@@", | 33 "@@@STEP_TEXT@Some step text@@@", |
| 35 "@@@STEP_LOG_LINE@json.output@{@@@", | 34 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 38 "@@@STEP_LOG_LINE@json.output@ \"dynamorio\": \"123456789abcdef\"@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"dynamorio\": \"123456789abcdef\"@@@", |
| 39 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 38 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 40 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"dynamorio\", @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"dynamorio\", @@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", |
| 44 "@@@STEP_LOG_LINE@json.output@ \"root\": \"dynamorio\", @@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"root\": \"dynamorio\", @@@", |
| 45 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
| 46 "@@@STEP_LOG_LINE@json.output@}@@@", | 45 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 47 "@@@STEP_LOG_END@json.output@@@" | 46 "@@@STEP_LOG_END@json.output@@@" |
| 48 ] | 47 ] |
| 49 }, | 48 }, |
| 50 { | 49 { |
| 51 "cmd": [ | 50 "cmd": [ |
| 52 "[SLAVE_BUILD]/dynamorio/tools/buildbot/bot_tools/unpack.bat" | 51 "[CWD]/dynamorio/tools/buildbot/bot_tools/unpack.bat" |
| 53 ], | 52 ], |
| 54 "cwd": "[SLAVE_BUILD]/dynamorio/tools/buildbot/bot_tools", | 53 "cwd": "[CWD]/dynamorio/tools/buildbot/bot_tools", |
| 55 "name": "unpack tools" | 54 "name": "unpack tools" |
| 56 }, | 55 }, |
| 57 { | 56 { |
| 58 "cmd": [ | 57 "cmd": [ |
| 59 "[BUILD]/scripts/slave/drmemory/build_env.bat", | 58 "[ROOT]/b/build/scripts/slave/drmemory/build_env.bat", |
| 60 "ctest", | 59 "ctest", |
| 61 "--timeout", | 60 "--timeout", |
| 62 "120", | 61 "120", |
| 63 "-VV", | 62 "-VV", |
| 64 "-S", | 63 "-S", |
| 65 "[SLAVE_BUILD]/dynamorio/suite/runsuite.cmake" | 64 "[CWD]/dynamorio/suite/runsuite.cmake" |
| 66 ], | 65 ], |
| 67 "cwd": "[SLAVE_BUILD]", | 66 "cwd": "[CWD]", |
| 68 "env": { | 67 "env": { |
| 69 "BOTTOOLS": "[SLAVE_BUILD]/dynamorio/tools/buildbot/bot_tools" | 68 "BOTTOOLS": "[CWD]/dynamorio/tools/buildbot/bot_tools" |
| 70 }, | 69 }, |
| 71 "name": "pre-commit suite" | 70 "name": "pre-commit suite" |
| 72 }, | 71 }, |
| 73 { | 72 { |
| 74 "name": "$result", | 73 "name": "$result", |
| 75 "recipe_result": null, | 74 "recipe_result": null, |
| 76 "status_code": 0 | 75 "status_code": 0 |
| 77 } | 76 } |
| 78 ] | 77 ] |
| OLD | NEW |