| 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 "tryserver.libyuv", | 8 "tryserver.libyuv", |
| 9 "--builder", | 9 "--builder", |
| 10 "win_x64_clang_rel", | 10 "win_x64_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 30 matching lines...) Expand all Loading... |
| 51 }, | 51 }, |
| 52 { | 52 { |
| 53 "cmd": [ | 53 "cmd": [ |
| 54 "python", | 54 "python", |
| 55 "-u", | 55 "-u", |
| 56 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 56 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 57 "runhooks" | 57 "runhooks" |
| 58 ], | 58 ], |
| 59 "cwd": "[SLAVE_BUILD]", | 59 "cwd": "[SLAVE_BUILD]", |
| 60 "env": { | 60 "env": { |
| 61 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu
ild=1 gomadir='[BUILD]\\goma' target_arch=x64 use_goma=1", | 61 "GYP_CHROMIUM_NO_ACTION": "1", |
| 62 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbu
ild=1 gomadir='[BUILD]\\goma' target_arch=x64 use_goma=1", |
| 62 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 63 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 63 }, | 64 }, |
| 64 "name": "gclient runhooks" | 65 "name": "gclient runhooks" |
| 65 }, | 66 }, |
| 66 { | 67 { |
| 68 "cmd": [ |
| 69 "python", |
| 70 "-u", |
| 71 "[DEPOT_TOOLS]\\gn.py", |
| 72 "--root=[SLAVE_BUILD]\\src", |
| 73 "gen", |
| 74 "//out/Debug_x64", |
| 75 "--args=is_debug=true target_cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]\
\goma\"" |
| 76 ], |
| 77 "cwd": "[SLAVE_BUILD]", |
| 78 "name": "gn" |
| 79 }, |
| 80 { |
| 67 "allow_subannotations": true, | 81 "allow_subannotations": true, |
| 68 "cmd": [ | 82 "cmd": [ |
| 69 "python", | 83 "python", |
| 70 "-u", | 84 "-u", |
| 71 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py", | 85 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py", |
| 72 "--src-dir", | 86 "--src-dir", |
| 73 "[SLAVE_BUILD]\\src", | 87 "[SLAVE_BUILD]\\src", |
| 74 "--output-json", | 88 "--output-json", |
| 75 "/path/to/tmp/json" | 89 "/path/to/tmp/json" |
| 76 ], | 90 ], |
| (...skipping 10 matching lines...) Expand all Loading... |
| 87 "cmd": [ | 101 "cmd": [ |
| 88 "python", | 102 "python", |
| 89 "-u", | 103 "-u", |
| 90 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 104 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 91 "--show-path", | 105 "--show-path", |
| 92 "python", | 106 "python", |
| 93 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 107 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 94 "--ninja-path", | 108 "--ninja-path", |
| 95 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 109 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 96 "--target", | 110 "--target", |
| 97 "Release_x64", | 111 "Debug_x64", |
| 98 "--src-dir", | 112 "--src-dir", |
| 99 "[SLAVE_BUILD]\\src", | 113 "[SLAVE_BUILD]\\src", |
| 100 "--goma-cache-dir", | 114 "--goma-cache-dir", |
| 101 "[GOMA_CACHE]", | 115 "[GOMA_CACHE]", |
| 102 "--build-tool", | 116 "--build-tool", |
| 103 "ninja", | 117 "ninja", |
| 104 "--compiler", | 118 "--compiler", |
| 105 "goma-clang", | 119 "goma-clang", |
| 106 "--goma-jsonstatus", | 120 "--goma-jsonstatus", |
| 107 "/path/to/tmp/json", | 121 "/path/to/tmp/json", |
| 108 "--goma-dir", | 122 "--goma-dir", |
| 109 "[BUILD]\\goma", | 123 "[BUILD]\\goma", |
| 110 "--goma-fail-fast", | 124 "--goma-fail-fast", |
| 111 "--goma-disable-local-fallback", | 125 "--goma-disable-local-fallback", |
| 112 "--", | 126 "--", |
| 113 "All" | 127 "all" |
| 114 ], | 128 ], |
| 115 "cwd": "[SLAVE_BUILD]", | 129 "cwd": "[SLAVE_BUILD]", |
| 116 "name": "compile", | 130 "name": "compile", |
| 117 "~followup_annotations": [ | 131 "~followup_annotations": [ |
| 118 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 132 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 119 "@@@STEP_LOG_END@json.output (invalid)@@@" | 133 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 120 ] | 134 ] |
| 121 }, | 135 }, |
| 122 { | 136 { |
| 123 "cmd": [ | 137 "cmd": [ |
| 124 "python", | 138 "python", |
| 125 "-u", | 139 "-u", |
| 126 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 140 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
| 127 "--target", | 141 "--target", |
| 128 "Release_x64", | 142 "Debug_x64", |
| 129 "--factory-properties", | 143 "--factory-properties", |
| 130 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"win_x64_clang_rel\", \
"mastername\": \"tryserver.libyuv\", \"patch_url\": \"try_job_svn_patch\", \"rec
ipe\": \"libyuv/libyuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}
", | 144 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"win_x64_gn\", \"masterna
me\": \"tryserver.libyuv\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"
libyuv/libyuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 131 "--build-properties", | 145 "--build-properties", |
| 132 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"win_x64_clang_rel\", \
"mastername\": \"tryserver.libyuv\", \"patch_url\": \"try_job_svn_patch\", \"rec
ipe\": \"libyuv/libyuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}
", | 146 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"win_x64_gn\", \"masterna
me\": \"tryserver.libyuv\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"
libyuv/libyuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 133 "--step-name=libyuv_unittest", | 147 "--step-name=libyuv_unittest", |
| 134 "--builder-name=win_x64_clang_rel", | 148 "--builder-name=win_x64_gn", |
| 135 "--slave-name=slavename", | 149 "--slave-name=slavename", |
| 136 "libyuv_unittest.exe" | 150 "libyuv_unittest.exe" |
| 137 ], | 151 ], |
| 138 "cwd": "[SLAVE_BUILD]", | 152 "cwd": "[SLAVE_BUILD]", |
| 139 "name": "libyuv_unittest" | 153 "name": "libyuv_unittest" |
| 140 }, | 154 }, |
| 141 { | 155 { |
| 142 "name": "$result", | 156 "name": "$result", |
| 143 "recipe_result": null, | 157 "recipe_result": null, |
| 144 "status_code": 0 | 158 "status_code": 0 |
| 145 } | 159 } |
| 146 ] | 160 ] |
| OLD | NEW |