| 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_rel", | 10 "linux_gcc", |
| 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 "cmd": [ | 52 "cmd": [ |
| 53 "python", | 53 "python", |
| 54 "-u", | 54 "-u", |
| 55 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 55 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 56 "runhooks" | 56 "runhooks" |
| 57 ], | 57 ], |
| 58 "cwd": "[SLAVE_BUILD]/src", | 58 "cwd": "[SLAVE_BUILD]/src", |
| 59 "env": { | 59 "env": { |
| 60 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 60 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 61 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir='[BUILD]/goma' target_arch=x64 use_goma=1", | 61 "GYP_DEFINES": "clang=0 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]" | 62 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 63 }, | 63 }, |
| 64 "name": "gclient runhooks" | 64 "name": "gclient runhooks" |
| 65 }, | 65 }, |
| 66 { | 66 { |
| 67 "cmd": [ | 67 "cmd": [ |
| 68 "python", | 68 "python", |
| 69 "-u", | 69 "-u", |
| 70 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 70 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 71 "--show-path", | 71 "--show-path", |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 }, | 107 }, |
| 108 { | 108 { |
| 109 "cmd": [ | 109 "cmd": [ |
| 110 "python", | 110 "python", |
| 111 "-u", | 111 "-u", |
| 112 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 112 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 113 "--target", | 113 "--target", |
| 114 "Release", | 114 "Release", |
| 115 "--no-xvfb", | 115 "--no-xvfb", |
| 116 "--factory-properties", | 116 "--factory-properties", |
| 117 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_rel\", \"mastern
ame\": \"tryserver.libyuv\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \
"libyuv/libyuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 117 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_gcc\", \"mastern
ame\": \"tryserver.libyuv\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \
"libyuv/libyuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 118 "--build-properties", | 118 "--build-properties", |
| 119 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_rel\", \"mastern
ame\": \"tryserver.libyuv\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \
"libyuv/libyuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 119 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_gcc\", \"mastern
ame\": \"tryserver.libyuv\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \
"libyuv/libyuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 120 "--step-name=libyuv_unittest", | 120 "--step-name=libyuv_unittest", |
| 121 "--builder-name=linux_rel", | 121 "--builder-name=linux_gcc", |
| 122 "--slave-name=slavename", | 122 "--slave-name=slavename", |
| 123 "libyuv_unittest" | 123 "libyuv_unittest" |
| 124 ], | 124 ], |
| 125 "name": "libyuv_unittest" | 125 "name": "libyuv_unittest" |
| 126 }, | 126 }, |
| 127 { | 127 { |
| 128 "name": "$result", | 128 "name": "$result", |
| 129 "recipe_result": null, | 129 "recipe_result": null, |
| 130 "status_code": 0 | 130 "status_code": 0 |
| 131 } | 131 } |
| 132 ] | 132 ] |
| OLD | NEW |