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 ARM64 Debug", | 10 "Android ARM64 Debug", |
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_CROSSCOMPILE": "1", | 49 "GYP_CROSSCOMPILE": "1", |
48 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
BUILD]/goma' target_arch=arm64 use_goma=1", | 50 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
BUILD]/goma' target_arch=arm64 use_goma=1", |
49 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 51 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
50 }, | 52 }, |
51 "name": "gclient runhooks" | 53 "name": "gclient runhooks" |
52 }, | 54 }, |
53 { | 55 { |
54 "cmd": [ | 56 "cmd": [ |
55 "python", | 57 "python", |
56 "-u", | 58 "-u", |
57 "[BUILD]/scripts/slave/compile.py", | 59 "[BUILD]/scripts/slave/compile.py", |
58 "--target", | 60 "--target", |
59 "Debug", | 61 "Debug", |
60 "--src-dir", | 62 "--src-dir", |
61 "[SLAVE_BUILD]/src", | 63 "[SLAVE_BUILD]/src", |
62 "--build-tool", | 64 "--build-tool", |
63 "ninja", | 65 "ninja", |
64 "--compiler", | 66 "--compiler", |
65 "goma", | 67 "goma", |
66 "--goma-dir", | 68 "--goma-dir", |
67 "[BUILD]/goma", | 69 "[BUILD]/goma", |
68 "--" | 70 "--" |
69 ], | 71 ], |
| 72 "cwd": "[SLAVE_BUILD]", |
70 "env": { | 73 "env": { |
71 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 74 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
72 }, | 75 }, |
73 "name": "compile" | 76 "name": "compile" |
74 } | 77 } |
75 ] | 78 ] |
OLD | NEW |