You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, as it comes to testing, it seems that only the bcr_test_module.matrix.platform array values are relevant, if I understand it correctly.
For displaying the platform names, the emoji-name field may be usable (even though it contains some verbose platform info that I think may be too much detail for the BCR UI). We'll have to see how the emojis can be rendered (https://github.com/buildkite/emojis should help here, but the package is not published to NPM).
Related to #29
We should show which platforms a module is tested on.
We'd have to parse the presubmit.yml for a line like https://github.com/bazelbuild/bazel-central-registry/blob/main/modules/aspect_rules_js/1.15.1/presubmit.yml#L4
In particular, we should highlight when a module isn't tested on Windows, see bazelbuild/bazel-central-registry#282 (comment)
The text was updated successfully, but these errors were encountered: