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