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_arm64", | 10 "android_arm64", |
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_CROSSCOMPILE": "1", | 62 "GYP_CROSSCOMPILE": "1", |
61 "GYP_DEFINES": "OS=android component=static_library dcheck_always_on=1 fas
tbuild=1 gomadir='[ROOT]/b/build/goma' target_arch=arm64 use_goma=1", | 63 "GYP_DEFINES": "OS=android component=static_library dcheck_always_on=1 fas
tbuild=1 gomadir='[BUILD]/goma' target_arch=arm64 use_goma=1", |
62 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 64 "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 }, | 65 }, |
64 "name": "gclient runhooks" | 66 "name": "gclient runhooks" |
65 }, | 67 }, |
66 { | 68 { |
67 "cmd": [ | 69 "cmd": [ |
68 "python", | 70 "python", |
69 "-u", | 71 "-u", |
70 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 72 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
71 "--show-path", | 73 "--show-path", |
72 "python", | 74 "python", |
73 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 75 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
74 "--gsutil-py-path", | 76 "--gsutil-py-path", |
75 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 77 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
76 "--ninja-path", | 78 "--ninja-path", |
77 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 79 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
78 "--target", | 80 "--target", |
79 "Debug", | 81 "Debug", |
80 "--src-dir", | 82 "--src-dir", |
81 "[CWD]/src", | 83 "[SLAVE_BUILD]/src", |
82 "--goma-cache-dir", | 84 "--goma-cache-dir", |
83 "[ROOT]/b/build/slave/goma_cache", | 85 "[GOMA_CACHE]", |
84 "--build-tool", | 86 "--build-tool", |
85 "ninja", | 87 "ninja", |
86 "--compiler", | 88 "--compiler", |
87 "goma", | 89 "goma", |
88 "--goma-jsonstatus", | 90 "--goma-jsonstatus", |
89 "/path/to/tmp/json", | 91 "/path/to/tmp/json", |
90 "--goma-service-account-json-file", | 92 "--goma-service-account-json-file", |
91 "/creds/service_accounts/service-account-goma-client.json", | 93 "/creds/service_accounts/service-account-goma-client.json", |
92 "--goma-dir", | 94 "--goma-dir", |
93 "[ROOT]/b/build/goma", | 95 "[BUILD]/goma", |
94 "--goma-fail-fast", | 96 "--goma-fail-fast", |
95 "--goma-disable-local-fallback", | 97 "--goma-disable-local-fallback", |
96 "--" | 98 "--" |
97 ], | 99 ], |
| 100 "cwd": "[SLAVE_BUILD]", |
98 "env": { | 101 "env": { |
99 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 102 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
100 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" | 103 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
101 }, | 104 }, |
102 "name": "compile", | 105 "name": "compile", |
103 "~followup_annotations": [ | 106 "~followup_annotations": [ |
104 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 107 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
105 "@@@STEP_LOG_END@json.output (invalid)@@@" | 108 "@@@STEP_LOG_END@json.output (invalid)@@@" |
106 ] | 109 ] |
107 }, | 110 }, |
108 { | 111 { |
109 "name": "$result", | 112 "name": "$result", |
110 "recipe_result": null, | 113 "recipe_result": null, |
111 "status_code": 0 | 114 "status_code": 0 |
112 } | 115 } |
113 ] | 116 ] |
OLD | NEW |