OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
7 "--master", | 7 "--master", |
8 "tryserver.libyuv", | 8 "tryserver.libyuv", |
9 "--builder", | 9 "--builder", |
10 "mac_rel", | 10 "mac_rel", |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 }, | 46 }, |
47 { | 47 { |
48 "cmd": [ | 48 "cmd": [ |
49 "python", | 49 "python", |
50 "-u", | 50 "-u", |
51 "[DEPOT_TOOLS]/gclient.py", | 51 "[DEPOT_TOOLS]/gclient.py", |
52 "runhooks" | 52 "runhooks" |
53 ], | 53 ], |
54 "cwd": "[SLAVE_BUILD]", | 54 "cwd": "[SLAVE_BUILD]", |
55 "env": { | 55 "env": { |
56 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu
ild=1 gomadir='[BUILD]/goma' target_arch=ia32 use_goma=1" | 56 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu
ild=1 gomadir='[BUILD]/goma' target_arch=x64 use_goma=1" |
57 }, | 57 }, |
58 "name": "gclient runhooks" | 58 "name": "gclient runhooks" |
59 }, | 59 }, |
60 { | 60 { |
61 "allow_subannotations": true, | 61 "allow_subannotations": true, |
62 "cmd": [ | 62 "cmd": [ |
63 "python", | 63 "python", |
64 "-u", | 64 "-u", |
65 "[BUILD]/scripts/slave/clang_revision.py", | 65 "[BUILD]/scripts/slave/clang_revision.py", |
66 "--src-dir", | 66 "--src-dir", |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
124 ], | 124 ], |
125 "cwd": "[SLAVE_BUILD]", | 125 "cwd": "[SLAVE_BUILD]", |
126 "name": "libyuv_unittest" | 126 "name": "libyuv_unittest" |
127 }, | 127 }, |
128 { | 128 { |
129 "name": "$result", | 129 "name": "$result", |
130 "recipe_result": null, | 130 "recipe_result": null, |
131 "status_code": 0 | 131 "status_code": 0 |
132 } | 132 } |
133 ] | 133 ] |
OLD | NEW |