[gcmole] Remove legacy gcmole steps
This was running side-by-side in production now for >1 month. Now we remove the sequential gcmole step and only keep running the parallel version. We keep the sequential test run to ensure it keeps working for developers who still use this locally. Bug: v8:12660 Change-Id: If92516948d0cc3c03c9a4a18bd216ce63c18dfc3 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4136727 Reviewed-by: Leszek Swirski <leszeks@chromium.org> Auto-Submit: Michael Achenbach <machenbach@chromium.org> Commit-Queue: Leszek Swirski <leszeks@chromium.org> Cr-Commit-Position: refs/heads/main@{#85112}
This commit is contained in:
parent
43fd63554e
commit
73aaf18f36
@ -180,11 +180,6 @@
|
||||
],
|
||||
'shards': 4,
|
||||
},
|
||||
{'name': 'gcmole_v2', 'variant': 'ia32'},
|
||||
{'name': 'gcmole_v2', 'variant': 'x64'},
|
||||
{'name': 'gcmole_v2', 'variant': 'arm'},
|
||||
{'name': 'gcmole_v2', 'variant': 'arm64'},
|
||||
# TODO(https://crbug.com/v8/12660): Remove v2 above after testing.
|
||||
{'name': 'gcmole_v3', 'variant': 'ia32', 'shards': 4},
|
||||
{'name': 'gcmole_v3', 'variant': 'x64', 'shards': 4},
|
||||
{'name': 'gcmole_v3', 'variant': 'arm', 'shards': 4},
|
||||
@ -1099,11 +1094,6 @@
|
||||
'test_args': ['--extra-flags', '--noenable-avx'],
|
||||
'shards': 2
|
||||
},
|
||||
{'name': 'gcmole_v2', 'variant': 'ia32'},
|
||||
{'name': 'gcmole_v2', 'variant': 'x64'},
|
||||
{'name': 'gcmole_v2', 'variant': 'arm'},
|
||||
{'name': 'gcmole_v2', 'variant': 'arm64'},
|
||||
# TODO(https://crbug.com/v8/12660): Remove v2 above after testing.
|
||||
{'name': 'gcmole_v3', 'variant': 'ia32', 'shards': 4},
|
||||
{'name': 'gcmole_v3', 'variant': 'x64', 'shards': 4},
|
||||
{'name': 'gcmole_v3', 'variant': 'arm', 'shards': 4},
|
||||
|
Loading…
Reference in New Issue
Block a user