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 "Android Debug (GN)", | 10 "Android Debug (GN)", |
11 "--slave", | 11 "--slave", |
12 "slavename", | 12 "slavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars'
: {'root_dir': 'src'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url
': 'https://chromium.googlesource.com/libyuv/libyuv'}]\ntarget_os = ['android']"
, | 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'}]\ntarget_os = ['android']", |
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 "[ROOT]/b/build/slave/cache_dir", | 20 "[GIT_CACHE]", |
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 "--output_manifest" | 26 "--output_manifest" |
27 ], | 27 ], |
| 28 "cwd": "[SLAVE_BUILD]", |
28 "env": { | 29 "env": { |
29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
30 }, | 31 }, |
31 "name": "bot_update", | 32 "name": "bot_update", |
32 "~followup_annotations": [ | 33 "~followup_annotations": [ |
33 "@@@STEP_TEXT@Some step text@@@", | 34 "@@@STEP_TEXT@Some step text@@@", |
34 "@@@STEP_LOG_LINE@json.output@{@@@", | 35 "@@@STEP_LOG_LINE@json.output@{@@@", |
35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", |
38 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 39 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
39 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", |
40 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
41 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
42 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", |
43 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", |
44 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
45 "@@@STEP_LOG_LINE@json.output@}@@@", | 46 "@@@STEP_LOG_LINE@json.output@}@@@", |
46 "@@@STEP_LOG_END@json.output@@@" | 47 "@@@STEP_LOG_END@json.output@@@" |
47 ] | 48 ] |
48 }, | 49 }, |
49 { | 50 { |
50 "cmd": [ | 51 "cmd": [ |
51 "python", | 52 "python", |
52 "-u", | 53 "-u", |
53 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 54 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
54 "runhooks" | 55 "runhooks" |
55 ], | 56 ], |
| 57 "cwd": "[SLAVE_BUILD]", |
56 "env": { | 58 "env": { |
57 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 59 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
58 "GYP_CHROMIUM_NO_ACTION": "1", | 60 "GYP_CHROMIUM_NO_ACTION": "1", |
59 "GYP_CROSSCOMPILE": "1", | 61 "GYP_CROSSCOMPILE": "1", |
60 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
ROOT]/b/build/goma' target_arch=arm use_goma=1", | 62 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
BUILD]/goma' target_arch=arm use_goma=1", |
61 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 63 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
62 }, | 64 }, |
63 "name": "gclient runhooks" | 65 "name": "gclient runhooks" |
64 }, | 66 }, |
65 { | 67 { |
66 "cmd": [ | 68 "cmd": [ |
67 "python", | 69 "python", |
68 "-u", | 70 "-u", |
69 "[ROOT]/b/depot_tools/gn.py", | 71 "[DEPOT_TOOLS]/gn.py", |
70 "--root=[CWD]/src", | 72 "--root=[SLAVE_BUILD]/src", |
71 "gen", | 73 "gen", |
72 "//out/Debug", | 74 "//out/Debug", |
73 "--args=is_debug=true target_os=\"android\" target_cpu=\"arm\" use_goma=tr
ue goma_dir=\"[ROOT]/b/build/goma\"" | 75 "--args=is_debug=true target_os=\"android\" target_cpu=\"arm\" use_goma=tr
ue goma_dir=\"[BUILD]/goma\"" |
74 ], | 76 ], |
| 77 "cwd": "[SLAVE_BUILD]", |
75 "name": "gn" | 78 "name": "gn" |
76 }, | 79 }, |
77 { | 80 { |
78 "cmd": [ | 81 "cmd": [ |
79 "python", | 82 "python", |
80 "-u", | 83 "-u", |
81 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 84 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
82 "--show-path", | 85 "--show-path", |
83 "python", | 86 "python", |
84 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 87 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
85 "--gsutil-py-path", | 88 "--gsutil-py-path", |
86 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 89 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
87 "--ninja-path", | 90 "--ninja-path", |
88 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 91 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
89 "--target", | 92 "--target", |
90 "Debug", | 93 "Debug", |
91 "--src-dir", | 94 "--src-dir", |
92 "[CWD]/src", | 95 "[SLAVE_BUILD]/src", |
93 "--goma-cache-dir", | 96 "--goma-cache-dir", |
94 "[ROOT]/b/build/slave/goma_cache", | 97 "[GOMA_CACHE]", |
95 "--build-tool", | 98 "--build-tool", |
96 "ninja", | 99 "ninja", |
97 "--compiler", | 100 "--compiler", |
98 "goma", | 101 "goma", |
99 "--goma-jsonstatus", | 102 "--goma-jsonstatus", |
100 "/path/to/tmp/json", | 103 "/path/to/tmp/json", |
101 "--goma-service-account-json-file", | 104 "--goma-service-account-json-file", |
102 "/creds/service_accounts/service-account-goma-client.json", | 105 "/creds/service_accounts/service-account-goma-client.json", |
103 "--goma-dir", | 106 "--goma-dir", |
104 "[ROOT]/b/build/goma", | 107 "[BUILD]/goma", |
105 "--", | 108 "--", |
106 "all" | 109 "all" |
107 ], | 110 ], |
| 111 "cwd": "[SLAVE_BUILD]", |
108 "env": { | 112 "env": { |
109 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 113 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
110 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" | 114 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
111 }, | 115 }, |
112 "name": "compile", | 116 "name": "compile", |
113 "~followup_annotations": [ | 117 "~followup_annotations": [ |
114 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 118 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
115 "@@@STEP_LOG_END@json.output (invalid)@@@" | 119 "@@@STEP_LOG_END@json.output (invalid)@@@" |
116 ] | 120 ] |
117 }, | 121 }, |
118 { | 122 { |
119 "name": "$result", | 123 "name": "$result", |
120 "recipe_result": null, | 124 "recipe_result": null, |
121 "status_code": 0 | 125 "status_code": 0 |
122 } | 126 } |
123 ] | 127 ] |
OLD | NEW |