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.v8", | 8 "client.v8", |
9 "--builder", | 9 "--builder", |
10 "V8 Linux - full debug", | 10 "V8 Linux - full debug", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars'
: {'chromium_trunk': 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_f
ile': 'DEPS', 'managed': True, 'name': 'v8', 'url': 'https://chromium.googlesour
ce.com/v8/v8'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'chromium_trunk'
: 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'mana
ged': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", |
15 "--root", | 15 "--root", |
16 "v8", | 16 "v8", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"v8\": \"got_revision\"}", | 18 "{\"v8\": \"got_revision\"}", |
19 "--git-cache-dir", | 19 "--git-cache-dir", |
20 "[ROOT]/b/build/slave/cache_dir", | 20 "[GIT_CACHE]", |
21 "--output_json", | 21 "--output_json", |
22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
23 "--revision", | 23 "--revision", |
24 "v8@20123", | 24 "v8@20123", |
25 "--no_shallow", | 25 "--no_shallow", |
26 "--output_manifest" | 26 "--output_manifest" |
27 ], | 27 ], |
| 28 "cwd": "[SLAVE_BUILD]", |
28 "env": { | 29 "env": { |
29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
30 }, | 31 }, |
31 "name": "bot_update", | 32 "name": "bot_update", |
32 "~followup_annotations": [ | 33 "~followup_annotations": [ |
33 "@@@STEP_TEXT@Some step text@@@", | 34 "@@@STEP_TEXT@Some step text@@@", |
34 "@@@STEP_LOG_LINE@json.output@{@@@", | 35 "@@@STEP_LOG_LINE@json.output@{@@@", |
35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"20123\"@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"20123\"@@@", |
(...skipping 18 matching lines...) Loading... |
56 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" | 57 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" |
57 ] | 58 ] |
58 }, | 59 }, |
59 { | 60 { |
60 "cmd": [ | 61 "cmd": [ |
61 "python", | 62 "python", |
62 "-u", | 63 "-u", |
63 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 64 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
64 "runhooks" | 65 "runhooks" |
65 ], | 66 ], |
| 67 "cwd": "[SLAVE_BUILD]", |
66 "env": { | 68 "env": { |
67 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 69 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
68 "GYP_DEFINES": "clang=1 gomadir='[ROOT]/b/build/goma' target_arch=ia32 use
_goma=1 v8_enable_slow_dchecks=1 v8_optimized_debug=0 v8_target_arch=ia32", | 70 "GYP_DEFINES": "clang=1 gomadir='[BUILD]/goma' target_arch=ia32 use_goma=1
v8_enable_slow_dchecks=1 v8_optimized_debug=0 v8_target_arch=ia32", |
69 "GYP_GENERATORS": "ninja", | 71 "GYP_GENERATORS": "ninja", |
70 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 72 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
71 }, | 73 }, |
72 "name": "gclient runhooks" | 74 "name": "gclient runhooks" |
73 }, | 75 }, |
74 { | 76 { |
75 "cmd": [ | 77 "cmd": [ |
76 "python", | 78 "python", |
77 "-u", | 79 "-u", |
78 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 80 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
79 "--show-path", | 81 "--show-path", |
80 "python", | 82 "python", |
81 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 83 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
82 ], | 84 ], |
| 85 "cwd": "[SLAVE_BUILD]", |
83 "name": "cleanup_temp" | 86 "name": "cleanup_temp" |
84 }, | 87 }, |
85 { | 88 { |
86 "allow_subannotations": true, | 89 "allow_subannotations": true, |
87 "cmd": [ | 90 "cmd": [ |
88 "python", | 91 "python", |
89 "-u", | 92 "-u", |
90 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 93 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
91 "--src-dir", | 94 "--src-dir", |
92 "[CWD]/v8", | 95 "[SLAVE_BUILD]/v8", |
93 "--output-json", | 96 "--output-json", |
94 "/path/to/tmp/json" | 97 "/path/to/tmp/json" |
95 ], | 98 ], |
| 99 "cwd": "[SLAVE_BUILD]", |
96 "env": { | 100 "env": { |
97 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 101 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
98 }, | 102 }, |
99 "name": "clang_revision", | 103 "name": "clang_revision", |
100 "~followup_annotations": [ | 104 "~followup_annotations": [ |
101 "@@@STEP_LOG_LINE@json.output@{@@@", | 105 "@@@STEP_LOG_LINE@json.output@{@@@", |
102 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 106 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
103 "@@@STEP_LOG_LINE@json.output@}@@@", | 107 "@@@STEP_LOG_LINE@json.output@}@@@", |
104 "@@@STEP_LOG_END@json.output@@@" | 108 "@@@STEP_LOG_END@json.output@@@" |
105 ] | 109 ] |
106 }, | 110 }, |
107 { | 111 { |
108 "cmd": [ | 112 "cmd": [ |
109 "python", | 113 "python", |
110 "-u", | 114 "-u", |
111 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 115 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
112 "--show-path", | 116 "--show-path", |
113 "python", | 117 "python", |
114 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 118 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
115 "--gsutil-py-path", | 119 "--gsutil-py-path", |
116 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 120 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
117 "--ninja-path", | 121 "--ninja-path", |
118 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 122 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
119 "--target", | 123 "--target", |
120 "Debug", | 124 "Debug", |
121 "--src-dir", | 125 "--src-dir", |
122 "[CWD]/v8", | 126 "[SLAVE_BUILD]/v8", |
123 "--goma-cache-dir", | 127 "--goma-cache-dir", |
124 "[ROOT]/b/build/slave/goma_cache", | 128 "[GOMA_CACHE]", |
125 "--build-tool", | 129 "--build-tool", |
126 "ninja", | 130 "ninja", |
127 "--compiler", | 131 "--compiler", |
128 "goma-clang", | 132 "goma-clang", |
129 "--goma-jsonstatus", | 133 "--goma-jsonstatus", |
130 "/path/to/tmp/json", | 134 "/path/to/tmp/json", |
131 "--goma-service-account-json-file", | 135 "--goma-service-account-json-file", |
132 "/creds/service_accounts/service-account-goma-client.json", | 136 "/creds/service_accounts/service-account-goma-client.json", |
133 "--goma-dir", | 137 "--goma-dir", |
134 "[ROOT]/b/build/goma", | 138 "[BUILD]/goma", |
135 "--" | 139 "--" |
136 ], | 140 ], |
| 141 "cwd": "[SLAVE_BUILD]", |
137 "env": { | 142 "env": { |
138 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 143 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
139 }, | 144 }, |
140 "name": "compile", | 145 "name": "compile", |
141 "~followup_annotations": [ | 146 "~followup_annotations": [ |
142 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 147 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
143 "@@@STEP_LOG_END@json.output (invalid)@@@" | 148 "@@@STEP_LOG_END@json.output (invalid)@@@" |
144 ] | 149 ] |
145 }, | 150 }, |
146 { | 151 { |
147 "cmd": [ | 152 "cmd": [ |
148 "python", | 153 "python", |
149 "-u", | 154 "-u", |
150 "[CWD]/v8/tools/run-tests.py", | 155 "[SLAVE_BUILD]/v8/tools/run-tests.py", |
151 "--progress=verbose", | 156 "--progress=verbose", |
152 "--mode", | 157 "--mode", |
153 "Debug", | 158 "Debug", |
154 "--arch", | 159 "--arch", |
155 "ia32", | 160 "ia32", |
156 "--outdir", | 161 "--outdir", |
157 "out", | 162 "out", |
158 "--buildbot", | 163 "--buildbot", |
159 "--timeout=200", | 164 "--timeout=200", |
160 "--random-seed=-358114921", | 165 "--random-seed=-358114921", |
161 "bot_default", | 166 "bot_default", |
162 "--exhaustive-variants", | 167 "--exhaustive-variants", |
163 "--rerun-failures-count=2", | 168 "--rerun-failures-count=2", |
164 "--json-test-results", | 169 "--json-test-results", |
165 "/path/to/tmp/json" | 170 "/path/to/tmp/json" |
166 ], | 171 ], |
167 "cwd": "[CWD]/v8", | 172 "cwd": "[SLAVE_BUILD]/v8", |
168 "name": "Check", | 173 "name": "Check", |
169 "~followup_annotations": [ | 174 "~followup_annotations": [ |
170 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 175 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
171 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 176 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
172 "@@@STEP_LOG_LINE@durations@@@@", | 177 "@@@STEP_LOG_LINE@durations@@@@", |
173 "@@@STEP_LOG_LINE@durations@Details:@@@", | 178 "@@@STEP_LOG_LINE@durations@Details:@@@", |
174 "@@@STEP_LOG_LINE@durations@@@@", | 179 "@@@STEP_LOG_LINE@durations@@@@", |
175 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 180 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
176 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 181 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
177 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 182 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
178 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 183 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
179 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 184 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
180 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 185 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
181 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 186 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
182 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 187 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
183 "@@@STEP_LOG_END@durations@@@" | 188 "@@@STEP_LOG_END@durations@@@" |
184 ] | 189 ] |
185 }, | 190 }, |
186 { | 191 { |
187 "name": "$result", | 192 "name": "$result", |
188 "recipe_result": null, | 193 "recipe_result": null, |
189 "status_code": 0 | 194 "status_code": 0 |
190 } | 195 } |
191 ] | 196 ] |
OLD | NEW |