| 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 "vm-linux-release-x64-asan-be", | 10 "vm-linux-release-x64-asan-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@HEAD", | 24 "sdk@HEAD", |
| 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\": \"HEAD\"@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"HEAD\"@@@", |
| 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 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 54 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 54 "runhooks" | 55 "runhooks" |
| 55 ], | 56 ], |
| 57 "cwd": "[SLAVE_BUILD]", |
| 56 "env": { | 58 "env": { |
| 57 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 59 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 58 }, | 60 }, |
| 59 "name": "gclient runhooks" | 61 "name": "gclient runhooks" |
| 60 }, | 62 }, |
| 61 { | 63 { |
| 62 "cmd": [ | 64 "cmd": [ |
| 63 "python", | 65 "python", |
| 64 "-u", | 66 "-u", |
| 65 "[CWD]/sdk/tools/task_kill.py", | 67 "[SLAVE_BUILD]/sdk/tools/task_kill.py", |
| 66 "--kill_browsers=True" | 68 "--kill_browsers=True" |
| 67 ], | 69 ], |
| 68 "cwd": "[CWD]/sdk", | 70 "cwd": "[SLAVE_BUILD]/sdk", |
| 69 "name": "taskkill before building" | 71 "name": "taskkill before building" |
| 70 }, | 72 }, |
| 71 { | 73 { |
| 72 "cmd": [ | 74 "cmd": [ |
| 73 "python", | 75 "python", |
| 74 "-u", | 76 "-u", |
| 75 "[CWD]/sdk/tools/build.py", | 77 "[SLAVE_BUILD]/sdk/tools/build.py", |
| 76 "-mrelease", | 78 "-mrelease", |
| 77 "--arch=x64", | 79 "--arch=x64", |
| 78 "runtime" | 80 "runtime" |
| 79 ], | 81 ], |
| 80 "cwd": "[CWD]/sdk", | 82 "cwd": "[SLAVE_BUILD]/sdk", |
| 81 "env": { | 83 "env": { |
| 82 "ASAN_OPTIONS": "handle_segv=0:detect_stack_use_after_return=1", | 84 "ASAN_OPTIONS": "handle_segv=0:detect_stack_use_after_return=1", |
| 83 "CXX": "third_party/clang/linux/bin/clang++ -fsanitize=address -fPIC" | 85 "CXX": "third_party/clang/linux/bin/clang++ -fsanitize=address -fPIC" |
| 84 }, | 86 }, |
| 85 "name": "build dart" | 87 "name": "build dart" |
| 86 }, | 88 }, |
| 87 { | 89 { |
| 88 "cmd": [ | 90 "cmd": [ |
| 89 "python", | 91 "python", |
| 90 "-u", | 92 "-u", |
| 91 "[CWD]/sdk/tools/test.py", | 93 "[SLAVE_BUILD]/sdk/tools/test.py", |
| 92 "-mrelease", | 94 "-mrelease", |
| 93 "--arch=x64", | 95 "--arch=x64", |
| 94 "--progress=line", | 96 "--progress=line", |
| 95 "--report", | 97 "--report", |
| 96 "--time", | 98 "--time", |
| 97 "--failure-summary", | 99 "--failure-summary", |
| 98 "--write-debug-log", | 100 "--write-debug-log", |
| 99 "--write-test-outcome-log", | 101 "--write-test-outcome-log", |
| 100 "--copy-coredumps", | 102 "--copy-coredumps", |
| 101 "--builder-tag=asan", | 103 "--builder-tag=asan", |
| 102 "--timeout=240", | 104 "--timeout=240", |
| 103 "--exclude-suite=pkg" | 105 "--exclude-suite=pkg" |
| 104 ], | 106 ], |
| 105 "cwd": "[CWD]/sdk", | 107 "cwd": "[SLAVE_BUILD]/sdk", |
| 106 "name": "vm tests" | 108 "name": "vm tests" |
| 107 }, | 109 }, |
| 108 { | 110 { |
| 109 "cmd": [ | 111 "cmd": [ |
| 110 "python", | 112 "python", |
| 111 "-u", | 113 "-u", |
| 112 "[CWD]/sdk/tools/test.py", | 114 "[SLAVE_BUILD]/sdk/tools/test.py", |
| 113 "-mrelease", | 115 "-mrelease", |
| 114 "--arch=x64", | 116 "--arch=x64", |
| 115 "--progress=line", | 117 "--progress=line", |
| 116 "--report", | 118 "--report", |
| 117 "--time", | 119 "--time", |
| 118 "--failure-summary", | 120 "--failure-summary", |
| 119 "--write-debug-log", | 121 "--write-debug-log", |
| 120 "--write-test-outcome-log", | 122 "--write-test-outcome-log", |
| 121 "--copy-coredumps", | 123 "--copy-coredumps", |
| 122 "--builder-tag=asan", | 124 "--builder-tag=asan", |
| 123 "--timeout=240", | 125 "--timeout=240", |
| 124 "--exclude-suite=pkg", | 126 "--exclude-suite=pkg", |
| 125 "--checked" | 127 "--checked" |
| 126 ], | 128 ], |
| 127 "cwd": "[CWD]/sdk", | 129 "cwd": "[SLAVE_BUILD]/sdk", |
| 128 "name": "checked vm tests" | 130 "name": "checked vm tests" |
| 129 }, | 131 }, |
| 130 { | 132 { |
| 131 "cmd": [ | 133 "cmd": [ |
| 132 "python", | 134 "python", |
| 133 "-u", | 135 "-u", |
| 134 "[CWD]/sdk/tools/task_kill.py", | 136 "[SLAVE_BUILD]/sdk/tools/task_kill.py", |
| 135 "--kill_browsers=True" | 137 "--kill_browsers=True" |
| 136 ], | 138 ], |
| 137 "cwd": "[CWD]/sdk", | 139 "cwd": "[SLAVE_BUILD]/sdk", |
| 138 "name": "taskkill after testing" | 140 "name": "taskkill after testing" |
| 139 }, | 141 }, |
| 140 { | 142 { |
| 141 "name": "$result", | 143 "name": "$result", |
| 142 "recipe_result": null, | 144 "recipe_result": null, |
| 143 "status_code": 0 | 145 "status_code": 0 |
| 144 } | 146 } |
| 145 ] | 147 ] |
| OLD | NEW |