| 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.libyuv", | 8 "client.libyuv", |
| 9 "--builder", | 9 "--builder", |
| 10 "Mac64 Debug", | 10 "Mac64 Debug (GN)", |
| 11 "--slave", | 11 "--slave", |
| 12 "slavename", | 12 "slavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'root_dir': 'src
'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromiu
m.googlesource.com/libyuv/libyuv'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'root_dir': 'src
'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromiu
m.googlesource.com/libyuv/libyuv'}]", |
| 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 "[GIT_CACHE]", | 20 "[GIT_CACHE]", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 49 }, | 49 }, |
| 50 { | 50 { |
| 51 "cmd": [ | 51 "cmd": [ |
| 52 "python", | 52 "python", |
| 53 "-u", | 53 "-u", |
| 54 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 54 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 55 "runhooks" | 55 "runhooks" |
| 56 ], | 56 ], |
| 57 "cwd": "[SLAVE_BUILD]", | 57 "cwd": "[SLAVE_BUILD]", |
| 58 "env": { | 58 "env": { |
| 59 "GYP_CHROMIUM_NO_ACTION": "1", |
| 59 "GYP_DEFINES": "clang=1 component=shared_library gomadir='[BUILD]/goma' ta
rget_arch=x64 use_goma=1", | 60 "GYP_DEFINES": "clang=1 component=shared_library gomadir='[BUILD]/goma' ta
rget_arch=x64 use_goma=1", |
| 60 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 61 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 61 }, | 62 }, |
| 62 "name": "gclient runhooks" | 63 "name": "gclient runhooks" |
| 63 }, | 64 }, |
| 64 { | 65 { |
| 66 "cmd": [ |
| 67 "python", |
| 68 "-u", |
| 69 "[DEPOT_TOOLS]/gn.py", |
| 70 "--root=[SLAVE_BUILD]/src", |
| 71 "gen", |
| 72 "//out/Debug", |
| 73 "--args=is_debug=true target_cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]/
goma\"" |
| 74 ], |
| 75 "cwd": "[SLAVE_BUILD]", |
| 76 "name": "gn" |
| 77 }, |
| 78 { |
| 65 "allow_subannotations": true, | 79 "allow_subannotations": true, |
| 66 "cmd": [ | 80 "cmd": [ |
| 67 "python", | 81 "python", |
| 68 "-u", | 82 "-u", |
| 69 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 83 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 70 "--src-dir", | 84 "--src-dir", |
| 71 "[SLAVE_BUILD]/src", | 85 "[SLAVE_BUILD]/src", |
| 72 "--output-json", | 86 "--output-json", |
| 73 "/path/to/tmp/json" | 87 "/path/to/tmp/json" |
| 74 ], | 88 ], |
| (...skipping 24 matching lines...) Expand all Loading... |
| 99 "[GOMA_CACHE]", | 113 "[GOMA_CACHE]", |
| 100 "--build-tool", | 114 "--build-tool", |
| 101 "ninja", | 115 "ninja", |
| 102 "--compiler", | 116 "--compiler", |
| 103 "goma-clang", | 117 "goma-clang", |
| 104 "--goma-jsonstatus", | 118 "--goma-jsonstatus", |
| 105 "/path/to/tmp/json", | 119 "/path/to/tmp/json", |
| 106 "--goma-dir", | 120 "--goma-dir", |
| 107 "[BUILD]/goma", | 121 "[BUILD]/goma", |
| 108 "--", | 122 "--", |
| 109 "All" | 123 "all" |
| 110 ], | 124 ], |
| 111 "cwd": "[SLAVE_BUILD]", | 125 "cwd": "[SLAVE_BUILD]", |
| 112 "name": "compile", | 126 "name": "compile", |
| 113 "~followup_annotations": [ | 127 "~followup_annotations": [ |
| 114 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 128 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 115 "@@@STEP_LOG_END@json.output (invalid)@@@" | 129 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 116 ] | 130 ] |
| 117 }, | 131 }, |
| 118 { | 132 { |
| 119 "cmd": [ | 133 "cmd": [ |
| 120 "python", | 134 "python", |
| 121 "-u", | 135 "-u", |
| 122 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 136 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 123 "--target", | 137 "--target", |
| 124 "Debug", | 138 "Debug", |
| 125 "--factory-properties", | 139 "--factory-properties", |
| 126 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"mastern
ame\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12345\"
, \"slavename\": \"slavename\"}", | 140 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug (GN)\", \"ma
stername\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12
345\", \"slavename\": \"slavename\"}", |
| 127 "--build-properties", | 141 "--build-properties", |
| 128 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"mastern
ame\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12345\"
, \"slavename\": \"slavename\"}", | 142 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug (GN)\", \"ma
stername\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12
345\", \"slavename\": \"slavename\"}", |
| 129 "--step-name=libyuv_unittest", | 143 "--step-name=libyuv_unittest", |
| 130 "--builder-name=Mac64 Debug", | 144 "--builder-name=Mac64 Debug (GN)", |
| 131 "--slave-name=slavename", | 145 "--slave-name=slavename", |
| 132 "libyuv_unittest" | 146 "libyuv_unittest" |
| 133 ], | 147 ], |
| 134 "cwd": "[SLAVE_BUILD]", | 148 "cwd": "[SLAVE_BUILD]", |
| 135 "name": "libyuv_unittest" | 149 "name": "libyuv_unittest" |
| 136 }, | 150 }, |
| 137 { | 151 { |
| 138 "name": "$result", | 152 "name": "$result", |
| 139 "recipe_result": null, | 153 "recipe_result": null, |
| 140 "status_code": 0 | 154 "status_code": 0 |
| 141 } | 155 } |
| 142 ] | 156 ] |
| OLD | NEW |