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
Add Bazel CPU tests with py_import dependency to continuous tests.
This is needed to collect the statistics and identify the failures which are detected by pytest but not by Bazel or vice versa.
These tests don't require pre-built wheels downloaded from GCS. Instead they build the wheels as transitive dependencies of the test targets and unpack them using `py_import`.
Execution example - https://github.com/jax-ml/jax/actions/runs/14800773538/job/41558800743
PiperOrigin-RevId: 754113096
0 commit comments