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