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 "Mac64 Debug (GN)", | 10 "Mac64 Debug (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'}]", | 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'}]", |
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_DEFINES": "clang=1 component=shared_library gomadir='[BUILD]/goma' ta
rget_arch=x64 use_goma=1", | 59 "GYP_DEFINES": "clang=1 component=shared_library gomadir='[ROOT]/b/build/g
oma' target_arch=x64 use_goma=1", |
62 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 60 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
63 }, | 61 }, |
64 "name": "gclient runhooks" | 62 "name": "gclient runhooks" |
65 }, | 63 }, |
66 { | 64 { |
67 "cmd": [ | 65 "cmd": [ |
68 "python", | 66 "python", |
69 "-u", | 67 "-u", |
70 "[DEPOT_TOOLS]/gn.py", | 68 "[ROOT]/b/depot_tools/gn.py", |
71 "--root=[SLAVE_BUILD]/src", | 69 "--root=[CWD]/src", |
72 "gen", | 70 "gen", |
73 "//out/Debug", | 71 "//out/Debug", |
74 "--args=is_debug=true target_cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]/
goma\"" | 72 "--args=is_debug=true target_cpu=\"x64\" use_goma=true goma_dir=\"[ROOT]/b
/build/goma\"" |
75 ], | 73 ], |
76 "cwd": "[SLAVE_BUILD]", | |
77 "name": "gn" | 74 "name": "gn" |
78 }, | 75 }, |
79 { | 76 { |
80 "allow_subannotations": true, | 77 "allow_subannotations": true, |
81 "cmd": [ | 78 "cmd": [ |
82 "python", | 79 "python", |
83 "-u", | 80 "-u", |
84 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 81 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
85 "--src-dir", | 82 "--src-dir", |
86 "[SLAVE_BUILD]/src", | 83 "[CWD]/src", |
87 "--output-json", | 84 "--output-json", |
88 "/path/to/tmp/json" | 85 "/path/to/tmp/json" |
89 ], | 86 ], |
90 "cwd": "[SLAVE_BUILD]", | |
91 "env": { | 87 "env": { |
92 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 88 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
93 }, | 89 }, |
94 "name": "clang_revision", | 90 "name": "clang_revision", |
95 "~followup_annotations": [ | 91 "~followup_annotations": [ |
96 "@@@STEP_LOG_LINE@json.output@{@@@", | 92 "@@@STEP_LOG_LINE@json.output@{@@@", |
97 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 93 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
98 "@@@STEP_LOG_LINE@json.output@}@@@", | 94 "@@@STEP_LOG_LINE@json.output@}@@@", |
99 "@@@STEP_LOG_END@json.output@@@" | 95 "@@@STEP_LOG_END@json.output@@@" |
100 ] | 96 ] |
101 }, | 97 }, |
102 { | 98 { |
103 "cmd": [ | 99 "cmd": [ |
104 "python", | 100 "python", |
105 "-u", | 101 "-u", |
106 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 102 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
107 "--show-path", | 103 "--show-path", |
108 "python", | 104 "python", |
109 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 105 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
110 "--gsutil-py-path", | 106 "--gsutil-py-path", |
111 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 107 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
112 "--ninja-path", | 108 "--ninja-path", |
113 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 109 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
114 "--target", | 110 "--target", |
115 "Debug", | 111 "Debug", |
116 "--src-dir", | 112 "--src-dir", |
117 "[SLAVE_BUILD]/src", | 113 "[CWD]/src", |
118 "--goma-cache-dir", | 114 "--goma-cache-dir", |
119 "[GOMA_CACHE]", | 115 "[ROOT]/b/build/slave/goma_cache", |
120 "--build-tool", | 116 "--build-tool", |
121 "ninja", | 117 "ninja", |
122 "--compiler", | 118 "--compiler", |
123 "goma-clang", | 119 "goma-clang", |
124 "--goma-jsonstatus", | 120 "--goma-jsonstatus", |
125 "/path/to/tmp/json", | 121 "/path/to/tmp/json", |
126 "--goma-service-account-json-file", | 122 "--goma-service-account-json-file", |
127 "/creds/service_accounts/service-account-goma-client.json", | 123 "/creds/service_accounts/service-account-goma-client.json", |
128 "--goma-dir", | 124 "--goma-dir", |
129 "[BUILD]/goma", | 125 "[ROOT]/b/build/goma", |
130 "--", | 126 "--", |
131 "all" | 127 "all" |
132 ], | 128 ], |
133 "cwd": "[SLAVE_BUILD]", | |
134 "env": { | 129 "env": { |
135 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 130 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
136 }, | 131 }, |
137 "name": "compile", | 132 "name": "compile", |
138 "~followup_annotations": [ | 133 "~followup_annotations": [ |
139 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 134 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
140 "@@@STEP_LOG_END@json.output (invalid)@@@" | 135 "@@@STEP_LOG_END@json.output (invalid)@@@" |
141 ] | 136 ] |
142 }, | 137 }, |
143 { | 138 { |
144 "name": "$result", | 139 "name": "$result", |
145 "recipe_result": null, | 140 "recipe_result": null, |
146 "status_code": 0 | 141 "status_code": 0 |
147 } | 142 } |
148 ] | 143 ] |
OLD | NEW |