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 "android_clang", | 10 "android_clang", |
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 "--patch_url", | 19 "--patch_url", |
20 "try_job_svn_patch", | 20 "try_job_svn_patch", |
21 "--output_json", | 21 "--output_json", |
22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
23 "--revision", | 23 "--revision", |
24 "src@12345", | 24 "src@12345", |
25 "--force" | 25 "--force" |
26 ], | 26 ], |
| 27 "cwd": "[SLAVE_BUILD]", |
27 "name": "bot_update", | 28 "name": "bot_update", |
28 "~followup_annotations": [ | 29 "~followup_annotations": [ |
29 "@@@STEP_TEXT@Some step text@@@", | 30 "@@@STEP_TEXT@Some step text@@@", |
30 "@@@STEP_LOG_LINE@json.output@{@@@", | 31 "@@@STEP_LOG_LINE@json.output@{@@@", |
31 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 32 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
32 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 33 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
33 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | 34 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
34 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", |
35 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
37 "@@@STEP_LOG_LINE@json.output@}@@@", | 38 "@@@STEP_LOG_LINE@json.output@}@@@", |
38 "@@@STEP_LOG_END@json.output@@@" | 39 "@@@STEP_LOG_END@json.output@@@" |
39 ] | 40 ] |
40 }, | 41 }, |
41 { | 42 { |
42 "cmd": [ | 43 "cmd": [ |
43 "python", | 44 "python", |
44 "-u", | 45 "-u", |
45 "[DEPOT_TOOLS]/gclient.py", | 46 "[DEPOT_TOOLS]/gclient.py", |
46 "runhooks" | 47 "runhooks" |
47 ], | 48 ], |
| 49 "cwd": "[SLAVE_BUILD]", |
48 "env": { | 50 "env": { |
49 "GYP_CROSSCOMPILE": "1", | 51 "GYP_CROSSCOMPILE": "1", |
50 "GYP_DEFINES": "OS=android clang=1 component=static_library dcheck_always_
on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=arm use_goma=1", | 52 "GYP_DEFINES": "OS=android clang=1 component=static_library dcheck_always_
on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=arm use_goma=1", |
51 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 53 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
52 }, | 54 }, |
53 "name": "gclient runhooks" | 55 "name": "gclient runhooks" |
54 }, | 56 }, |
55 { | 57 { |
56 "cmd": [ | 58 "cmd": [ |
57 "python", | 59 "python", |
58 "-u", | 60 "-u", |
59 "[BUILD]/scripts/slave/compile.py", | 61 "[BUILD]/scripts/slave/compile.py", |
60 "--target", | 62 "--target", |
61 "Debug", | 63 "Debug", |
62 "--src-dir", | 64 "--src-dir", |
63 "[SLAVE_BUILD]/src", | 65 "[SLAVE_BUILD]/src", |
64 "--build-tool", | 66 "--build-tool", |
65 "ninja", | 67 "ninja", |
66 "--compiler", | 68 "--compiler", |
67 "goma-clang", | 69 "goma-clang", |
68 "--goma-dir", | 70 "--goma-dir", |
69 "[BUILD]/goma", | 71 "[BUILD]/goma", |
70 "--" | 72 "--" |
71 ], | 73 ], |
| 74 "cwd": "[SLAVE_BUILD]", |
72 "env": { | 75 "env": { |
73 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 76 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
74 }, | 77 }, |
75 "name": "compile" | 78 "name": "compile" |
76 } | 79 } |
77 ] | 80 ] |
OLD | NEW |