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 Clang Debug", | 10 "Android Clang Debug", |
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_CROSSCOMPILE": "1", | 58 "GYP_CROSSCOMPILE": "1", |
61 "GYP_DEFINES": "OS=android clang=1 component=static_library fastbuild=1 go
madir='[BUILD]/goma' target_arch=arm use_goma=1", | 59 "GYP_DEFINES": "OS=android clang=1 component=static_library fastbuild=1 go
madir='[ROOT]/b/build/goma' target_arch=arm use_goma=1", |
62 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 60 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
63 }, | 61 }, |
64 "name": "gclient runhooks" | 62 "name": "gclient runhooks" |
65 }, | 63 }, |
66 { | 64 { |
67 "allow_subannotations": true, | 65 "allow_subannotations": true, |
68 "cmd": [ | 66 "cmd": [ |
69 "python", | 67 "python", |
70 "-u", | 68 "-u", |
71 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 69 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
72 "--src-dir", | 70 "--src-dir", |
73 "[SLAVE_BUILD]/src", | 71 "[CWD]/src", |
74 "--output-json", | 72 "--output-json", |
75 "/path/to/tmp/json" | 73 "/path/to/tmp/json" |
76 ], | 74 ], |
77 "cwd": "[SLAVE_BUILD]", | |
78 "env": { | 75 "env": { |
79 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 76 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
80 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 77 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
81 }, | 78 }, |
82 "name": "clang_revision", | 79 "name": "clang_revision", |
83 "~followup_annotations": [ | 80 "~followup_annotations": [ |
84 "@@@STEP_LOG_LINE@json.output@{@@@", | 81 "@@@STEP_LOG_LINE@json.output@{@@@", |
85 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 82 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
86 "@@@STEP_LOG_LINE@json.output@}@@@", | 83 "@@@STEP_LOG_LINE@json.output@}@@@", |
87 "@@@STEP_LOG_END@json.output@@@" | 84 "@@@STEP_LOG_END@json.output@@@" |
88 ] | 85 ] |
89 }, | 86 }, |
90 { | 87 { |
91 "cmd": [ | 88 "cmd": [ |
92 "python", | 89 "python", |
93 "-u", | 90 "-u", |
94 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 91 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
95 "--show-path", | 92 "--show-path", |
96 "python", | 93 "python", |
97 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 94 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
98 "--gsutil-py-path", | 95 "--gsutil-py-path", |
99 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 96 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
100 "--ninja-path", | 97 "--ninja-path", |
101 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 98 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
102 "--target", | 99 "--target", |
103 "Debug", | 100 "Debug", |
104 "--src-dir", | 101 "--src-dir", |
105 "[SLAVE_BUILD]/src", | 102 "[CWD]/src", |
106 "--goma-cache-dir", | 103 "--goma-cache-dir", |
107 "[GOMA_CACHE]", | 104 "[ROOT]/b/build/slave/goma_cache", |
108 "--build-tool", | 105 "--build-tool", |
109 "ninja", | 106 "ninja", |
110 "--compiler", | 107 "--compiler", |
111 "goma-clang", | 108 "goma-clang", |
112 "--goma-jsonstatus", | 109 "--goma-jsonstatus", |
113 "/path/to/tmp/json", | 110 "/path/to/tmp/json", |
114 "--goma-service-account-json-file", | 111 "--goma-service-account-json-file", |
115 "/creds/service_accounts/service-account-goma-client.json", | 112 "/creds/service_accounts/service-account-goma-client.json", |
116 "--goma-dir", | 113 "--goma-dir", |
117 "[BUILD]/goma", | 114 "[ROOT]/b/build/goma", |
118 "--" | 115 "--" |
119 ], | 116 ], |
120 "cwd": "[SLAVE_BUILD]", | |
121 "env": { | 117 "env": { |
122 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 118 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
123 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 119 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
124 }, | 120 }, |
125 "name": "compile", | 121 "name": "compile", |
126 "~followup_annotations": [ | 122 "~followup_annotations": [ |
127 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 123 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
128 "@@@STEP_LOG_END@json.output (invalid)@@@" | 124 "@@@STEP_LOG_END@json.output (invalid)@@@" |
129 ] | 125 ] |
130 }, | 126 }, |
131 { | 127 { |
132 "name": "$result", | 128 "name": "$result", |
133 "recipe_result": null, | 129 "recipe_result": null, |
134 "status_code": 0 | 130 "status_code": 0 |
135 } | 131 } |
136 ] | 132 ] |
OLD | NEW |