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
tests(pystar): CI configs that uses Starlark implementation of rules (bazel-contrib#1435)
Since Bazel 7 isn't yet available, and we need a couple recent commits
in Bazel, the
last_green release is used. This will eventually be changed to "rolling"
once the
necessary commits are available in the next rolling release.
Because we're at the limit of 80 test jobs, some existing jobs have to
be removed
and only a limited number of cases can be currently covered. I opted to
remove
the pip_install tests, since they're redundant with the pip_parse tests,
which
frees up 4 slots. Two test configs are added: one using workspace, the
other using
bzlmod; both run the default tests on Ubuntu. This will provide some
basic coverage;
more slots will free up when Bazel 5.4 support is dropped and Bazel 7 is
released.
Work toward bazel-contrib#1069
0 commit comments