| 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.dart", | 8 "client.dart", |
| 9 "--builder", | 9 "--builder", |
| 10 "target-arm-vm-linux-release-be", | 10 "target-arm-vm-linux-release-be", |
| 11 "--slave", | 11 "--slave", |
| 12 "TestSlavename", | 12 "TestSlavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'DEPS', 'managed': False, 'name': 'sdk', 'url': 'https://chromium.googlesource.c
om/external/github.com/dart-lang/sdk.git'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
False, 'name': 'sdk', 'url': 'https://chromium.googlesource.com/external/github.
com/dart-lang/sdk.git'}]", |
| 15 "--root", | 15 "--root", |
| 16 "sdk", | 16 "sdk", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{}", | 18 "{}", |
| 19 "--git-cache-dir", | 19 "--git-cache-dir", |
| 20 "[ROOT]/b/build/slave/cache_dir", | 20 "[GIT_CACHE]", |
| 21 "--output_json", | 21 "--output_json", |
| 22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
| 23 "--revision", | 23 "--revision", |
| 24 "sdk@abcd1234efef5656", | 24 "sdk@abcd1234efef5656", |
| 25 "--force", | 25 "--force", |
| 26 "--output_manifest" | 26 "--output_manifest" |
| 27 ], | 27 ], |
| 28 "cwd": "[SLAVE_BUILD]", |
| 28 "env": { | 29 "env": { |
| 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 30 }, | 31 }, |
| 31 "name": "bot_update", | 32 "name": "bot_update", |
| 32 "~followup_annotations": [ | 33 "~followup_annotations": [ |
| 33 "@@@STEP_TEXT@Some step text@@@", | 34 "@@@STEP_TEXT@Some step text@@@", |
| 34 "@@@STEP_LOG_LINE@json.output@{@@@", | 35 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 37 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"abcd1234efef5656\"@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"abcd1234efef5656\"@@@", |
| 38 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 39 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 39 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", |
| 40 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"sdk\", @@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"sdk\", @@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ \"root\": \"sdk\", @@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"root\": \"sdk\", @@@", |
| 44 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
| 45 "@@@STEP_LOG_LINE@json.output@}@@@", | 46 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 46 "@@@STEP_LOG_END@json.output@@@" | 47 "@@@STEP_LOG_END@json.output@@@" |
| 47 ] | 48 ] |
| 48 }, | 49 }, |
| 49 { | 50 { |
| 50 "cmd": [ | 51 "cmd": [ |
| 51 "python", | 52 "python", |
| 52 "-u", | 53 "-u", |
| 53 "[CWD]/sdk/tools/clean_output_directory.py" | 54 "[SLAVE_BUILD]/sdk/tools/clean_output_directory.py" |
| 54 ], | 55 ], |
| 55 "cwd": "[CWD]/sdk", | 56 "cwd": "[SLAVE_BUILD]/sdk", |
| 56 "name": "clobber" | 57 "name": "clobber" |
| 57 }, | 58 }, |
| 58 { | 59 { |
| 59 "cmd": [ | 60 "cmd": [ |
| 60 "python", | 61 "python", |
| 61 "-u", | 62 "-u", |
| 62 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 63 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 63 "runhooks" | 64 "runhooks" |
| 64 ], | 65 ], |
| 66 "cwd": "[SLAVE_BUILD]", |
| 65 "env": { | 67 "env": { |
| 66 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 68 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 67 }, | 69 }, |
| 68 "name": "gclient runhooks" | 70 "name": "gclient runhooks" |
| 69 }, | 71 }, |
| 70 { | 72 { |
| 71 "cmd": [ | 73 "cmd": [ |
| 72 "python", | 74 "python", |
| 73 "-u", | 75 "-u", |
| 74 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 76 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 75 "--", | 77 "--", |
| 76 "[ROOT]/b/depot_tools/gsutil.py", | 78 "[DEPOT_TOOLS]/gsutil.py", |
| 77 "----", | 79 "----", |
| 78 "cp", | 80 "cp", |
| 79 "gs://dart-cross-compiled-binaries/cross_build_arm_release_abcd1234efef565
6.tar.bz2", | 81 "gs://dart-cross-compiled-binaries/cross_build_arm_release_abcd1234efef565
6.tar.bz2", |
| 80 "cross_build_arm_release_abcd1234efef5656.tar.bz2" | 82 "cross_build_arm_release_abcd1234efef5656.tar.bz2" |
| 81 ], | 83 ], |
| 82 "cwd": "[CWD]/sdk", | 84 "cwd": "[SLAVE_BUILD]/sdk", |
| 83 "name": "gsutil download tarball" | 85 "name": "gsutil download tarball" |
| 84 }, | 86 }, |
| 85 { | 87 { |
| 86 "cmd": [ | 88 "cmd": [ |
| 87 "tar", | 89 "tar", |
| 88 "-xjf", | 90 "-xjf", |
| 89 "cross_build_arm_release_abcd1234efef5656.tar.bz2" | 91 "cross_build_arm_release_abcd1234efef5656.tar.bz2" |
| 90 ], | 92 ], |
| 91 "cwd": "[CWD]/sdk", | 93 "cwd": "[SLAVE_BUILD]/sdk", |
| 92 "name": "untar tarball" | 94 "name": "untar tarball" |
| 93 }, | 95 }, |
| 94 { | 96 { |
| 95 "cmd": [ | 97 "cmd": [ |
| 96 "python", | 98 "python", |
| 97 "-u", | 99 "-u", |
| 98 "[CWD]/sdk/tools/test.py", | 100 "[SLAVE_BUILD]/sdk/tools/test.py", |
| 99 "--mode=release", | 101 "--mode=release", |
| 100 "--arch=arm", | 102 "--arch=arm", |
| 101 "--progress=line", | 103 "--progress=line", |
| 102 "--report", | 104 "--report", |
| 103 "--time", | 105 "--time", |
| 104 "--failure-summary", | 106 "--failure-summary", |
| 105 "--write-debug-log", | 107 "--write-debug-log", |
| 106 "--write-test-outcome-log", | 108 "--write-test-outcome-log", |
| 107 "--exclude-suite=pkg" | 109 "--exclude-suite=pkg" |
| 108 ], | 110 ], |
| 109 "cwd": "[CWD]/sdk", | 111 "cwd": "[SLAVE_BUILD]/sdk", |
| 110 "name": "vm tests" | 112 "name": "vm tests" |
| 111 }, | 113 }, |
| 112 { | 114 { |
| 113 "cmd": [ | 115 "cmd": [ |
| 114 "python", | 116 "python", |
| 115 "-u", | 117 "-u", |
| 116 "[CWD]/sdk/tools/test.py", | 118 "[SLAVE_BUILD]/sdk/tools/test.py", |
| 117 "--mode=release", | 119 "--mode=release", |
| 118 "--arch=arm", | 120 "--arch=arm", |
| 119 "--progress=line", | 121 "--progress=line", |
| 120 "--report", | 122 "--report", |
| 121 "--time", | 123 "--time", |
| 122 "--failure-summary", | 124 "--failure-summary", |
| 123 "--write-debug-log", | 125 "--write-debug-log", |
| 124 "--write-test-outcome-log", | 126 "--write-test-outcome-log", |
| 125 "--exclude-suite=pkg", | 127 "--exclude-suite=pkg", |
| 126 "--checked", | 128 "--checked", |
| 127 "--append_logs" | 129 "--append_logs" |
| 128 ], | 130 ], |
| 129 "cwd": "[CWD]/sdk", | 131 "cwd": "[SLAVE_BUILD]/sdk", |
| 130 "name": "checked vm tests" | 132 "name": "checked vm tests" |
| 131 }, | 133 }, |
| 132 { | 134 { |
| 133 "cmd": [ | 135 "cmd": [ |
| 134 "rm", | 136 "rm", |
| 135 "cross_build_arm_release_abcd1234efef5656.tar.bz2" | 137 "cross_build_arm_release_abcd1234efef5656.tar.bz2" |
| 136 ], | 138 ], |
| 137 "cwd": "[CWD]/sdk", | 139 "cwd": "[SLAVE_BUILD]/sdk", |
| 138 "name": "delete tarball" | 140 "name": "delete tarball" |
| 139 }, | 141 }, |
| 140 { | 142 { |
| 141 "cmd": [ | 143 "cmd": [ |
| 142 "python", | 144 "python", |
| 143 "-u", | 145 "-u", |
| 144 "[CWD]/sdk/tools/clean_output_directory.py" | 146 "[SLAVE_BUILD]/sdk/tools/clean_output_directory.py" |
| 145 ], | 147 ], |
| 146 "cwd": "[CWD]/sdk", | 148 "cwd": "[SLAVE_BUILD]/sdk", |
| 147 "name": "clobber (2)" | 149 "name": "clobber (2)" |
| 148 }, | 150 }, |
| 149 { | 151 { |
| 150 "name": "$result", | 152 "name": "$result", |
| 151 "recipe_result": null, | 153 "recipe_result": null, |
| 152 "status_code": 0 | 154 "status_code": 0 |
| 153 } | 155 } |
| 154 ] | 156 ] |
| OLD | NEW |