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 "Linux64 Release", | 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 28 matching lines...) Expand all Loading... |
49 { | 49 { |
50 "cmd": [ | 50 "cmd": [ |
51 "python", | 51 "python", |
52 "-u", | 52 "-u", |
53 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 53 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
54 "runhooks" | 54 "runhooks" |
55 ], | 55 ], |
56 "cwd": "[SLAVE_BUILD]/src", | 56 "cwd": "[SLAVE_BUILD]/src", |
57 "env": { | 57 "env": { |
58 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 58 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
59 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc
h=x64 use_goma=1", | 59 "GYP_DEFINES": "clang=0 component=static_library gomadir='[BUILD]/goma' ta
rget_arch=x64 use_goma=1", |
60 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 60 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
61 }, | 61 }, |
62 "name": "gclient runhooks" | 62 "name": "gclient runhooks" |
63 }, | 63 }, |
64 { | 64 { |
65 "cmd": [ | 65 "cmd": [ |
66 "python", | 66 "python", |
67 "-u", | 67 "-u", |
68 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 68 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
69 "--show-path", | 69 "--show-path", |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
103 }, | 103 }, |
104 { | 104 { |
105 "cmd": [ | 105 "cmd": [ |
106 "python", | 106 "python", |
107 "-u", | 107 "-u", |
108 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 108 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
109 "--target", | 109 "--target", |
110 "Release", | 110 "Release", |
111 "--no-xvfb", | 111 "--no-xvfb", |
112 "--factory-properties", | 112 "--factory-properties", |
113 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux64 Release\", \"m
astername\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"1
2345\", \"slavename\": \"slavename\"}", | 113 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux GCC\", \"mastern
ame\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12345\"
, \"slavename\": \"slavename\"}", |
114 "--build-properties", | 114 "--build-properties", |
115 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux64 Release\", \"m
astername\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"1
2345\", \"slavename\": \"slavename\"}", | 115 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux GCC\", \"mastern
ame\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12345\"
, \"slavename\": \"slavename\"}", |
116 "--step-name=libyuv_unittest", | 116 "--step-name=libyuv_unittest", |
117 "--builder-name=Linux64 Release", | 117 "--builder-name=Linux GCC", |
118 "--slave-name=slavename", | 118 "--slave-name=slavename", |
119 "libyuv_unittest" | 119 "libyuv_unittest" |
120 ], | 120 ], |
121 "name": "libyuv_unittest" | 121 "name": "libyuv_unittest" |
122 }, | 122 }, |
123 { | 123 { |
124 "name": "$result", | 124 "name": "$result", |
125 "recipe_result": null, | 125 "recipe_result": null, |
126 "status_code": 0 | 126 "status_code": 0 |
127 } | 127 } |
128 ] | 128 ] |
OLD | NEW |