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.v8", | 8 "tryserver.v8", |
9 "--builder", | 9 "--builder", |
10 "v8_linux_gcc_rel", | 10 "v8_linux_gcc_rel", |
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 "--issue", | 21 "--issue", |
22 "12853011", | 22 "12853011", |
23 "--patchset", | 23 "--patchset", |
24 "1", | 24 "1", |
25 "--rietveld_server", | 25 "--rietveld_server", |
26 "https://codereview.chromium.org", | 26 "https://codereview.chromium.org", |
27 "--output_json", | 27 "--output_json", |
28 "/path/to/tmp/json", | 28 "/path/to/tmp/json", |
29 "--revision", | 29 "--revision", |
30 "v8@12345", | 30 "v8@12345", |
31 "--no_shallow", | 31 "--no_shallow", |
32 "--output_manifest" | 32 "--output_manifest" |
33 ], | 33 ], |
| 34 "cwd": "[SLAVE_BUILD]", |
34 "env": { | 35 "env": { |
35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 36 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
36 }, | 37 }, |
37 "name": "bot_update", | 38 "name": "bot_update", |
38 "~followup_annotations": [ | 39 "~followup_annotations": [ |
39 "@@@STEP_TEXT@Some step text@@@", | 40 "@@@STEP_TEXT@Some step text@@@", |
40 "@@@STEP_LOG_LINE@json.output@{@@@", | 41 "@@@STEP_LOG_LINE@json.output@{@@@", |
41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
43 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"12345\"@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"12345\"@@@", |
(...skipping 18 matching lines...) Expand all Loading... |
62 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" | 63 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" |
63 ] | 64 ] |
64 }, | 65 }, |
65 { | 66 { |
66 "cmd": [ | 67 "cmd": [ |
67 "python", | 68 "python", |
68 "-u", | 69 "-u", |
69 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 70 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
70 "runhooks" | 71 "runhooks" |
71 ], | 72 ], |
| 73 "cwd": "[SLAVE_BUILD]", |
72 "env": { | 74 "env": { |
73 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 75 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
74 "GYP_DEFINES": "clang=0 dcheck_always_on=0 fastbuild=1 target_arch=ia32 v8
_target_arch=ia32", | 76 "GYP_DEFINES": "clang=0 dcheck_always_on=0 fastbuild=1 target_arch=ia32 v8
_target_arch=ia32", |
75 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 77 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
76 }, | 78 }, |
77 "name": "gclient runhooks" | 79 "name": "gclient runhooks" |
78 }, | 80 }, |
79 { | 81 { |
80 "cmd": [ | 82 "cmd": [ |
81 "python", | 83 "python", |
82 "-u", | 84 "-u", |
83 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 85 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
84 "--show-path", | 86 "--show-path", |
85 "python", | 87 "python", |
86 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 88 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
87 ], | 89 ], |
| 90 "cwd": "[SLAVE_BUILD]", |
88 "name": "cleanup_temp" | 91 "name": "cleanup_temp" |
89 }, | 92 }, |
90 { | 93 { |
91 "cmd": [ | 94 "cmd": [ |
92 "python", | 95 "python", |
93 "-u", | 96 "-u", |
94 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 97 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
95 "--show-path", | 98 "--show-path", |
96 "python", | 99 "python", |
97 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 100 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
98 "--gsutil-py-path", | 101 "--gsutil-py-path", |
99 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 102 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
100 "--ninja-path", | 103 "--ninja-path", |
101 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 104 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
102 "--target", | 105 "--target", |
103 "Release", | 106 "Release", |
104 "--src-dir", | 107 "--src-dir", |
105 "[CWD]/v8", | 108 "[SLAVE_BUILD]/v8", |
106 "--goma-cache-dir", | 109 "--goma-cache-dir", |
107 "[ROOT]/b/build/slave/goma_cache", | 110 "[GOMA_CACHE]", |
108 "--build-tool", | 111 "--build-tool", |
109 "make", | 112 "make", |
110 "--goma-fail-fast", | 113 "--goma-fail-fast", |
111 "--goma-disable-local-fallback", | 114 "--goma-disable-local-fallback", |
112 "--" | 115 "--" |
113 ], | 116 ], |
| 117 "cwd": "[SLAVE_BUILD]", |
114 "env": { | 118 "env": { |
115 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 119 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
116 }, | 120 }, |
117 "name": "compile" | 121 "name": "compile" |
118 }, | 122 }, |
119 { | 123 { |
120 "cmd": [ | 124 "cmd": [ |
121 "python", | 125 "python", |
122 "-u", | 126 "-u", |
123 "[CWD]/v8/tools/run-tests.py", | 127 "[SLAVE_BUILD]/v8/tools/run-tests.py", |
124 "--progress=verbose", | 128 "--progress=verbose", |
125 "--mode", | 129 "--mode", |
126 "Release", | 130 "Release", |
127 "--arch", | 131 "--arch", |
128 "ia32", | 132 "ia32", |
129 "--outdir", | 133 "--outdir", |
130 "out", | 134 "out", |
131 "--buildbot", | 135 "--buildbot", |
132 "--timeout=200", | 136 "--timeout=200", |
133 "--random-seed=-358114921", | 137 "--random-seed=-358114921", |
134 "bot_default", | 138 "bot_default", |
135 "--exhaustive-variants", | 139 "--exhaustive-variants", |
136 "--rerun-failures-count=2", | 140 "--rerun-failures-count=2", |
137 "--json-test-results", | 141 "--json-test-results", |
138 "/path/to/tmp/json" | 142 "/path/to/tmp/json" |
139 ], | 143 ], |
140 "cwd": "[CWD]/v8", | 144 "cwd": "[SLAVE_BUILD]/v8", |
141 "name": "Check", | 145 "name": "Check", |
142 "~followup_annotations": [ | 146 "~followup_annotations": [ |
143 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 147 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
144 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 148 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
145 "@@@STEP_LOG_LINE@durations@@@@", | 149 "@@@STEP_LOG_LINE@durations@@@@", |
146 "@@@STEP_LOG_LINE@durations@Details:@@@", | 150 "@@@STEP_LOG_LINE@durations@Details:@@@", |
147 "@@@STEP_LOG_LINE@durations@@@@", | 151 "@@@STEP_LOG_LINE@durations@@@@", |
148 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 152 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
149 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 153 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
150 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 154 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
151 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 155 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
152 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 156 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
153 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 157 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
154 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 158 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
155 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 159 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
156 "@@@STEP_LOG_END@durations@@@" | 160 "@@@STEP_LOG_END@durations@@@" |
157 ] | 161 ] |
158 }, | 162 }, |
159 { | 163 { |
160 "name": "$result", | 164 "name": "$result", |
161 "recipe_result": null, | 165 "recipe_result": null, |
162 "status_code": 0 | 166 "status_code": 0 |
163 } | 167 } |
164 ] | 168 ] |
OLD | NEW |