Skip to content

Commit 329d371

Browse files
Liviu RauCommit Bot
authored andcommitted
Coverage for previous branch
Bug: v8:10336 Change-Id: I96495489cf745aaa04a30675f6254c72b69d446f Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2108025 Reviewed-by: Tamer Tas <[email protected]> Commit-Queue: Liviu Rau <[email protected]> Cr-Commit-Position: refs/heads/master@{#66767}
1 parent 4400755 commit 329d371

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

infra/mb/mb_config.pyl

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,24 +164,34 @@
164164
'V8 Linux - s390x - sim': 'release_simulate_s390x',
165165
},
166166
'client.v8.branches': {
167+
'V8 Linux - previous branch': 'release_x86',
168+
'V8 Linux - previous branch - debug': 'debug_x86',
167169
'V8 Linux - beta branch': 'release_x86',
168170
'V8 Linux - beta branch - debug': 'debug_x86',
169171
'V8 Linux - stable branch': 'release_x86',
170172
'V8 Linux - stable branch - debug': 'debug_x86',
173+
'V8 Linux64 - previous branch': 'release_x64',
174+
'V8 Linux64 - previous branch - debug': 'debug_x64',
171175
'V8 Linux64 - beta branch': 'release_x64',
172176
'V8 Linux64 - beta branch - debug': 'debug_x64',
173177
'V8 Linux64 - stable branch': 'release_x64',
174178
'V8 Linux64 - stable branch - debug': 'debug_x64',
179+
'V8 arm - sim - previous branch': 'release_simulate_arm',
180+
'V8 arm - sim - previous branch - debug': 'debug_simulate_arm',
175181
'V8 arm - sim - beta branch': 'release_simulate_arm',
176182
'V8 arm - sim - beta branch - debug': 'debug_simulate_arm',
177183
'V8 arm - sim - stable branch': 'release_simulate_arm',
178184
'V8 arm - sim - stable branch - debug': 'debug_simulate_arm',
185+
'V8 mips64el - sim - previous branch': 'release_simulate_mips64el',
179186
'V8 mips64el - sim - beta branch': 'release_simulate_mips64el',
180187
'V8 mips64el - sim - stable branch': 'release_simulate_mips64el',
188+
'V8 mipsel - sim - previous branch': 'release_simulate_mipsel',
181189
'V8 mipsel - sim - beta branch': 'release_simulate_mipsel',
182190
'V8 mipsel - sim - stable branch': 'release_simulate_mipsel',
191+
'V8 ppc64 - sim - previous branch': 'release_simulate_ppc64',
183192
'V8 ppc64 - sim - beta branch': 'release_simulate_ppc64',
184193
'V8 ppc64 - sim - stable branch': 'release_simulate_ppc64',
194+
'V8 s390x - sim - previous branch': 'release_simulate_s390x',
185195
'V8 s390x - sim - beta branch': 'release_simulate_s390x',
186196
'V8 s390x - sim - stable branch': 'release_simulate_s390x',
187197
},

0 commit comments

Comments
 (0)