| 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 "linux_msan", | 10 "mac_gn_rel", |
| 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' msan=1 msan_track_origins=2 target_arch=x64 use_gom
a=1 use_prebuilt_instrumented_libraries=1", | 61 "GYP_CHROMIUM_NO_ACTION": "1", |
| 62 "GYP_DEFINES": "clang=1 component=static_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/Release", |
| 75 "--args=is_debug=false 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 26 matching lines...) Expand all Loading... |
| 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", | 142 "Release", |
| 129 "--no-xvfb", | |
| 130 "--factory-properties", | 143 "--factory-properties", |
| 131 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_msan\", \"master
name\": \"tryserver.libyuv\", \"patch_url\": \"try_job_svn_patch\", \"recipe\":
\"libyuv/libyuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 144 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"mac_gn_rel\", \"master
name\": \"tryserver.libyuv\", \"patch_url\": \"try_job_svn_patch\", \"recipe\":
\"libyuv/libyuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 132 "--build-properties", | 145 "--build-properties", |
| 133 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_msan\", \"master
name\": \"tryserver.libyuv\", \"patch_url\": \"try_job_svn_patch\", \"recipe\":
\"libyuv/libyuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 146 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"mac_gn_rel\", \"master
name\": \"tryserver.libyuv\", \"patch_url\": \"try_job_svn_patch\", \"recipe\":
\"libyuv/libyuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 134 "--step-name=libyuv_unittest", | 147 "--step-name=libyuv_unittest", |
| 135 "--builder-name=linux_msan", | 148 "--builder-name=mac_gn_rel", |
| 136 "--slave-name=slavename", | 149 "--slave-name=slavename", |
| 137 "--enable-msan", | |
| 138 "libyuv_unittest" | 150 "libyuv_unittest" |
| 139 ], | 151 ], |
| 140 "cwd": "[SLAVE_BUILD]", | 152 "cwd": "[SLAVE_BUILD]", |
| 141 "name": "libyuv_unittest" | 153 "name": "libyuv_unittest" |
| 142 }, | 154 }, |
| 143 { | 155 { |
| 144 "name": "$result", | 156 "name": "$result", |
| 145 "recipe_result": null, | 157 "recipe_result": null, |
| 146 "status_code": 0 | 158 "status_code": 0 |
| 147 } | 159 } |
| 148 ] | 160 ] |
| OLD | NEW |