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