| 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.drmemory", | 8 "client.drmemory", |
| 9 "--builder", | 9 "--builder", |
| 10 "mac-mavericks_x64-drm", | 10 "mac-mavericks_x64-drm", |
| 11 "--slave", | 11 "--slave", |
| 12 "TestSlave", | 12 "TestSlave", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_deps': {'drmemory/dynamo
rio': 'https://github.com/DynamoRIO/dynamorio.git', 'tools/buildbot': 'https://g
ithub.com/DynamoRIO/buildbot.git'}, 'deps_file': '.DEPS.git', 'managed': True, '
name': 'drmemory', 'url': 'https://github.com/DynamoRIO/drmemory.git'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_deps': {'drmemory/dynamo
rio': 'https://github.com/DynamoRIO/dynamorio.git', 'tools/buildbot': 'https://g
ithub.com/DynamoRIO/buildbot.git'}, 'deps_file': '.DEPS.git', 'managed': True, '
name': 'drmemory', 'url': 'https://github.com/DynamoRIO/drmemory.git'}]", |
| 15 "--root", | 15 "--root", |
| 16 "drmemory", | 16 "drmemory", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{}", | 18 "{}", |
| 19 "--git-cache-dir", | 19 "--git-cache-dir", |
| 20 "[GIT_CACHE]", | 20 "[GIT_CACHE]", |
| 21 "--output_json", | 21 "--output_json", |
| 22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
| 23 "--revision", | 23 "--revision", |
| 24 "drmemory@123456789abcdef", | 24 "drmemory@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@ \"drmemory\": \"123456789abcdef\"@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"drmemory\": \"123456789abcdef\"@@@", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 49 }, | 48 }, |
| 50 { | 49 { |
| 51 "cmd": [ | 50 "cmd": [ |
| 52 "ctest", | 51 "ctest", |
| 53 "--timeout", | 52 "--timeout", |
| 54 "60", | 53 "60", |
| 55 "-VV", | 54 "-VV", |
| 56 "-S", | 55 "-S", |
| 57 "[SLAVE_BUILD]/drmemory/tests/runsuite.cmake,drmemory_only;long;build=0x12
34567" | 56 "[SLAVE_BUILD]/drmemory/tests/runsuite.cmake,drmemory_only;long;build=0x12
34567" |
| 58 ], | 57 ], |
| 59 "cwd": "[SLAVE_BUILD]", | |
| 60 "name": "Dr. Memory ctest" | 58 "name": "Dr. Memory ctest" |
| 61 }, | 59 }, |
| 62 { | 60 { |
| 63 "cmd": [ | 61 "cmd": [ |
| 64 "7z", | 62 "7z", |
| 65 "a", | 63 "a", |
| 66 "-xr!*.pdb", | 64 "-xr!*.pdb", |
| 67 "testlogs_r123456789abcdef_b42.7z", | 65 "testlogs_r123456789abcdef_b42.7z", |
| 68 "build_drmemory-dbg-32/logs", | 66 "build_drmemory-dbg-32/logs", |
| 69 "build_drmemory-dbg-32/Testing/Temporary", | 67 "build_drmemory-dbg-32/Testing/Temporary", |
| 70 "build_drmemory-rel-32/logs", | 68 "build_drmemory-rel-32/logs", |
| 71 "build_drmemory-rel-32/Testing/Temporary", | 69 "build_drmemory-rel-32/Testing/Temporary", |
| 72 "xml:results" | 70 "xml:results" |
| 73 ], | 71 ], |
| 74 "cwd": "[SLAVE_BUILD]", | |
| 75 "name": "Pack test results" | 72 "name": "Pack test results" |
| 76 }, | 73 }, |
| 77 { | 74 { |
| 78 "cmd": [ | 75 "cmd": [ |
| 79 "python", | 76 "python", |
| 80 "-u", | 77 "-u", |
| 81 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 78 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 82 "--", | 79 "--", |
| 83 "[DEPOT_TOOLS]/gsutil.py", | 80 "[DEPOT_TOOLS]/gsutil.py", |
| 84 "----", | 81 "----", |
| 85 "cp", | 82 "cp", |
| 86 "testlogs_r123456789abcdef_b42.7z", | 83 "testlogs_r123456789abcdef_b42.7z", |
| 87 "gs://chromium-drmemory-builds/testlogs/from_mac-mavericks_x64-drm" | 84 "gs://chromium-drmemory-builds/testlogs/from_mac-mavericks_x64-drm" |
| 88 ], | 85 ], |
| 89 "cwd": "[SLAVE_BUILD]", | |
| 90 "name": "gsutil upload", | 86 "name": "gsutil upload", |
| 91 "~followup_annotations": [ | 87 "~followup_annotations": [ |
| 92 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-drme
mory-builds/testlogs/from_mac-mavericks_x64-drm@@@" | 88 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-drme
mory-builds/testlogs/from_mac-mavericks_x64-drm@@@" |
| 93 ] | 89 ] |
| 94 }, | 90 }, |
| 95 { | 91 { |
| 96 "name": "$result", | 92 "name": "$result", |
| 97 "recipe_result": null, | 93 "recipe_result": null, |
| 98 "status_code": 0 | 94 "status_code": 0 |
| 99 } | 95 } |
| 100 ] | 96 ] |
| OLD | NEW |