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 "client.libyuv", | 8 "client.libyuv", |
9 "--builder", | 9 "--builder", |
10 "Android GN (dbg)", | 10 "Android GN (dbg)", |
11 "--slave", | 11 "--slave", |
12 "slavename", | 12 "slavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = None\nsolutions = [{'custom_vars': {'root_dir': 'src'}, 'deps
_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googles
ource.com/external/libyuv'}]\ntarget_os = ['android']", | 14 "cache_dir = None\nsolutions = [{'custom_vars': {'root_dir': 'src'}, 'deps
_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googles
ource.com/external/libyuv'}]\ntarget_os = ['android']", |
15 "--root", | 15 "--root", |
16 "src", | 16 "src", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{}", | 18 "{}", |
19 "--output_json", | 19 "--output_json", |
20 "/path/to/tmp/json", | 20 "/path/to/tmp/json", |
21 "--revision", | 21 "--revision", |
22 "src@12345", | 22 "src@12345", |
23 "--force" | 23 "--force" |
24 ], | 24 ], |
| 25 "cwd": "[SLAVE_BUILD]", |
25 "name": "bot_update", | 26 "name": "bot_update", |
26 "~followup_annotations": [ | 27 "~followup_annotations": [ |
27 "@@@STEP_TEXT@Some step text@@@", | 28 "@@@STEP_TEXT@Some step text@@@", |
28 "@@@STEP_LOG_LINE@json.output@{@@@", | 29 "@@@STEP_LOG_LINE@json.output@{@@@", |
29 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 30 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
30 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 31 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
31 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | 32 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
32 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", | 33 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", |
33 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", | 34 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", |
34 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
35 "@@@STEP_LOG_LINE@json.output@}@@@", | 36 "@@@STEP_LOG_LINE@json.output@}@@@", |
36 "@@@STEP_LOG_END@json.output@@@" | 37 "@@@STEP_LOG_END@json.output@@@" |
37 ] | 38 ] |
38 }, | 39 }, |
39 { | 40 { |
40 "cmd": [ | 41 "cmd": [ |
41 "python", | 42 "python", |
42 "-u", | 43 "-u", |
43 "[DEPOT_TOOLS]/gclient.py", | 44 "[DEPOT_TOOLS]/gclient.py", |
44 "runhooks" | 45 "runhooks" |
45 ], | 46 ], |
| 47 "cwd": "[SLAVE_BUILD]", |
46 "env": { | 48 "env": { |
47 "GYP_CHROMIUM_NO_ACTION": "1", | 49 "GYP_CHROMIUM_NO_ACTION": "1", |
48 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 50 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
49 }, | 51 }, |
50 "name": "gclient runhooks" | 52 "name": "gclient runhooks" |
51 }, | 53 }, |
52 { | 54 { |
53 "cmd": [ | 55 "cmd": [ |
54 "python", | 56 "python", |
55 "-u", | 57 "-u", |
56 "[DEPOT_TOOLS]/gn.py", | 58 "[DEPOT_TOOLS]/gn.py", |
57 "--root=[SLAVE_BUILD]/src", | 59 "--root=[SLAVE_BUILD]/src", |
58 "gen", | 60 "gen", |
59 "//out/Debug", | 61 "//out/Debug", |
60 "--args=is_debug=true target_os=\"android\" target_cpu=\"arm\" use_goma=tr
ue goma_dir=\"[BUILD]/goma\"" | 62 "--args=is_debug=true target_os=\"android\" target_cpu=\"arm\" use_goma=tr
ue goma_dir=\"[BUILD]/goma\"" |
61 ], | 63 ], |
| 64 "cwd": "[SLAVE_BUILD]", |
62 "name": "gn" | 65 "name": "gn" |
63 }, | 66 }, |
64 { | 67 { |
65 "cmd": [ | 68 "cmd": [ |
66 "python", | 69 "python", |
67 "-u", | 70 "-u", |
68 "[BUILD]/scripts/slave/compile.py", | 71 "[BUILD]/scripts/slave/compile.py", |
69 "--target", | 72 "--target", |
70 "Debug", | 73 "Debug", |
71 "--src-dir", | 74 "--src-dir", |
72 "[SLAVE_BUILD]/src", | 75 "[SLAVE_BUILD]/src", |
73 "--build-tool", | 76 "--build-tool", |
74 "ninja", | 77 "ninja", |
75 "--compiler", | 78 "--compiler", |
76 "goma", | 79 "goma", |
77 "--goma-dir", | 80 "--goma-dir", |
78 "[BUILD]/goma", | 81 "[BUILD]/goma", |
79 "--", | 82 "--", |
80 "all" | 83 "all" |
81 ], | 84 ], |
| 85 "cwd": "[SLAVE_BUILD]", |
82 "env": { | 86 "env": { |
83 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 87 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
84 }, | 88 }, |
85 "name": "compile" | 89 "name": "compile" |
86 } | 90 } |
87 ] | 91 ] |
OLD | NEW |