| commit | 746ba89fb7dcc7f9a359e97b76e84b83a27cc292 | [log] [tgz] |
|---|---|---|
| author | Kai Ninomiya <kainino@chromium.org> | Wed Apr 02 21:06:53 2025 -0700 |
| committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 02 21:06:53 2025 -0700 |
| tree | 688ffeff25ed42e82bfd088fa87d0d149502db30 | |
| parent | 22e0e37fcf6e038629391af763de62910212edac [diff] |
cts roller: don't retrigger builds that already have results Previously GetOrStartBuildsAndWait would only check the status of one build on each builder, retriggering it if it finished but didn't produce results (Unknown, InfraFailure, Canceled). Prioritize Success/Failure builds over those so we don't rerun just because there was a more recent canceled build. This should allow running `tools/run cts update-expectations` more robustly against existing CLs (like failed autoroll jobs). Tested while creating https://dawn-review.googlesource.com/c/dawn/+/234495 Bug: none Change-Id: I8aee602274e09ddaa5b0ce1940b3d21c8fa379d8 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/234494 Reviewed-by: Brian Sheedy <bsheedy@google.com> Commit-Queue: Kai Ninomiya <kainino@chromium.org>
Dawn is an open-source and cross-platform implementation of the WebGPU standard. More precisely it implements webgpu.h that is a one-to-one mapping with the WebGPU IDL. Dawn is meant to be integrated as part of a larger system and is the underlying implementation of WebGPU in Chromium.
Dawn provides several WebGPU building blocks:
webgpu.h version that Dawn implements.webgpu.h.Helpful links:
Developer documentation:
User documentation: (TODO, figure out what overlaps with the webgpu.h docs)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.