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