| 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 "chromium.testing.master", | 8 "chromium.testing.master", |
| 9 "--builder", | 9 "--builder", |
| 10 "Mojo Linux ASan", | 10 "Mojo Linux ASan", |
| 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': True, 'name': 'src', 'url': 'https://chromium.googlesource.co
m/external/mojo.git'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/mojo.git
'}]", |
| 15 "--root", | 15 "--root", |
| 16 "src", | 16 "src", |
| 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 "src@HEAD", | 24 "src@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@ \"src\": \"HEAD\"@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"src\": \"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\": \"src\", @@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", |
| 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]/src/mojo/tools/mojob.py", | 67 "[SLAVE_BUILD]/src/mojo/tools/mojob.py", |
| 66 "gn", | 68 "gn", |
| 67 "--release", | 69 "--release", |
| 68 "--asan" | 70 "--asan" |
| 69 ], | 71 ], |
| 70 "cwd": "[CWD]/src", | 72 "cwd": "[SLAVE_BUILD]/src", |
| 71 "env": { | 73 "env": { |
| 72 "GOMA_DIR": "[ROOT]/b/build/goma" | 74 "GOMA_DIR": "[BUILD]/goma" |
| 73 }, | 75 }, |
| 74 "name": "mojob gn" | 76 "name": "mojob gn" |
| 75 }, | 77 }, |
| 76 { | 78 { |
| 77 "cmd": [ | 79 "cmd": [ |
| 78 "python", | 80 "python", |
| 79 "-u", | 81 "-u", |
| 80 "[CWD]/src/mojo/tools/mojob.py", | 82 "[SLAVE_BUILD]/src/mojo/tools/mojob.py", |
| 81 "build", | 83 "build", |
| 82 "--release", | 84 "--release", |
| 83 "--asan" | 85 "--asan" |
| 84 ], | 86 ], |
| 87 "cwd": "[SLAVE_BUILD]", |
| 85 "env": { | 88 "env": { |
| 86 "GOMA_DIR": "[ROOT]/b/build/goma" | 89 "GOMA_DIR": "[BUILD]/goma" |
| 87 }, | 90 }, |
| 88 "name": "mojob build" | 91 "name": "mojob build" |
| 89 }, | 92 }, |
| 90 { | 93 { |
| 91 "cmd": [ | 94 "cmd": [ |
| 92 "python", | 95 "python", |
| 93 "-u", | 96 "-u", |
| 94 "[CWD]/src/mojo/tools/get_test_list.py", | 97 "[SLAVE_BUILD]/src/mojo/tools/get_test_list.py", |
| 95 "{\"build_number\": 571, \"builder_name\": \"Mojo Linux ASan\", \"dcheck_a
lways_on\": false, \"is_debug\": false, \"master_name\": \"chromium.testing.mast
er\", \"sanitizer\": \"asan\", \"target_os\": \"linux\", \"test_results_server\"
: \"test-results.appspot.com\", \"test_types\": [\"default\"]}", | 98 "{\"build_number\": 571, \"builder_name\": \"Mojo Linux ASan\", \"dcheck_a
lways_on\": false, \"is_debug\": false, \"master_name\": \"chromium.testing.mast
er\", \"sanitizer\": \"asan\", \"target_os\": \"linux\", \"test_results_server\"
: \"test-results.appspot.com\", \"test_types\": [\"default\"]}", |
| 96 "/path/to/tmp/json" | 99 "/path/to/tmp/json" |
| 97 ], | 100 ], |
| 101 "cwd": "[SLAVE_BUILD]", |
| 98 "name": "get_test_list", | 102 "name": "get_test_list", |
| 99 "~followup_annotations": [ | 103 "~followup_annotations": [ |
| 100 "@@@STEP_LOG_LINE@json.output@[@@@", | 104 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 101 "@@@STEP_LOG_LINE@json.output@ {@@@", | 105 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 102 "@@@STEP_LOG_LINE@json.output@ \"command\": [@@@", | 106 "@@@STEP_LOG_LINE@json.output@ \"command\": [@@@", |
| 103 "@@@STEP_LOG_LINE@json.output@ \"world\"@@@", | 107 "@@@STEP_LOG_LINE@json.output@ \"world\"@@@", |
| 104 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 108 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 105 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Hello\"@@@", | 109 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Hello\"@@@", |
| 106 "@@@STEP_LOG_LINE@json.output@ }@@@", | 110 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 107 "@@@STEP_LOG_LINE@json.output@]@@@", | 111 "@@@STEP_LOG_LINE@json.output@]@@@", |
| 108 "@@@STEP_LOG_END@json.output@@@" | 112 "@@@STEP_LOG_END@json.output@@@" |
| 109 ] | 113 ] |
| 110 }, | 114 }, |
| 111 { | 115 { |
| 112 "cmd": [ | 116 "cmd": [ |
| 113 "world" | 117 "world" |
| 114 ], | 118 ], |
| 115 "cwd": "[CWD]/src", | 119 "cwd": "[SLAVE_BUILD]/src", |
| 116 "name": "Hello" | 120 "name": "Hello" |
| 117 }, | 121 }, |
| 118 { | 122 { |
| 119 "name": "$result", | 123 "name": "$result", |
| 120 "recipe_result": null, | 124 "recipe_result": null, |
| 121 "status_code": 0 | 125 "status_code": 0 |
| 122 } | 126 } |
| 123 ] | 127 ] |
| OLD | NEW |